HomeSort by relevance Sort by last modified time
    Searched full:relinfo (Results 1 - 25 of 32) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gold/
errors.cc 135 Errors::error_at_location(const Relocate_info<size, big_endian>* relinfo,
140 relinfo->location(relnum, reloffset).c_str());
151 Errors::warning_at_location(const Relocate_info<size, big_endian>* relinfo,
156 relinfo->location(relnum, reloffset).c_str());
280 gold_error_at_location(const Relocate_info<size, big_endian>* relinfo,
286 parameters->errors()->error_at_location(relinfo, relnum, reloffset,
295 gold_warning_at_location(const Relocate_info<size, big_endian>* relinfo,
301 parameters->errors()->warning_at_location(relinfo, relnum, reloffset,
319 const Relocate_info<size, big_endian>* relinfo,
323 relinfo->location(relnum, reloffset))
    [all...]
tls.h 50 check_range(const Relocate_info<size, big_endian>* relinfo,
58 gold_error_at_location(relinfo, relnum, rel_offset,
66 check_tls(const Relocate_info<size, big_endian>* relinfo,
72 gold_error_at_location(relinfo, relnum, rel_offset,
target-reloc.h 261 const Relocate_info<size, big_endian>* relinfo,
277 Sized_relobj_file<size, big_endian>* object = relinfo->object;
291 offset = output_section->output_offset(relinfo->object,
292 relinfo->data_shndx,
326 && !relinfo->symtab->is_section_folded(object, shndx));
339 gsym = relinfo->symtab->resolve_forwards(gsym);
365 std::string name = object->section_name(relinfo->data_shndx);
386 gold_warning_at_location(relinfo, i, offset,
403 if (!relocate.relocate(relinfo, target, output_section, i, reloc,
410 gold_error_at_location(relinfo, i, offset
    [all...]
i386.cc     [all...]
errors.h 73 error_at_location(const Relocate_info<size, big_endian>* relinfo,
80 warning_at_location(const Relocate_info<size, big_endian>* relinfo,
x86_64.cc 635 apply_relocation(const Relocate_info<size, false>* relinfo,
    [all...]
reloc.cc 918 Relocate_info<size, big_endian> relinfo; local
919 relinfo.symtab = symtab;
920 relinfo.layout = layout;
921 relinfo.object = this;
993 relinfo.reloc_shndx = i;
994 relinfo.reloc_shdr = p;
995 relinfo.data_shndx = index;
996 relinfo.data_shdr = pshdrs + index * This::shdr_size;
1013 target->relocate_section(&relinfo, sh_type, prelocs, reloc_count, os,
1019 target->relocate_relocs(&relinfo, sh_type, prelocs, reloc_count
    [all...]
aarch64.cc 2059 Relocate_info<size, big_endian> relinfo; local
2276 Relocate_info<size, big_endian> relinfo; local
    [all...]
arm.cc     [all...]
sparc.cc     [all...]
powerpc.cc 881 const Relocate_info<size, big_endian>* relinfo,
886 this->relinfo_ = relinfo;
    [all...]
target.h     [all...]
gold.h 141 // from a relocation. SYM is the undefined symbol. RELINFO is the
  /external/llvm/include/llvm/MC/
MCSymbolizer.h 46 std::unique_ptr<MCRelocationInfo> RelInfo;
49 /// \brief Construct an MCSymbolizer, taking ownership of \p RelInfo.
50 MCSymbolizer(MCContext &Ctx, std::unique_ptr<MCRelocationInfo> RelInfo)
51 : Ctx(Ctx), RelInfo(std::move(RelInfo)) {
MCExternalSymbolizer.h 42 std::unique_ptr<MCRelocationInfo> RelInfo,
45 : MCSymbolizer(Ctx, std::move(RelInfo)), GetOpInfo(getOpInfo),
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.h 24 std::unique_ptr<MCRelocationInfo> RelInfo,
28 : MCExternalSymbolizer(Ctx, std::move(RelInfo), GetOpInfo, SymbolLookUp,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 70 MachO::any_relocation_info RelInfo =
73 bool IsPCRel = Obj.getAnyRelocationPCRel(RelInfo);
74 unsigned Size = Obj.getAnyRelocationLength(RelInfo);
77 static_cast<MachO::RelocationInfoType>(Obj.getAnyRelocationType(RelInfo));
RuntimeDyldMachO.cpp 95 MachO::any_relocation_info RelInfo =
99 bool IsExternal = Obj.getPlainRelocationExternal(RelInfo);
117 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 40 MachO::any_relocation_info RelInfo =
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
47 assert(!Obj.isRelocationScattered(RelInfo) &&
55 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
RuntimeDyldMachOAArch64.h 252 MachO::any_relocation_info RelInfo =
255 assert(!Obj.isRelocationScattered(RelInfo) && "");
262 if (Obj.getAnyRelocationType(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
263 assert(!Obj.getPlainRelocationExternal(RelInfo));
264 assert(!Obj.getAnyRelocationPCRel(RelInfo));
265 assert(Obj.getAnyRelocationLength(RelInfo) == 2);
266 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo);
270 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
284 bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
RuntimeDyldMachOI386.h 40 MachO::any_relocation_info RelInfo =
42 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
44 if (Obj.isRelocationScattered(RelInfo)) {
63 // bool IsExtern = Obj.getPlainRelocationExternal(RelInfo);
RuntimeDyldMachOARM.h 59 MachO::any_relocation_info RelInfo =
61 uint32_t RelType = Obj.getAnyRelocationType(RelInfo);
63 if (Obj.isRelocationScattered(RelInfo)) {
  /external/llvm/lib/MC/MCDisassembler/
MCExternalSymbolizer.cpp 139 Expr = RelInfo->createExprForCAPIVariantKind(Expr, SymbolicOp.VariantKind);
194 std::unique_ptr<MCRelocationInfo> &&RelInfo) {
197 return new MCExternalSymbolizer(*Ctx, std::move(RelInfo), GetOpInfo,
Disassembler.cpp 74 std::unique_ptr<MCRelocationInfo> RelInfo(
76 if (!RelInfo)
80 TT, GetOpInfo, SymbolLookUp, DisInfo, Ctx, std::move(RelInfo)));
  /external/llvm/include/llvm/Support/
TargetRegistry.h 77 std::unique_ptr<MCRelocationInfo> &&RelInfo);
157 std::unique_ptr<MCRelocationInfo> &&RelInfo);
527 /// \param RelInfo The relocation information for this target. Takes
533 std::unique_ptr<MCRelocationInfo> &&RelInfo) const {
537 std::move(RelInfo));
    [all...]

Completed in 1561 milliseconds

1 2