HomeSort by relevance Sort by last modified time
    Searched full:fixup (Results 401 - 425 of 1539) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 62 const MCFixup &Fixup, bool IsPCRel) const = 0;
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cr16.h 52 /* Fixup non-code sections since we will never relax them. */
tc-crx.h 53 /* Fixup debug sections since we will never relax them. */
tc-ft32.h 39 address of a PC relative fixup and the position from which the PC
tc-h8300.h 27 /* Fixup debug sections since we will never relax them. */
xtensa-istack.h 57 and info to be used in a fixup. For j.l it will hold a
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh-group.exp 46 # bad relocation fixup type (1)
  /tools/dexter/slicer/
code_ir.cc 280 for (auto& fixup : packed_switches_) {
281 FixupPackedSwitch(fixup.second.instr, fixup.second.base_offset,
282 begin + fixup.first);
286 for (auto& fixup : sparse_switches_) {
287 FixupSparseSwitch(fixup.second.instr, fixup.second.base_offset,
288 begin + fixup.first);
340 // fixup switches
  /toolchain/binutils/binutils-2.27/gas/doc/
internals.texi 451 A @dfn{fixup} is basically anything which can not be resolved in the first
452 pass. Sometimes a fixup can be resolved by the end of the assembly; if not,
453 the fixup becomes a relocation entry in the object file.
457 A fixup is created by a call to @code{fix_new} or @code{fix_new_exp}. Both
459 of whether the fixup is PC relative, and a type.
469 The frag (@pxref{Frags}) this fixup is in.
472 The location within the frag where the fixup occurs.
475 The symbol this fixup is against. Typically, the value of this symbol is added
483 A number which is added into the fixup.
491 The next fixup in the section
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceAssemblerX86BaseImpl.h 130 auto *Fixup = this->createFixup(Traits::FK_PcRel, label);
131 Fixup->set_addend(-4);
132 emitFixup(Fixup);
143 auto *Fixup = this->createFixup(Traits::FK_PcRel, AssemblerFixup::NullSymbol);
144 Fixup->set_addend(abs_address.value() - 4);
145 emitFixup(Fixup);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_remquo.c 51 goto fixup; /* |x|<|y| return x or x-y */
138 fixup:
s_remquof.c 47 goto fixup; /* |x|<|y| return x or x-y */
105 fixup:
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
Stack.S 47 # Then, Fixup the esp point to permenent memory
65 # Fixup the ebp point to permenent memory
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.h 221 IN OUT EFI_PHYSICAL_ADDRESS *FixUp
231 IN OUT EFI_PHYSICAL_ADDRESS *FixUp
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
Stack.S 47 # Then, Fixup the esp point to permenent memory
65 # Fixup the ebp point to permenent memory
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
StackX64.asm 55 ; Then, Fixup the esp point to permenent memory
73 ; Fixup the ebp point to permenent memory
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmmFuncsArch.c 88 // Fixup TSS descriptors
102 // Fixup TSS segments
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
Stack.S 47 # Then, Fixup the esp point to permenent memory
65 # Fixup the ebp point to permenent memory
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 637 GElf_Addr fixup = module->l_ld - dyn_vaddr; local
638 if ((fixup & (dwfl->segment_align - 1)) == 0
639 && module_start + fixup <= module->l_ld
640 && module->l_ld < module_end + fixup)
642 module_start += fixup;
643 module_end += fixup;
644 dyn_vaddr += fixup;
645 bias += fixup;
  /external/llvm/lib/MC/
MCExpr.cpp 577 const MCFixup *Fixup) const {
579 return evaluateAsRelocatableImpl(Res, Assembler, Layout, Fixup, nullptr,
604 const MCFixup *Fixup,
612 Fixup);
627 Res, Asm, Layout, Fixup, Addrs, InSet || IsMachO)) {
652 if (!AUE->getSubExpr()->evaluateAsRelocatableImpl(Value, Asm, Layout, Fixup,
688 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
690 !ABE->getRHS()->evaluateAsRelocatableImpl(RHSValue, Asm, Layout, Fixup,
  /toolchain/binutils/binutils-2.27/gas/
write.h 86 /* The value of dot when the fixup expression was parsed. */
124 /* Which ifield this fixup applies to. */
  /toolchain/binutils/binutils-2.27/include/vms/
eihd.h 51 /* RVA of fixup info (off=32). */
97 /* Byte offset to extended fixup data. */
  /external/llvm/test/MC/Mips/
macro-la.s 248 # CHECK: # fixup A - offset: 0, value: %hi(symbol), kind: fixup_Mips_HI16
250 # CHECK: # fixup A - offset: 0, value: %lo(symbol), kind: fixup_Mips_LO16
252 # CHECK: # fixup A - offset: 0, value: %hi(symbol), kind: fixup_Mips_HI16
254 # CHECK: # fixup A - offset: 0, value: %lo(symbol), kind: fixup_Mips_LO16
257 # CHECK: # fixup A - offset: 0, value: %hi(symbol), kind: fixup_Mips_HI16
259 # CHECK: # fixup A - offset: 0, value: %lo(symbol), kind: fixup_Mips_LO16
262 # CHECK: # fixup A - offset: 0, value: %hi(symbol+8), kind: fixup_Mips_HI16
264 # CHECK: # fixup A - offset: 0, value: %lo(symbol+8), kind: fixup_Mips_LO16
266 # CHECK: # fixup A - offset: 0, value: %hi(symbol+8), kind: fixup_Mips_HI16
268 # CHECK: # fixup A - offset: 0, value: %lo(symbol+8), kind: fixup_Mips_LO1
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 63 const MCFixup *Fixup,
104 /// \param Fixup - The Fixup object if available.
107 const MCFixup *Fixup) const;
535 const MCFixup *Fixup) const = 0;

Completed in 1568 milliseconds

<<11121314151617181920>>