Home
last modified time | relevance | path

Searched refs:note_hdr (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Delf_note.cpp35 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/
Delf_note.h36 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/
Dlinker_phdr.cpp766 const ElfW(Nhdr)* note_hdr = nullptr; in ReadPadSegmentNote()
770 phdr, &note_hdr, &note_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()