Lines Matching refs:Elf_file
103 class Elf_file
106 typedef Elf_file<size, big_endian, File> This;
122 Elf_file(File* file, const Ef_ehdr& ehdr) in Elf_file() function
127 Elf_file(File* file);
405 Elf_file<size, big_endian, File>::construct(File* file, const Ef_ehdr& ehdr) in construct()
424 Elf_file<size, big_endian, File>::Elf_file(File* file) in Elf_file() function
434 Elf_file<size, big_endian, File>::initialize_shnum() in initialize_shnum()
480 Elf_file<size, big_endian, File>::find_section_by_type(unsigned int type) in find_section_by_type()
498 Elf_file<size, big_endian, File>::section_header_offset(unsigned int shndx) const in section_header_offset()
510 Elf_file<size, big_endian, File>::section_name(unsigned int shndx) const in section_name()
557 Elf_file<size, big_endian, File>::section_contents(unsigned int shndx) in section_contents()
575 Elf_file<size, big_endian, File>::section_size(unsigned int shndx) in section_size()
594 Elf_file<size, big_endian, File>::section_flags(unsigned int shndx) in section_flags()
613 Elf_file<size, big_endian, File>::section_addr(unsigned int shndx) in section_addr()
632 Elf_file<size, big_endian, File>::section_type(unsigned int shndx) in section_type()
651 Elf_file<size, big_endian, File>::section_link(unsigned int shndx) in section_link()
670 Elf_file<size, big_endian, File>::section_info(unsigned int shndx) in section_info()
689 Elf_file<size, big_endian, File>::section_addralign(unsigned int shndx) in section_addralign()