Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Target/
DTargetLDBackend.h178 virtual void sortRelocation(LDSection& pSection) = 0;
DGNULDBackend.h327 void sortRelocation(LDSection& pSection);
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp104 target().sortRelocation(*section); in writeSection()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2866 void GNULDBackend::sortRelocation(LDSection& pSection) { in sortRelocation() function in mcld::GNULDBackend