HomeSort by relevance Sort by last modified time
    Searched full:reloctype (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Object/
RelocVisitor.h 52 RelocToApply visit(uint32_t RelocType, RelocationRef R, uint64_t Value = 0) {
54 return visitELF(RelocType, R, Value);
56 return visitCOFF(RelocType, R, Value);
58 return visitMachO(RelocType, R, Value);
70 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) {
74 switch (RelocType) {
90 switch (RelocType) {
101 switch (RelocType) {
112 switch (RelocType) {
122 switch (RelocType) {
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 47 const MCFragment &Fragment, unsigned RelocType,
61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType,
63 RelocType = unsigned(MachO::ARM_RELOC_VANILLA);
97 RelocType = unsigned(MachO::ARM_RELOC_BR24);
105 RelocType = unsigned(MachO::ARM_THUMB_RELOC_BR22);
119 RelocType = unsigned(MachO::ARM_RELOC_HALF);
123 RelocType = unsigned(MachO::ARM_RELOC_HALF);
128 RelocType = unsigned(MachO::ARM_RELOC_HALF);
132 RelocType = unsigned(MachO::ARM_RELOC_HALF);
313 unsigned RelocType,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-sh64.c 64 bfd_reloc_code_real_type reloctype; member in struct:__anon75647
830 bfd_reloc_code_real_type reloctype = BFD_RELOC_NONE; local
900 reloctype = BFD_RELOC_32_PLT_PCREL;
939 reloctype == BFD_RELOC_32_PLT_PCREL
944 reloctype == BFD_RELOC_32_PLT_PCREL
2346 bfd_reloc_code_real_type reloctype = BFD_RELOC_SH_IMM_LOW16; local
    [all...]
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 28 bool getAArch64FixupKindMachOInfo(const MCFixup &Fixup, unsigned &RelocType,
44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym,
46 RelocType = unsigned(MachO::ARM64_RELOC_UNSIGNED);
62 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
67 RelocType = unsigned(MachO::ARM64_RELOC_POINTER_TO_GOT);
80 RelocType = unsigned(MachO::ARM64_RELOC_PAGEOFF12);
83 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGEOFF12);
86 RelocType = unsigned(MachO::ARM64_RELOC_TLVP_LOAD_PAGEOFF12);
99 RelocType = unsigned(MachO::ARM64_RELOC_PAGE21);
102 RelocType = unsigned(MachO::ARM64_RELOC_GOT_LOAD_PAGE21)
    [all...]
  /external/llvm/lib/Object/
COFFYAML.cpp 315 template <typename RelocType>
317 NType(IO &) : Type(RelocType(0)) {}
318 NType(IO &, uint16_t T) : Type(RelocType(T)) {}
320 RelocType Type;
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
315 RelocType != MachO::PPC_RELOC_BR24 &&
316 RelocType != MachO::PPC_RELOC_BR14) {
331 unsigned Type = RelocType;
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h 137 uint32_t RelocType = Obj.getAnyRelocationType(RE);
176 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
RuntimeDyldMachOARM.h 223 uint32_t RelocType = MachO.getAnyRelocationType(RE);
265 RelocationEntry R(SectionID, Offset, RelocType, Addend, SectionAID,
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 351 uint32_t relocType = relocs[i].info & 0xff;
385 if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {
400 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr);
423 i, relocs[i].where, relocType, whichSym, syms[whichSym].addr);
431 switch (relocType) {
483 fprintf(stderr, "Weird reloc %" PRIX32 " type %" PRIX32 " to symbol %" PRIX32 "\n", i, relocType, whichSym);
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 63 uint32_t RelocType = Obj.getAnyRelocationType(RE);
81 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]

Completed in 983 milliseconds