Searched refs:hasFragRef (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h101 bool hasFragRef() const function in class:mcld::LDSymbol
/frameworks/compile/mclinker/lib/LD/
H A DRelocation.cpp44 m_pSymInfo->outSymbol()->hasFragRef()) {
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp411 if (!f_pPreInitArrayStart->hasFragRef()) {
418 if (f_pPreInitArrayEnd->hasFragRef()) {
429 if (!f_pInitArrayStart->hasFragRef()) {
436 if (f_pInitArrayEnd->hasFragRef()) {
447 if (!f_pFiniArrayStart->hasFragRef()) {
454 if (f_pFiniArrayEnd->hasFragRef()) {
465 if (!f_pStack->hasFragRef()) {
1258 assert(pSymbol.hasFragRef() && "symbols must have fragment reference to get its index");
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp447 if ((*symbol)->hasFragRef()) {
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp193 assert(pSym.outSymbol()->hasFragRef());
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp255 assert(pSym.outSymbol()->hasFragRef());

Completed in 56 milliseconds