Home | History | Annotate | Download | only in elff

Lines Matching refs:Elf_Addr

326 template <typename Elf_Addr, typename Elf_Off>

327 bool ElfFileImpl<Elf_Addr, Elf_Off>::initialize(const Elf_CommonHdr* elf_hdr,
335 const Elf_FHdr<Elf_Addr, Elf_Off>* header =
336 reinterpret_cast<const Elf_FHdr<Elf_Addr, Elf_Off>*>(elf_hdr);
367 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec =
368 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
396 template <typename Elf_Addr, typename Elf_Off>
397 int ElfFileImpl<Elf_Addr, Elf_Off>::parse_compilation_units(
440 template <typename Elf_Addr, typename Elf_Off>
441 bool ElfFileImpl<Elf_Addr, Elf_Off>::get_section_info_by_name(const char* name,
444 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section =
445 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>(sec_table_);
454 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>
461 template <typename Elf_Addr, typename Elf_Off>
462 bool ElfFileImpl<Elf_Addr, Elf_Off>::map_section_by_name(