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

  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 68 reloc_iterator reloc_begin() { return m_Relocations.begin(); } function in class:mcld::BranchIsland
70 const_reloc_iterator reloc_begin() const { return m_Relocations.begin(); } function in class:mcld::BranchIsland
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 835 for (iter = island.reloc_begin(); iter != iterEnd; ++iter)
    [all...]

Completed in 93 milliseconds