Home
last modified time | relevance | path

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

/external/qemu/elff/
Delf.h207 struct Elf_SHdr { struct
243 typedef Elf_SHdr<Elf32_Addr, Elf32_Off> Elf32_SHdr; argument
245 typedef Elf_SHdr<Elf64_Addr, Elf64_Off> Elf64_SHdr;
Delf_file.cc362 const Elf_SHdr<Elf_Addr, Elf_Off>* str_sec = in initialize()
363 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*> in initialize()
439 const Elf_SHdr<Elf_Addr, Elf_Off>* cur_section = in get_section_info_by_name()
440 reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*>(sec_table_); in get_section_info_by_name()
449 cur_section = reinterpret_cast<const Elf_SHdr<Elf_Addr, Elf_Off>*> in get_section_info_by_name()