Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp436 checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
520 checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
555 checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
609 checkAndSetHasTextRel(pSection); in scanGlobalReloc()
706 checkAndSetHasTextRel(pSection); in scanGlobalReloc()
736 checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
771 checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
1062 checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
1146 checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMLDBackend.cpp424 checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
554 checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
629 checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h293 void checkAndSetHasTextRel(const LDSection& pSection);
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp734 checkAndSetHasTextRel(*pSection.getLink()); in scanLocalReloc()
839 checkAndSetHasTextRel(*pSection.getLink()); in scanGlobalReloc()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2556 void GNULDBackend::checkAndSetHasTextRel(const LDSection& pSection) in checkAndSetHasTextRel() function in GNULDBackend