Displaying 4 results from an estimated 4 matches for "0000020c".
Did you mean:
0000000c
2013 May 12
9
[Bug 818] New: BUG: unable to handle kernel NULL pointer dereference at 0000020c (ipt_log_packet+0x2e/0x2b0)
https://bugzilla.netfilter.org/show_bug.cgi?id=818
Summary: BUG: unable to handle kernel NULL pointer dereference
at 0000020c (ipt_log_packet+0x2e/0x2b0)
Product: netfilter/iptables
Version: unspecified
Platform: i386
OS/Version: Gentoo
Status: NEW
Severity: normal
Priority: P5
Component: ip_tables (kernel)
AssignedTo: netfilter-buglo...
2012 Oct 10
0
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
Great, thanks for your help. I'll take a crack at it and contact
Renato if I have questions.
-Greg
On Wed, Oct 10, 2012 at 1:05 PM, Jim Grosbach <grosbach at apple.com> wrote:
> Cool; glad to help.
>
> When I added the data region bits, I tried to keep the ARM-style annotations in mind a bit, so hopefully things will fit together without too much trouble.
>
> -Jim
>
2012 Oct 10
2
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
Cool; glad to help.
When I added the data region bits, I tried to keep the ARM-style annotations in mind a bit, so hopefully things will fit together without too much trouble.
-Jim
On Oct 10, 2012, at 12:05 PM, Renato Golin <rengolin at systemcall.org> wrote:
> Thanks Jim!
>
> I have updated the bug with your comments, I think it's a good start.
>
> Greg, let me know
2012 Oct 16
5
[LLVMdev] R_ARM_ABS32 disassembly with integrated-as
...re's what I have so far:
$ readelf -s via-llvm-as.o | grep "\$."
2: 00000000 0 NOTYPE LOCAL DEFAULT 4 $d
3: 00000000 0 NOTYPE LOCAL DEFAULT 4 $t
$ readelf -s via-gcc-as.o | grep "\$."
5: 00000000 0 NOTYPE LOCAL DEFAULT 1 $t
15: 0000020c 0 NOTYPE LOCAL DEFAULT 1 $d
17: 00000218 0 NOTYPE LOCAL DEFAULT 1 $t
44: 00000732 0 NOTYPE LOCAL DEFAULT 1 $d
45: 0000073e 0 NOTYPE LOCAL DEFAULT 1 $t
65: 00000000 0 NOTYPE LOCAL DEFAULT 4 $d
66: 00000000 0 NOTYPE LOCAL DEFAULT...