Searched refs:note (Results 1 – 8 of 8) sorted by relevance
/sysdeps/x86/ |
A D | dl-prop.h | 98 const ElfW(Addr) start = (ElfW(Addr)) note; in _dl_process_property_note() 105 while ((ElfW(Addr)) (note + 1) - start < size) in _dl_process_property_note() 108 if (note->n_namesz == 4 in _dl_process_property_note() 109 && note->n_type == NT_GNU_PROPERTY_TYPE_0 in _dl_process_property_note() 110 && memcmp (note + 1, "GNU", 4) == 0) in _dl_process_property_note() 121 if (note->n_descsz < 8 in _dl_process_property_note() 122 || (note->n_descsz % sizeof (ElfW(Addr))) != 0) in _dl_process_property_note() 126 unsigned char *ptr = (unsigned char *) (note + 1) + 4; in _dl_process_property_note() 127 unsigned char *ptr_end = ptr + note->n_descsz; in _dl_process_property_note() 192 note = ((const void *) note in _dl_process_property_note() [all …]
|
A D | configure.ac | 56 .section ".note.gnu.property", "a" 61 .long 5 /* note type. */ 81 .section ".note.gnu.property", "a" 86 .long 5 /* note type. */
|
A D | configure | 84 .section ".note.gnu.property", "a" 89 .long 5 /* note type. */ 109 .section ".note.gnu.property", "a" 114 .long 5 /* note type. */
|
A D | Makefile | 226 $(cet-built-dso:=.note): %.note: % 231 common-generated += $(cet-built-dso:$(common-objpfx)%=%.note) 234 $(cet-built-dso:=.note)
|
/sysdeps/unix/sysv/linux/ |
A D | dl-sysdep.c | 65 const ElfW(Nhdr) *note = (const void *) start; in _dl_discover_osversion() 66 while ((ElfW(Addr)) (note + 1) - start < phdr[i].p_memsz) in _dl_discover_osversion() 68 if (!memcmp (note, &expected_note, sizeof expected_note)) in _dl_discover_osversion() 69 return *(const ElfW(Word) *) ((const void *) note in _dl_discover_osversion() 71 #define ROUND(len) (((len) + sizeof note->n_type - 1) & -sizeof note->n_type) in _dl_discover_osversion() 72 note = ((const void *) (note + 1) in _dl_discover_osversion() 73 + ROUND (note->n_namesz) + ROUND (note->n_descsz)); in _dl_discover_osversion()
|
/sysdeps/unix/sysv/linux/x86/ |
A D | tst-cet-property-dep-2.S | 63 .section .note.GNU-stack,"",@progbits
|
/sysdeps/mach/hurd/ |
A D | Makefile | 189 $(objpfx)crt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o $(objpfx)static-reloc.o 191 $(objpfx)rcrt0.o: $(objpfx)static-start.o $(objpfx)abi-note.o $(objpfx)init.o
|
/sysdeps/aarch64/ |
A D | sysdep.h | 84 .section .note.gnu.property, "a"; \
|
Completed in 12 milliseconds