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

  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 108 void setAddend(Address pAddend);
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 136 void Relocation::setAddend(Address pAddend)
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 704 rel_entry.setAddend(pReloc.symValue());
816 rel_entry.setAddend(S + A);
823 rel_entry.setAddend(S + A);
838 rel_entry.setAddend(A);

Completed in 325 milliseconds