Searched refs:FindProgamHeaderByType (Results 1 – 2 of 2) sorted by relevance
163 Elf32_Phdr* FindProgamHeaderByType(Elf32_Word type) const;
229 dynamic_program_header_ = FindProgamHeaderByType(PT_DYNAMIC); in Setup()711 Elf32_Phdr* ElfFile::FindProgamHeaderByType(Elf32_Word type) const { in FindProgamHeaderByType() function in art::ElfFile