Displaying 2 results from an estimated 2 matches for "_z3xxxv".
Did you mean:
_z3quxv
2018 Mar 20
3
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
...ments.
For following code and invocations:
1.cpp:
int xxx() { return 1; }
/usr/local/bin/gcc 1.cpp -c -o test1.o -fcf-protection=full -mcet -B.
/usr/local/bin/gcc 1.cpp -c -o test2.o -B.
Compiler will generate special instructions and emit .note.gnu.property section.
test1.o:
0000000000000000 <_Z3xxxv>:
0: f3 0f 1e fa endbr64
4: b8 01 00 00 00 mov $0x1,%eax
9: c3 retq
readelf output:
Displaying notes found in: .note.gnu.property
Owner Data size Description
GNU 0x00000010 NT_GNU_PROPERTY_TYPE_0
Propertie...
2018 Mar 20
0
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
...> 1.cpp:
> int xxx() { return 1; }
>
> /usr/local/bin/gcc 1.cpp -c -o test1.o -fcf-protection=full -mcet -B.
> /usr/local/bin/gcc 1.cpp -c -o test2.o -B.
>
> Compiler will generate special instructions and emit .note.gnu.property section.
> test1.o:
> 0000000000000000 <_Z3xxxv>:
> 0:f3 0f 1e fa endbr64
> 4:b8 01 00 00 00 mov $0x1,%eax
> 9:c3 retq
>
> readelf output:
> Displaying notes found in: .note.gnu.property
> Owner Data sizeDescription
> GNU 0x00000010NT_GNU...