Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/elff/
Delff_elf.h205 struct Elf_SHdr { struct
241 typedef Elf_SHdr<Elf32_Addr, Elf32_Off> Elf32_SHdr; argument
243 typedef Elf_SHdr<Elf64_Addr, Elf64_Off> Elf64_SHdr;
Delf_file.cc367 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec = in initialize()
368 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*> in initialize()
444 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section = in get_section_info_by_name()
445 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>(sec_table_); in get_section_info_by_name()
454 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*> in get_section_info_by_name()