HomeSort by relevance Sort by last modified time
    Searched full:relocate (Results 76 - 100 of 760) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/X86/
machine-sink-and-implicit-null-checks.ll 33 declare i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token, i32, i32) nounwind readonly
42 %p0.relocated = call coldcc i8 addrspace(1)* @llvm.experimental.gc.relocate.p1i8(token %tok, i32 7, i32 7) ; (%p0, %p0)
statepoint-call-lowering.ll 81 ; Check that an ununsed relocate has no code-generation impact
89 %call1 = call i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token %safepoint_token, i32 7, i32 7)
133 %call1 = call i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token %safepoint_token, i32 7, i32 7)
160 declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32)
statepoint-forward.ll 29 %pnew = call i32 addrspace(1)* addrspace(1)* @llvm.experimental.gc.relocate.p1p1i32(token %safepoint_token, i32 7, i32 7)
48 %pnew = call i32 addrspace(1)* addrspace(1)* @llvm.experimental.gc.relocate.p1p1i32(token %safepoint_token, i32 7, i32 7)
106 declare i32 addrspace(1)* addrspace(1)* @llvm.experimental.gc.relocate.p1p1i32(token, i32, i32) #3
statepoint-gctransition-call-lowering.ll 67 ; Check that an ununsed relocate has no code-generation impact
75 %call1 = call i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token %safepoint_token, i32 7, i32 7)
133 declare i32 addrspace(1)* @llvm.experimental.gc.relocate.p1i32(token, i32, i32
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.h 63 /// relocate - Before the JIT can run a block of code that has been emitted,
66 virtual void relocate(void *Function, MachineRelocation *MR,
  /art/runtime/
compiler_callbacks.h 54 // Return true if we should attempt to relocate to a random base address if we have not already
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/
tegra_bl31_setup.c 197 * the base/PC values and relocate the image if necessary.
203 /* Relocate BL32 if it resides outside of the TZDRAM */
215 /* relocate BL32 */
218 INFO("Relocate BL32 to TZDRAM\n");
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
EfiLdr.h 64 // relocate info
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
PeCoffLoaderEx.c 52 EFI_UNSUPPORTED - relocate unsupported
PeCoffLoaderEx.h 52 EFI_UNSUPPORTED - relocate unsupported
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
PeCoffLoaderEx.c 47 EFI_UNSUPPORTED - relocate unsupported
PeCoffLoaderEx.h 52 EFI_UNSUPPORTED - relocate unsupported
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Ppi/NtPeiLoadFile/
NtPeiLoadFile.h 57 EFI_OUT_OF_RESOURCES - There was not enough memory to load and relocate the PE/COFF file
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtFlashMapPei/
FlashMap.c 87 // Relocate the base of FV region
  /external/e2fsprogs/tests/f_illitable/
expect.1 10 Relocate? yes
  /external/e2fsprogs/tests/f_misstable/
expect.1 5 Relocate? yes
  /external/f2fs-tools/man/
defrag.f2fs.8 5 defrag.f2fs \- relocate blocks in a given area to the specified region
  /frameworks/support/media/src/main/java/androidx/media/
MediaInterface2.java 29 // TODO: relocate methods among different interfaces and classes.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
IpfBootSupport.c 166 Relocate this image under 4G memory for IPF.
172 @retval EFI_ABORTED Failed to relocate image.
241 // Relocate the image in our new buffer
  /external/syslinux/gpxe/src/arch/i386/core/
relocate.c 35 * Relocate Etherboot
44 __asmcall void relocate ( struct i386_all_regs *ix86 ) { function
57 DBG ( "Relocate: currently at [%lx,%lx)\n"
  /toolchain/binutils/binutils-2.27/include/aout/
adobe.h 183 bfd_byte r_address[BYTES_IN_WORD]; /* offset of of data to relocate */
222 /* 1 => relocate with value of symbol.
225 0 => relocate with the address of a segment.
242 bfd_byte r_address[BYTES_IN_WORD]; /* offset of of data to relocate */
309 bfd_vma r_address; /* offset of of data to relocate */
  /toolchain/binutils/binutils-2.27/gold/
ChangeLog-0815 63 * powerpc.cc (Target_powerpc::Relocate::relocate): New constant
69 * powerpc.cc (Target_powerpc::Relocate::relocate): Edit ELFv2
79 * powerpc.cc (relocate): Add rel_type and preloc parameters.
101 (Target_powerpc::Relocate::relocate): Edit code at R_PPC64_ENTRY.
158 (Target_powerpc::Relocate::relocate): Likewise.
198 * aarch64.cc (Target_aarch64::Relocate::relocate): Don't appl
    [all...]
target-reloc.h 228 // The template parameter Relocate must be a class type which provides
229 // a single function, relocate(), which implements the machine
239 // RELOCATE implements operator() to do a relocation.
258 typename Relocate,
276 Relocate relocate; local
403 if (!relocate.relocate(relinfo, Classify_reloc::sh_type, target,
431 typename Relocate>
462 Relocate relocate local
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuPeCoffExtraActionLib/
DxeEmuPeCoffExtraActionLib.c 2 Provides services to perform additional actions to relocate and unload
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiEmuPeCoffExtraActionLib/
PeiEmuPeCoffExtraActionLib.c 2 Provides services to perform additional actions to relocate and unload

Completed in 1073 milliseconds

1 2 34 5 6 7 8 91011>>