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

  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 866 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel( local
904 bool has_dyn_rel = pParent.getTarget().symbolNeedsDynRel( local
1536 bool has_dyn_rel = (dyn_rel != NULL); local
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 467 bool has_dyn_rel = (dyn_rel != NULL); local
477 if (rsym->isLocal() && has_dyn_rel) {
489 if (has_dyn_rel) {
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 701 bool has_dyn_rel = (rel_entry != NULL); local
711 if (rsym->isLocal() && has_dyn_rel) {
721 if (has_dyn_rel) {

Completed in 99 milliseconds