Home
last modified time | relevance | path

Searched defs:phdr (Results 1 – 4 of 4) sorted by relevance

/bionic/linker/
Dlinker_note_gnu_property.cpp42 GnuPropertySection::GnuPropertySection(const ElfW(Phdr)* phdr, size_t phdr_count, in GnuPropertySection()
Dlinker_main.cpp576 auto phdr = &si->phdr[i]; in set_bss_vma_name() local
626 auto* phdr = reinterpret_cast<ElfW(Phdr)*>(ehdr + __ehdr_start.e_phoff); in call_ifunc_resolvers() local
/bionic/libc/malloc_debug/
DMapData.cpp115 ElfW(Phdr) phdr; in read_loadbias() local
/bionic/tests/
Dlink_test.cpp136 static ElfW(Addr) find_exe_load_bias(const ProgHdr& phdr) { in find_exe_load_bias()