Searched refs:IsExtern (Results 1 – 13 of 13) sorted by relevance
205 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local231 if (IsExtern) in processRelocationRef()252 if (IsExtern) { in processRelocationRef()
164 const bool IsExtern = Section == Obj.section_end(); in processRelocationRef() local183 if (IsExtern) in processRelocationRef()228 if (IsExtern) { in processRelocationRef()
58 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local59 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
332 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local336 } else if (!IsExtern && RE.IsPCRel) in processRelocationRef()
125 const bool IsExtern = SecI == Obj.section_end(); in processRelocationRef() local167 if (IsExtern) { in processRelocationRef()
59 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local60 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
292 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo); in processRelocationRef() local293 if (!IsExtern && RE.IsPCRel) in processRelocationRef()
149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
148 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument158 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
117 unsigned IsExtern = 0; in RecordX86_64Relocation() local141 IsExtern = 1; in RecordX86_64Relocation()359 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
117 unsigned IsExtern = 0; in RecordX86_64Relocation() local141 IsExtern = 1; in RecordX86_64Relocation()361 (IsExtern << 27) | (Type << 28); in RecordX86_64Relocation()
537 bool IsExtern = !IsScattered && Obj->getPlainRelocationExternal(RE); in printRelocation() local540 if (IsExtern) { in printRelocation()566 const char *Kind = IsExtern ? "Symbol" : "Section"; in printRelocation()
1456 bool IsExtern = Value.SymbolName || SymType == SymbolRef::ST_Unknown; in processRelocationRef() local1457 if (!IsExtern) { in processRelocationRef()1484 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID) || in processRelocationRef()1541 if (IsExtern || (AbiVariant == 2 && Value.SectionID != SectionID)) { in processRelocationRef()