Searched defs:pRelocData (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp489 const RelocData& pRelocData,
501 for (RelocData::const_iterator it = pRelocData.begin(),
502 ie = pRelocData.end(); it != ie; ++it, ++rel) {
532 const RelocData& pRelocData,
544 for (RelocData::const_iterator it = pRelocData.begin(),
545 ie = pRelocData.end(); it != ie; ++it, ++rel) {
488 emitRel(const LinkerConfig& pConfig, const RelocData& pRelocData, MemoryRegion& pRegion) const argument
531 emitRela(const LinkerConfig& pConfig, const RelocData& pRelocData, MemoryRegion& pRegion) const argument

Completed in 42 milliseconds