Displaying 2 results from an estimated 2 matches for "129d".
Did you mean:
129
2020 Nov 05
0
[EXTERNAL] [llvm-mc] FreeBSD kernel module performance impact when upgrading clang
...ecompile with -fPIC
>> $ objdump -d a.so
>>
>> a.so: file format elf64-x86-64
>>
>> Disassembly of section .text:
>>
>> 0000000000001298 <_start>:
>> 1298: e8 04 00 00 00 callq 12a1 <foo+0x4>
>>
>> 000000000000129d <foo>:
>> 129d: c3 retq
>>
>>
>> The call to foo does not go through the PLT. That's the behavior seen using clang5. But clang10 generates the PLT32 relocation instead, like this:
>>
>> $ cat b.s
>> .globl _start, foo
>&...
2006 Nov 08
4
bridge with IP address, "received packet with own address as source address"
Hi,
I''ve set up identical (what I think) machines using SLES 10 x86_64, but a new one
of those is saying frequently in /var/log/messages:
kernel: bond0: received packet with own address as source address
A short summary of ifconfig looks like this:
bond0 Link encap:Ethernet HWaddr 00:14:4F:2A:12:9C
inet addr:132.199.176.78 Bcast:132.199.255.255 Mask:255.255.0.0
eth0