Home
last modified time | relevance | path

Searched refs:note_type (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Delf_note.cpp34 bool __get_elf_note(unsigned note_type, const char* note_name, const ElfW(Addr) note_addr, in __get_elf_note() argument
54 if (note->n_type != note_type) { in __get_elf_note()
70 bool __find_elf_note(unsigned int note_type, const char* note_name, const ElfW(Phdr)* phdr_start, 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.h35 bool __get_elf_note(unsigned note_type, const char* note_name, const ElfW(Addr) note_addr,
40 bool __find_elf_note(unsigned int note_type, const char* note_name, const ElfW(Phdr)* phdr_start,