Searched refs:note_hdr (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/bionic/ |
D | elf_note.cpp | 35 const ElfW(Phdr)* phdr_note, const ElfW(Nhdr)** note_hdr, in __get_elf_note() argument 62 *note_hdr = note; in __get_elf_note() 71 size_t phdr_ct, const ElfW(Nhdr)** note_hdr, const char** note_desc, in __find_elf_note() argument 77 if (__get_elf_note(note_type, note_name, note_addr, phdr, note_hdr, note_desc)) { in __find_elf_note()
|
/bionic/libc/private/ |
D | elf_note.h | 36 const ElfW(Phdr)* phdr_note, const ElfW(Nhdr)** note_hdr, 41 size_t phdr_ct, const ElfW(Nhdr)** note_hdr, const char** note_desc,
|
/bionic/linker/ |
D | linker_phdr.cpp | 766 const ElfW(Nhdr)* note_hdr = nullptr; in ReadPadSegmentNote() 770 phdr, ¬e_hdr, ¬e_desc)) { in ReadPadSegmentNote() 774 if (note_hdr->n_descsz != sizeof(ElfW(Word))) { in ReadPadSegmentNote() 776 name_.c_str(), reinterpret_cast<unsigned int>(note_hdr->n_descsz)); in ReadPadSegmentNote()
|