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

  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 82 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr(); local
83 return sect_addr + m_TargetAddress.getOutputOffset();
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 666 uint32_t sect_size, uint64_t sect_addr,
671 outs() << format("%016" PRIx64, sect_addr + i) << " ";
673 outs() << format("%08" PRIx64, sect_addr + i) << " ";
699 uint32_t sect_size, uint64_t sect_addr,
704 outs() << format("%016" PRIx64, sect_addr + i) << " ";
706 outs() << format("%08" PRIx64, sect_addr + i) << " ";
743 uint32_t sect_size, uint64_t sect_addr,
748 outs() << format("%016" PRIx64, sect_addr + i) << " ";
750 outs() << format("%08" PRIx64, sect_addr + i) << " ";
775 uint32_t sect_size, uint64_t sect_addr,
1099 uint64_t sect_addr = Section.getAddress(); local
1840 uint32_t sect_addr = info->S.getAddress(); local
1928 uint64_t sect_addr = info->S.getAddress(); local
2009 uint32_t sect_addr = info->S.getAddress(); local
2154 uint64_t sect_addr = info->S.getAddress(); local
6103 uint64_t sect_addr = info->S.getAddress(); local
    [all...]

Completed in 81 milliseconds