Searched refs:sortRelocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h164 /// sortRelocation - sort the dynamic relocations to let dynamic linker
166 virtual void sortRelocation(LDSection& pSection) = 0;
H A DGNULDBackend.h325 /// sortRelocation - sort the dynamic relocations to let dynamic linker
327 void sortRelocation(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp109 target().sortRelocation(*section);
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp3007 /// sortRelocation - sort the dynamic relocations to let dynamic linker
3009 void GNULDBackend::sortRelocation(LDSection& pSection) function in class:GNULDBackend

Completed in 121 milliseconds