HomeSort by relevance Sort by last modified time
    Searched defs:Fixup (Results 1 - 25 of 41) sorted by null

1 2

  /art/dex2oat/linker/
elf_writer.cc 51 bool ElfWriter::Fixup(File* file, uintptr_t oat_data_begin) {
60 return elf_file->Fixup(base_address);
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 34 class Fixup {
36 Fixup(DWord pOffset, SWord pAddend, Type pType)
39 ~Fixup() {}
54 typedef std::vector<Fixup*> FixupListType;
98 /// ----- Fixup ----- ///
128 /// addFixup - add a fixup for this stub to build a relocation
131 /// addFixup - add a fixup from a existing fixup of the prototype
132 void addFixup(const Fixup& pFixup);
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
RawConstants.h 69 Fixup,
  /external/swiftshader/third_party/subzero/src/
IceInstX8664.cpp 262 AssemblerFixup *Fixup = nullptr;
272 Fixup = Asm->createFixup(FixupKind, CR);
273 Fixup->set_addend(-DispAdjustment);
291 Fixup);
296 Fixup);
302 Fixup);
305 if (Fixup == nullptr) {
313 return X8664::Traits::Address::RipRelative(Disp, Fixup);
IceInstX8632.cpp 277 AssemblerFixup *Fixup = nullptr;
285 Fixup = Asm->createFixup(Target->getAbsFixup(), CR);
296 Fixup);
299 Fixup);
303 Fixup);
305 return X8632::Traits::Address(Disp, Fixup);
  /external/llvm/lib/MC/
WinCOFFStreamer.cpp 193 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_2);
194 DF->getFixups().push_back(Fixup);
201 MCFixup Fixup = MCFixup::create(DF->getContents().size(), SRE, FK_SecRel_4);
202 DF->getFixups().push_back(Fixup);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 89 Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 89 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/Native/
RawConstants.h 88 Fixup,
  /art/runtime/mirror/
array-inl.h 429 inline void PointerArray::Fixup(mirror::PointerArray* dest,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
BasePeCoff.c 54 IN OUT CHAR8 *Fixup,
62 IN OUT CHAR8 *Fixup,
70 IN OUT CHAR8 *Fixup,
602 CHAR8 *Fixup;
759 Fixup = FixupBase + (*Reloc & 0xFFF);
765 F16 = (UINT16 *) Fixup;
774 F16 = (UINT16 *) Fixup;
783 F32 = (UINT32 *) Fixup;
793 F64 = (UINT64 *) Fixup;
814 Status = PeCoffLoaderRelocateIa32Image (Reloc, Fixup, &FixupData, Adjust);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
PeLoader.c 417 UINT8 *Fixup;
463 Fixup = FixupBase + (*Reloc & 0xFFF);
470 F16 = (UINT16 *) Fixup;
479 F16 = (UINT16 *) Fixup;
488 F32 = (UINT32 *) Fixup;
498 F64 = (UINT64 *) Fixup;
527 // Add Fixup data to whole Image (assume Fixup data just below the image), so that there is no hole in the descriptor.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoff.c 487 fixup log buffer and fill in the FixupData field of ImageContext prior to calling this function.
515 CHAR8 *Fixup;
665 Fixup = FixupBase + (*Reloc & 0xFFF);
671 F16 = (UINT16 *) Fixup;
680 F16 = (UINT16 *) Fixup;
689 F32 = (UINT32 *) Fixup;
699 F64 = (UINT64 *) Fixup;
714 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeCoffLoader.c 704 CHAR8 *Fixup;
872 Fixup = FixupBase + (*Reloc & 0xFFF);
878 F16 = (UINT16 *) Fixup;
887 F16 = (UINT16 *) Fixup;
896 F32 = (UINT32 *) Fixup;
909 F64 = (UINT64 *) Fixup;
933 Status = PeCoffLoaderRelocateImageEx (Reloc, Fixup, &FixupData, Adjust);
    [all...]

Completed in 1484 milliseconds

1 2