search for: gnu_property_no_copy_on_protected

Displaying 2 results from an estimated 2 matches for "gnu_property_no_copy_on_protected".

2018 Mar 20
3
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
Linux GABI [1] introduced new .note.gnu.property section which contains a program property note which describes special handling requirements for linker and run-time loader. LLD does not support .note.gnu.property yet. GABI specifies 2 types of entries: GNU_PROPERTY_STACK_SIZE and GNU_PROPERTY_NO_COPY_ON_PROTECTED: * GNU_PROPERTY_STACK_SIZE: Its pr_data field contains an integer in the format of the target processor. Linker should select the maximum value among all input relocatable objects and copy this property to the output. Run-time loader should raise the stack limit to the value specified in this prop...
2018 Mar 20
0
[LLD/ELF] - Should we implement .note.gnu.property and/or Intel CET in LLD ?
...1] introduced new .note.gnu.property section which contains a program > property note which describes special handling requirements for linker and run-time loader. > > LLD does not support .note.gnu.property yet. > > GABI specifies 2 types of entries: > GNU_PROPERTY_STACK_SIZE and GNU_PROPERTY_NO_COPY_ON_PROTECTED: > > * GNU_PROPERTY_STACK_SIZE: Its pr_data field contains an integer in the format > of the target processor. Linker should select the maximum value among all input > relocatable objects and copy this property to the output. Run-time loader should > raise the stack limit to the valu...