Searched refs:n_type (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/linker/ |
H A 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()
|
H A 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()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | vmcore.h | 27 __u32 n_type; member
|
H A D | elf.h | 372 Elf32_Word n_type; member 377 Elf64_Word n_type; member
|
H A D | a.out.h | 113 unsigned char n_type; member
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | MapInfoGetBuildIDTest.cpp | 149 note_header.n_type = NT_GNU_BUILD_ID; in InitElfData()
|
H A D | ElfInterfaceTest.cpp | 1545 note_header.n_type = NT_GNU_BUILD_ID; in BuildID() 1605 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes() 1616 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDTwoNotes() 1676 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForName() 1736 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForDesc() 1796 note_header.n_type = NT_GNU_BUILD_ID; in BuildIDSectionTooSmallForHeader()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | ElfInterface.cpp | 260 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildID() 616 if (name == "GNU" && hdr.n_type == NT_GNU_BUILD_ID) { in ReadBuildIDFromMemory()
|
/aosp12/bionic/libc/bionic/ |
H A D | libc_init_static.cpp | 196 if (note->n_type != NT_TYPE_MEMTAG) { in __read_memtag_note()
|