Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 7 of 7) sorted by relevance

/bionic/linker/
Dlinker_note_gnu_property_test.cpp103 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()
Dlinker_note_gnu_property.cpp100 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/
Dvmcore.h15 __u32 n_type; member
Delf.h380 Elf32_Word n_type; member
385 Elf64_Word n_type; member
Da.out.h101 unsigned char n_type; member
/bionic/libc/bionic/
Delf_note.cpp54 if (note->n_type != note_type) { in __get_elf_note()
/bionic/libc/include/bits/
Delf_common.h52 u_int32_t n_type; /* Type of this note. */