Home
last modified time | relevance | path

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

/aosp12/bionic/linker/
H A 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()
H A 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()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dvmcore.h27 __u32 n_type; member
H A Delf.h372 Elf32_Word n_type; member
377 Elf64_Word n_type; member
H A Da.out.h113 unsigned char n_type; member
/aosp12/system/unwinding/libunwindstack/tests/
H A DMapInfoGetBuildIDTest.cpp149 note_header.n_type = NT_GNU_BUILD_ID; in InitElfData()
H A DElfInterfaceTest.cpp1545 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 DElfInterface.cpp260 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 Dlibc_init_static.cpp196 if (note->n_type != NT_TYPE_MEMTAG) { in __read_memtag_note()