HomeSort by relevance Sort by last modified time
    Searched refs:Elf_file (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 32 // This header file defines the class Elf_file which can be used to
103 class Elf_file
106 typedef Elf_file<size, big_endian, File> This;
121 // Construct an Elf_file given an ELF file header.
122 Elf_file(File* file, const Ef_ehdr& ehdr)
127 Elf_file(File* file);
401 // Construct an Elf_file given an ELF file header.
405 Elf_file<size, big_endian, File>::construct(File* file, const Ef_ehdr& ehdr)
424 Elf_file<size, big_endian, File>::Elf_file(File* file
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
nacl.h 198 elfcpp::Elf_file<size, big_endian, Sniff_file> elf_file(&file);
199 const unsigned int shnum = elf_file.shnum();
202 if (elf_file.section_type(shndx) == elfcpp::SHT_NOTE)
204 Sniff_file::Location loc = elf_file.section_contents(shndx);
dynobj.h 339 elfcpp::Elf_file<size, big_endian, Object> elf_file_;
object.h 617 // Functions and types for the elfcpp::Elf_file interface. This
619 // elfcpp::Elf_file.
916 read_section_data(elfcpp::Elf_file<size, big_endian, Object>*,
    [all...]
incremental-dump.cc 230 elfcpp::Elf_file<size, big_endian, Incremental_binary> elf_file(inc);
232 unsigned int symtab_shndx = elf_file.find_section_by_type(elfcpp::SHT_SYMTAB);
238 Location symtab_location(elf_file.section_contents(symtab_shndx));
243 unsigned int strtab_shndx = elf_file.section_link(symtab_shndx);
245 || strtab_shndx > elf_file.shnum()
246 || elf_file.section_type(strtab_shndx) != elfcpp::SHT_STRTAB)
251 Location strtab_location(elf_file.section_contents(strtab_shndx));
object.cc 161 // elfcpp::Elf_file interface, and also called by the Object code
189 Object::read_section_data(elfcpp::Elf_file<size, big_endian, Object>* elf_file,
195 const off_t shoff = elf_file->shoff();
202 const unsigned char* pshdrnames = pshdrs + elf_file->shstrndx() * shdr_size;
    [all...]
incremental.h     [all...]
dwp.cc 440 elfcpp::Elf_file<size, big_endian, Object> elf_file_;
    [all...]

Completed in 185 milliseconds