HomeSort by relevance Sort by last modified time
    Searched refs:section_end (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/google-breakpad/src/common/linux/
file_id.cc 64 const void* section_end = reinterpret_cast<const char*>(section) + length; local
66 while (reinterpret_cast<const void *>(note_header) < section_end) {
74 if (reinterpret_cast<const void *>(note_header) >= section_end ||
  /external/autotest/client/cros/faft/utils/
saft_flashrom_util.py 118 for section_base, section_end in ost:
119 if section_base <= base or section_end + 1 < section_base:
121 section_base, section_end))
122 base = section_end
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 167 assert(SAI != Obj.section_end() && "Can't find section for address A");
181 assert(SBI != Obj.section_end() && "Can't find section for address B");
RuntimeDyldCOFFX86_64.h 125 const bool IsExtern = SecI == Obj.section_end();
RuntimeDyldMachOARM.h 248 assert(SAI != MachO.section_end() && "Can't find section for address A");
262 assert(SBI != MachO.section_end() && "Can't find section for address B");
RuntimeDyldCOFFI386.h 88 if (Section == Obj.section_end()) {
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 2279 bfd_byte * section_end; member in struct:rsrc_regions
    [all...]
  /external/llvm/include/llvm/Object/
ELFObjectFile.h 328 section_iterator section_end() const override;
542 return section_end();
659 return section_end();
664 return section_end();
824 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
825 return section_iterator(SectionRef(toDRI(EF.section_end()), this));
ELF.h 113 const Elf_Shdr *section_end() const;
115 return makeArrayRef(section_begin(), section_end());
400 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_end() const { function in class:llvm::object::ELFFile
ObjectFile.h 253 virtual section_iterator section_end() const = 0;
257 return section_iterator_range(section_begin(), section_end());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 254 section_iterator SI = Obj.section_end();
260 if (SI == Obj.section_end())
292 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
424 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
514 for (section_iterator SI = Obj.section_begin(), SE = Obj.section_end();
    [all...]
RuntimeDyldMachO.cpp 74 assert(TargetSI != Obj.section_end() && "Can't find section for symbol");
164 section_iterator SE = Obj.section_end();
  /system/extras/simpleperf/
read_elf.cpp 145 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) {
242 for (llvm::object::section_iterator it = elf->section_begin(); it != elf->section_end(); ++it) {
327 for (auto it = elf->section_begin(); it != elf->section_end(); ++it) {
  /external/llvm/tools/dsymutil/
MachODebugMapParser.cpp 440 section_iterator Section = MainBinary.section_end();
466 if (Section == MainBinary.section_end() || Section->isText())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
Wasm.h 131 section_iterator section_end() const override;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
Wasm.h 131 section_iterator section_end() const override;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 256 virtual section_iterator section_end() const = 0;
260 return section_iterator_range(section_begin(), section_end());
  /external/llvm/lib/Object/
Object.cpp 95 return (*unwrap(SI) == OB->getBinary()->section_end()) ? 1 : 0;

Completed in 874 milliseconds

1 2 3