Home
last modified time | relevance | path

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

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