Home
last modified time | relevance | path

Searched refs:PT_GNU_PROPERTY (Results 1 – 3 of 3) sorted by relevance

/bionic/linker/
Dlinker_note_gnu_property_test.cpp70 .p_type = PT_GNU_PROPERTY, \
214 .p_type = PT_GNU_PROPERTY, in TEST()
230 .nhdr = {.n_namesz = PT_GNU_PROPERTY, .n_descsz = 1, .n_type = NT_GNU_PROPERTY_TYPE_0}, in TEST()
235 .p_type = PT_GNU_PROPERTY, in TEST()
Dlinker_note_gnu_property.cpp61 if (phdr[i].p_type != PT_GNU_PROPERTY) { in ElfW()
/bionic/libc/kernel/uapi/linux/
Delf.h39 #define PT_GNU_PROPERTY (PT_LOOS + 0x474e553) macro