/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/ |
Makefile.xdr | 6 all: $(CLIENTS) $(SERVERS) $(COMMON) fixup 20 fixup:
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/ |
Makefile.xdr | 6 all: $(CLIENTS) $(SERVERS) $(COMMON) fixup 20 fixup:
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/ |
Makefile.xdr | 6 all: $(CLIENTS) $(SERVERS) $(COMMON) fixup 20 fixup:
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-spu/ |
fixup.d | 1 #source: fixup.s 9 Contents of section .fixup:
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
ARMMachObjectWriter.cpp | 31 const MCFixup &Fixup, 39 const MCFixup &Fixup, MCValue Target, 50 const MCFragment *Fragment, const MCFixup &Fixup, 126 const MCFixup &Fixup, 129 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); 130 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()); 176 switch ((unsigned)Fixup.getKind()) { 223 const MCFixup &Fixup, 227 uint32_t FixupOffset = Layout.getFragmentOffset(Fragment)+Fixup.getOffset(); 228 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()) [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
X86MachObjectWriter.cpp | 30 const MCFixup &Fixup, 38 const MCFixup &Fixup, 46 const MCFixup &Fixup, 53 const MCFixup &Fixup, 64 const MCFragment *Fragment, const MCFixup &Fixup, 67 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, 70 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target, 84 llvm_unreachable("invalid fixup kind!"); 103 const MCFixup &Fixup, 106 unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, Fixup.getKind()) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
sre_compile.py | 51 def fixup(literal, flags=flags):
function in function:_compile 55 fixup = _identityfunction
57 _compile_charset(av, flags, code, fixup)
178 def _compile_charset(charset, flags, code, fixup=None):
181 if fixup is None:
182 fixup = _identityfunction
183 for op, av in _optimize_charset(charset, fixup):
188 emit(fixup(av))
190 emit(fixup(av[0]))
191 emit(fixup(av[1])) [all...] |
/external/llvm/test/MC/Sparc/ |
sparc-synthetic-instructions.s | 26 ! CHECK: ! fixup A - offset: 0, value: %hi(40000), kind: fixup_sparc_hi22 28 ! CHECK: ! fixup A - offset: 0, value: %lo(40000), kind: fixup_sparc_lo10 33 ! CHECK: ! fixup A - offset: 0, value: %hi(32768), kind: fixup_sparc_hi22 38 ! CHECK: ! fixup A - offset: 0, value: %hi(268431360), kind: fixup_sparc_hi22 42 ! CHECK: ! fixup A - offset: 0, value: %hi(268433408), kind: fixup_sparc_hi22 47 ! CHECK: ! fixup A - offset: 0, value: %hi(268434432), kind: fixup_sparc_hi22 52 ! CHECK: ! fixup A - offset: 0, value: %hi(2147483647), kind: fixup_sparc_hi22 54 ! CHECK: ! fixup A - offset: 0, value: %lo(2147483647), kind: fixup_sparc_lo10 175 ! V9: ! fixup A - offset: 0, value: %hi(-1), kind: fixup_sparc_hi22 177 ! V9: ! fixup A - offset: 0, value: %lo(-1), kind: fixup_sparc_lo1 [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
sre_compile.py | 52 def fixup(literal, flags=flags): function in function:_compile 56 fixup = _identityfunction 58 _compile_charset(av, flags, code, fixup) 179 def _compile_charset(charset, flags, code, fixup=None): 182 if fixup is None: 183 fixup = _identityfunction 184 for op, av in _optimize_charset(charset, fixup): 189 emit(fixup(av)) 191 emit(fixup(av[0])) 192 emit(fixup(av[1]) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
sre_compile.py | 52 def fixup(literal, flags=flags): function in function:_compile 56 fixup = _identityfunction 58 _compile_charset(av, flags, code, fixup) 179 def _compile_charset(charset, flags, code, fixup=None): 182 if fixup is None: 183 fixup = _identityfunction 184 for op, av in _optimize_charset(charset, fixup): 189 emit(fixup(av)) 191 emit(fixup(av[0])) 192 emit(fixup(av[1]) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 52 def fixup(literal, flags=flags): function in function:_compile 56 fixup = _identityfunction 58 _compile_charset(av, flags, code, fixup) 179 def _compile_charset(charset, flags, code, fixup=None): 182 if fixup is None: 183 fixup = _identityfunction 184 for op, av in _optimize_charset(charset, fixup): 189 emit(fixup(av)) 191 emit(fixup(av[0])) 192 emit(fixup(av[1]) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 52 def fixup(literal, flags=flags): function in function:_compile 56 fixup = _identityfunction 58 _compile_charset(av, flags, code, fixup) 179 def _compile_charset(charset, flags, code, fixup=None): 182 if fixup is None: 183 fixup = _identityfunction 184 for op, av in _optimize_charset(charset, fixup): 189 emit(fixup(av)) 191 emit(fixup(av[0])) 192 emit(fixup(av[1]) [all...] |
/external/llvm/lib/Target/Lanai/MCTargetDesc/ |
LanaiAsmBackend.cpp | 40 llvm_unreachable("Unknown fixup kind!"); 52 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, 58 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, 88 void LanaiAsmBackend::applyFixup(const MCFixup &Fixup, char *Data, 91 MCFixupKind Kind = Fixup.getKind(); 99 unsigned Offset = Fixup.getOffset(); 140 // no bits are set in the fixup range.
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCAsmBackend.h | 79 /// @name Target Fixup Interfaces 82 /// getNumFixupKinds - Get the number of target specific fixup kinds. 85 /// getFixupKindInfo - Get information on a fixup kind. 90 /// ApplyFixup - Apply the \arg Value for given \arg Fixup into the provided 91 /// data fragment, at the offset specified by the fixup and following the 92 /// fixup kind as appropriate. 93 virtual void ApplyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/ |
pe-run2.exp | 29 # and fastcall fixup. 76 } elseif ![ld_simple_link "$CC -shared -Wl,--enable-stdcall-fixup -Wl,--kill-at " $tmpdir/direct2_dll.dll "$tmpdir/direct2_dll.o" ] { 78 } elseif ![ld_simple_link "$CC -shared -Wl,--enable-stdcall-fixup -Wl,--kill-at " $tmpdir/direct2_dll.sl "$tmpdir/direct2_dll.o" ] { 87 if [ld_simple_link "$CC $CFLAGS -Wl,--enable-stdcall-fixup -Wl,--enable-auto-import" $tmpdir/direct2_client_dll.exe \ 96 if [ld_simple_link "$CC $CFLAGS -Wl,--enable-stdcall-fixup -Wl,--enable-auto-import" $tmpdir/direct2_client_sl.exe \ 107 if [ld_simple_link "$CC $CFLAGS -Wl,--enable-stdcall-fixup -Wl,--enable-auto-import" $tmpdir/direct2_client_symlink_dll.exe \ 118 if [ld_simple_link "$CC $CFLAGS -Wl,--enable-stdcall-fixup -Wl,--enable-auto-import" $tmpdir/direct2_client_symlink_sl.exe \
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
AMDGPUELFObjectWriter.cpp | 24 const MCFixup &Fixup, bool IsPCRel) const override; 39 const MCFixup &Fixup, 55 switch (Fixup.getKind()) {
|
/external/llvm/test/MC/AArch64/ |
arm64-branch-encoding.s | 23 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_call26 31 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch26 34 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 37 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 40 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 43 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 46 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 49 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 52 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch19 55 ; CHECK: fixup A - offset: 0, value: L1, kind: fixup_aarch64_pcrel_branch1 [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/Tools/ |
FixupForRawSection.py | 2 # Apply fixup to VTF binary image for FFS Raw section
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsAsmBackend.h | 41 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, 63 /// fixup requires the associated instruction to be relaxed. 64 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, 86 const MCFixup &Fixup, const MCFragment *DF,
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
PPCMCExpr.cpp | 95 const MCFixup *Fixup) const { 98 if (!getSubExpr()->evaluateAsRelocatable(Value, Layout, Fixup)) 103 if ((Fixup == nullptr || (unsigned)Fixup->getKind() != PPC::fixup_ppc_half16) &&
|
/external/llvm/test/CodeGen/X86/ |
fixup-bw-copy.ll | 2 ; RUN: llc -verify-machineinstrs -fixup-byte-word-insts=1 -mtriple=x86_64-- < %s | FileCheck --check-prefix=X64 --check-prefix=BWON64 %s 3 ; RUN: llc -verify-machineinstrs -fixup-byte-word-insts=0 -mtriple=x86_64-- < %s | FileCheck --check-prefix=X64 --check-prefix=BWOFF64 %s 4 ; RUN: llc -verify-machineinstrs -fixup-byte-word-insts=1 -mtriple=i386-- < %s | FileCheck --check-prefix=X32 --check-prefix=BWON32 %s 5 ; RUN: llc -verify-machineinstrs -fixup-byte-word-insts=0 -mtriple=i386-- < %s | FileCheck --check-prefix=X32 --check-prefix=BWOFF32 %s
|
/external/llvm/test/MC/ARM/ |
ldr-pseudo-obj-errors.s | 15 @ CHECK: error: out of range pc-relative fixup value
|
/external/llvm/test/MC/Mips/ |
micromips-el-fixup-data.s | 5 # Check that fixup data is written in the microMIPS specific little endian
|
/art/dex2oat/linker/ |
elf_writer.cc | 51 bool ElfWriter::Fixup(File* file, uintptr_t oat_data_begin) { 60 return elf_file->Fixup(base_address);
|
/external/libcap/libcap/include/uapi/linux/ |
securebits.h | 24 /* When set, setuid to/from uid 0 does not trigger capability-"fixup". 36 transitioning to a non-root user (the set-uid fixup suppressed by
|