Home
last modified time | relevance | path

Searched refs:undef_sym_pos (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DRelocator.cpp56 FragmentRef::Offset undef_sym_pos = pReloc.targetRef().offset(); in issueUndefRef() local
65 ss << "0x" << std::hex << undef_sym_pos; in issueUndefRef()
86 sym.value() <= undef_sym_pos && in issueUndefRef()
87 sym.value() + sym.size() > undef_sym_pos) { in issueUndefRef()