HomeSort by relevance Sort by last modified time
    Searched refs:sortRelocation (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 176 /// sortRelocation - sort the dynamic relocations to let dynamic linker
178 virtual void sortRelocation(LDSection& pSection) = 0;
GNULDBackend.h 325 /// sortRelocation - sort the dynamic relocations to let dynamic linker
327 void sortRelocation(LDSection& pSection);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 104 target().sortRelocation(*section);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 61 milliseconds