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

  /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/llvm/include/llvm/Object/
ELF.h 120 const Elf_Shdr *section_end() const;
122 return make_range(section_begin(), section_end());
402 const typename ELFFile<ELFT>::Elf_Shdr *ELFFile<ELFT>::section_end() const { function in class:llvm::object::ELFFile
ELFObjectFile.h 320 section_iterator section_end() const override;
523 return section_end();
644 return section_end();
649 return section_end();
811 section_iterator ELFObjectFile<ELFT>::section_end() const { function in class:llvm::object::ELFObjectFile
812 return section_iterator(SectionRef(toDRI(EF.section_end()), this));
  /external/llvm/lib/Object/
COFFObjectFile.cpp 242 return section_end();
733 section_iterator COFFObjectFile::section_end() const { function in class:COFFObjectFile
    [all...]
MachOObjectFile.cpp 457 return section_end();
983 section_iterator MachOObjectFile::section_end() const { function in class:MachOObjectFile
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 2265 bfd_byte * section_end; member in struct:rsrc_regions
    [all...]
  /art/runtime/
class_linker.cc 1793 uint8_t* section_end = AlignDown(space->Begin() + dex_cache_section.End(), kPageSize); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 4598 unsigned char *section_end = section->start + section->size; local
4717 unsigned char *section_end = section->start + section->size; local
    [all...]

Completed in 810 milliseconds