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

  /frameworks/compile/mclinker/include/mcld/LD/
LDContext.h 48 const_sect_iterator sectBegin() const { return m_SectionTable.begin(); }
49 sect_iterator sectBegin() { return m_SectionTable.begin(); }
  /frameworks/compile/mclinker/lib/LD/
LDContext.cpp 45 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
55 for (sect_iter = sectBegin(); sect_iter != sect_end; ++sect_iter) {
ELFObjectReader.cpp 103 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 85 LDContext::const_sect_iterator iter = m_pInput->context()->sectBegin();
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 350 StringRef SectBegin;
351 Sections[SectIdx].getContents(SectBegin);
352 uint64_t Offset = (uint64_t)SectBegin.data();
  /external/llvm/lib/Object/
MachOObjectFile.cpp 666 uint64_t SectBegin, SectEnd;
667 getSectionAddress(Sec, SectBegin);
669 SectEnd += SectBegin;
675 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
680 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 243 for (sect = (*obj)->context()->sectBegin(); sect != sectEnd; ++sect) {

Completed in 201 milliseconds