Home
last modified time | relevance | path

Searched refs:PT_NOTE (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/chre/platform/shared/include/chre/platform/shared/
H A Dloader_util.h89 #define PT_NOTE 4 macro
/aosp12/system/chre/build/sys_support/qcom/
H A Duimage_v2.lcs38 note1 PT_NOTE;
H A Duimage.lcs.toolv8038 note1 PT_NOTE;
/aosp12/bionic/libc/kernel/uapi/linux/
H A Delf.h40 #define PT_NOTE 4 macro
/aosp12/bionic/libc/bionic/
H A Dlibc_init_static.cpp210 if (phdr->p_type != PT_NOTE) { in __get_memtag_note()
/aosp12/art/libelffile/elf/
H A Delf_builder.h494 build_id_.phdr_type_ = PT_NOTE; in ElfBuilder()
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp448 phdr.p_type = PT_NOTE; in ManyPhdrs()
/aosp12/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1879 note_seg = elfSegmentTable().produce(llvm::ELF::PT_NOTE, cur_flag); in createProgramHdrs()