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

  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 270 /// symbolNeedsCopyReloc - return whether the symbol needs a copy relocation
271 bool symbolNeedsCopyReloc(const Relocation& pReloc,
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 602 if (symbolNeedsCopyReloc(pReloc, *rsym)) {
699 if (symbolNeedsCopyReloc(pReloc, *rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 546 if (symbolNeedsCopyReloc(pReloc, *rsym)) {
621 if (symbolNeedsCopyReloc(pReloc, *rsym)) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1085 milliseconds