Searched refs:section_end (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/courgette/
H A Ddisassembler_elf_32.cc113 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);
H A Ddisassembler_elf_32_x86.cc86 size_t section_end = section_header->sh_offset + section_header->sh_size; local
114 return ParseSimpleRegion(file_offset, section_end, program);
H A Ddisassembler_win32_x64.cc178 uint32 section_end = local
180 if (section_end > detected_length)
181 detected_length = section_end;
H A Ddisassembler_win32_x86.cc178 uint32 section_end = local
180 if (section_end > detected_length)
181 detected_length = section_end;
H A Ddisassembler_elf_32_arm.cc319 size_t section_end = section_header->sh_offset + section_header->sh_size; local
362 return ParseSimpleRegion(file_offset, section_end, program);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DObjectImageCommon.h66 { return ObjFile->section_end(); }
H A DRuntimeDyldMachO.cpp45 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");
H A DRuntimeDyld.cpp91 if (SecI == Obj->section_end()) {
/external/llvm/lib/Object/
H A DObject.cpp85 return (*unwrap(SI) == unwrap(ObjectFile)->section_end()) ? 1 : 0;
H A DCOFFObjectFile.cpp230 Result = section_end();
657 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp654 Res = section_end();
1444 section_iterator MachOObjectFile::section_end() const {
1746 return *section_end();
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h191 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 {
H A DObjectFile.h309 virtual section_iterator section_end() const = 0;
313 return section_iterator_range(section_begin(), section_end());
H A DMachO.h139 section_iterator section_end() const override;
H A DCOFF.h429 section_iterator section_end() const override;
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp402 if (Sec2 != Obj->section_end())
741 section_iterator Section = o->section_end();
786 } else if (Section == o->section_end()) {
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp328 section_iterator Sec = MachO->section_end();
570 section_iterator SecI = Obj.section_end();
621 section_iterator Sec = Obj.section_end();
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp387 if (!error(Symbol.getSection(SecI)) && SecI != Obj->section_end())
H A DARMWinEHPrinter.cpp639 section_iterator SI = COFF.section_end();
/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc644 const Elf32_Addr section_end = section_start + section_header->sh_size; local
661 relocation->r_offset < section_end) {
/external/llvm/lib/DebugInfo/
H A DDWARFContext.cpp690 if (RelocatedSection == Obj->section_end())

Completed in 263 milliseconds