Searched refs:n_type (Results 1 – 7 of 7) sorted by relevance
/bionic/linker/ |
D | linker_note_gnu_property_test.cpp | 103 note->nhdr.n_type = NT_GNU_PROPERTY_TYPE_0; in GnuPropertySectionBuilder() 135 dump_member("n_type ", note->nhdr.n_type); in dump() 230 .nhdr = {.n_namesz = PT_GNU_PROPERTY, .n_descsz = 1, .n_type = NT_GNU_PROPERTY_TYPE_0}, in TEST() 254 .n_type = NT_GNU_PROPERTY_TYPE_0 - 1 // Invalid in TEST() 268 .n_type = NT_GNU_PROPERTY_TYPE_0}, in TEST() 279 .nhdr = {.n_namesz = 4, .n_descsz = 0, .n_type = NT_GNU_PROPERTY_TYPE_0}, in TEST() 292 .n_type = NT_GNU_PROPERTY_TYPE_0}, in TEST()
|
D | linker_note_gnu_property.cpp | 100 if (note_nhdr->nhdr.n_type != NT_GNU_PROPERTY_TYPE_0) { in SanityCheck() 102 NT_GNU_PROPERTY_TYPE_0, note_nhdr->nhdr.n_type); in SanityCheck()
|
/bionic/libc/kernel/uapi/linux/ |
D | vmcore.h | 15 __u32 n_type; member
|
D | elf.h | 380 Elf32_Word n_type; member 385 Elf64_Word n_type; member
|
D | a.out.h | 101 unsigned char n_type; member
|
/bionic/libc/bionic/ |
D | elf_note.cpp | 54 if (note->n_type != note_type) { in __get_elf_note()
|
/bionic/libc/include/bits/ |
D | elf_common.h | 52 u_int32_t n_type; /* Type of this note. */
|