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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 64 { return ObjFile->section_begin(); }
RuntimeDyldMachO.cpp 45 for (section_iterator i = objf->section_begin(), e = objf->section_end();
533 section_iterator SI = Obj.section_begin();
RuntimeDyld.cpp 87 section_iterator SecI(Obj->section_begin());
  /external/chromium_org/courgette/
disassembler_elf_32.cc 195 Elf32_Off section_begin = section_header->sh_offset; local
196 Elf32_Off section_end = section_begin + section_header->sh_size;
198 if (offset32 >= section_begin && offset32 < section_end) {
199 return section_header->sh_addr + (offset32 - section_begin);
  /external/llvm/lib/Object/
Object.cpp 75 section_iterator SI = unwrap(ObjectFile)->section_begin();
MachOObjectFile.cpp 359 section_iterator SI = O->section_begin();
    [all...]
COFFObjectFile.cpp 651 section_iterator COFFObjectFile::section_begin() const { function in class:COFFObjectFile
    [all...]
  /external/llvm/include/llvm/Object/
ObjectFile.h 308 virtual section_iterator section_begin() const = 0;
313 return section_iterator_range(section_begin(), section_end());
MachO.h 138 section_iterator section_begin() const override;
COFF.h 428 section_iterator section_begin() const override;
ELFObjectFile.h 190 section_iterator section_begin() const override;
805 section_iterator ELFObjectFile<ELFT>::section_begin() const {
    [all...]
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 150 section_iterator SI = Ctx.COFF.section_begin();
MachODumper.cpp 386 section_iterator SecI(Obj->section_begin());
  /external/llvm/tools/llvm-objdump/
COFFDump.cpp 166 section_iterator iter(Obj->section_begin());

Completed in 423 milliseconds