Searched refs:IsExtern (Results 1 – 8 of 8) sorted by relevance
117 unsigned IsExtern = 0; in RecordX86_64Relocation() local141 IsExtern = 1; in RecordX86_64Relocation()183 IsExtern = 1; in RecordX86_64Relocation()187 IsExtern = 0; in RecordX86_64Relocation()196 (IsExtern << 27) | in RecordX86_64Relocation()202 IsExtern = 1; in RecordX86_64Relocation()206 IsExtern = 0; in RecordX86_64Relocation()230 IsExtern = 1; in RecordX86_64Relocation()238 IsExtern = 0; in RecordX86_64Relocation()333 (IsExtern << 27) | in RecordX86_64Relocation()[all …]
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()
327 unsigned IsExtern = 0; in RecordRelocation() local347 IsExtern = 1; in RecordRelocation()375 (IsExtern << 27) | in RecordRelocation()
149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo() argument159 (IsExtern << 4) | // was << 27 in makeRelocationInfo()
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()