HomeSort by relevance Sort by last modified time
    Searched full:section_end (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/courgette/
disassembler_elf_32.cc 113 uint32 section_end = section_header->sh_offset + section_header->sh_size; local
115 if (section_end > result)
116 result = section_end;
196 Elf32_Off section_end = section_begin + section_header->sh_size; local
198 if (offset32 >= section_begin && offset32 < section_end) {
331 size_t section_end = section_header->sh_offset + section_header->sh_size; local
338 while (file_offset < section_end) {
349 size_t next_relocation = section_end;
401 return ParseSimpleRegion(file_offset, section_end, program);
disassembler_elf_32_x86.cc 86 size_t section_end = section_header->sh_offset + section_header->sh_size; local
114 return ParseSimpleRegion(file_offset, section_end, program);
disassembler_elf_32_arm.cc 319 size_t section_end = section_header->sh_offset + section_header->sh_size; local
362 return ParseSimpleRegion(file_offset, section_end, program);
disassembler_win32_x64.cc 178 uint32 section_end = local
180 if (section_end > detected_length)
181 detected_length = section_end;
disassembler_win32_x86.cc 178 uint32 section_end = local
180 if (section_end > detected_length)
181 detected_length = section_end;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
ObjectImageCommon.h 66 { return ObjFile->section_end(); }
RuntimeDyldMachO.cpp 45 for (section_iterator i = objf->section_begin(), e = objf->section_end();
56 OldSectionAddrList(ObjFile->section_end()->getRawDataRefImpl().d.a, 0),
63 OldSectionAddrList(ObjFile->section_end()->getRawDataRefImpl().d.a, 0),
90 section_iterator symSec(objf->section_end());
534 section_iterator SE = Obj.section_end();
574 assert(SAI != MachO->section_end() && "Can't find section for address A");
586 assert(SBI != MachO->section_end() && "Can't find section for address B");
635 assert(TargetSI != MachO->section_end() && "Can't find section for symbol");
RuntimeDyld.cpp 91 if (SecI == Obj->section_end()) {
  /external/llvm/lib/Object/
Object.cpp 85 return (*unwrap(SI) == unwrap(ObjectFile)->section_end()) ? 1 : 0;
COFFObjectFile.cpp 230 Result = section_end();
657 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
    [all...]
MachOObjectFile.cpp 654 Res = section_end();
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 191 section_iterator section_end() const override;
365 Res = section_end();
517 return section_end();
522 return section_end();
810 section_iterator ELFObjectFile<ELFT>::section_end() const {
    [all...]
MachO.h 139 section_iterator section_end() const override;
ObjectFile.h 309 virtual section_iterator section_end() const = 0;
313 return section_iterator_range(section_begin(), section_end());
COFF.h 429 section_iterator section_end() const override;
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 402 if (Sec2 != Obj->section_end())
741 section_iterator Section = o->section_end();
786 } else if (Section == o->section_end()) {
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 387 if (!error(Symbol.getSection(SecI)) && SecI != Obj->section_end())
ARMWinEHPrinter.cpp 639 section_iterator SI = COFF.section_end();
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 328 section_iterator Sec = MachO->section_end();
570 section_iterator SecI = Obj.section_end();
621 section_iterator Sec = Obj.section_end();
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 690 if (RelocatedSection == Obj->section_end())
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /prebuilts/sdk/tools/linux/
libLLVM.so 

Completed in 1725 milliseconds