Home
last modified time | relevance | path

Searched refs:r_addend (Results 1 – 25 of 43) sorted by relevance

12

/external/u-boot/tools/
Drelocate-rela.c121 swrela.r_addend = cpu_to_le64(rela.r_addend); in main()
127 swrela.r_offset, swrela.r_info, swrela.r_addend); in main()
143 if (fwrite(&rela.r_addend, sizeof(rela.r_addend), 1, f) != 1) { in main()
Dprelink-riscv.inc89 *((uintnn_t*) buf) = r->r_addend;
/external/elfutils/libelf/
Dgelf_update_rela.c69 || unlikely (src->r_addend < -0x80000000ll) in gelf_update_rela()
70 || unlikely (src->r_addend > 0x7fffffffll)) in gelf_update_rela()
88 rel->r_addend = src->r_addend; in gelf_update_rela()
Dgelf_getrela.c78 dst->r_addend = src->r_addend; in gelf_getrela()
Dabstract.h151 TYPE_NAME (ElfW2(32, Ext##Sword), r_addend) \
157 TYPE_NAME (ElfW2(64, Ext##Sxword), r_addend) \
/external/elfutils/src/
Dobjdump.c347 GElf_Addr r_offset, GElf_Xword r_info, GElf_Sxword r_addend) in show_relocs_x() argument
386 if (r_addend != 0) in show_relocs_x()
389 if (r_addend < 0) in show_relocs_x()
392 r_addend = -r_addend; in show_relocs_x()
394 printf ("%c%#" PRIx64, sign, r_addend); in show_relocs_x()
437 rel->r_offset, rel->r_info, rel->r_addend); in show_relocs_rela()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.h90 uint64_t r_addend; member
93 : r_offset(0), Index(0), Type(0), Symbol(0), r_addend(0) {} in ELFRelocationEntry()
99 Symbol(Sym), r_addend(Addend) {} in ELFRelocationEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp295 Rela.r_addend = 0; in decode_relrs()
405 R.r_addend = Addend; in android_relas()
407 R.r_addend = 0; in android_relas()
/external/u-boot/arch/arm/lib/
Dreloc_aarch64_efi.c78 *addr = ldbase + rel->r_addend; in _relocate()
/external/u-boot/arch/riscv/lib/
Dreloc_riscv_efi.c88 *addr = ldbase + rel->r_addend; in _relocate()
/external/kernel-headers/original/uapi/linux/
Delf.h174 Elf32_Sword r_addend; member
180 Elf64_Sxword r_addend; /* Constant addend used to compute value */ member
/external/llvm/test/CodeGen/AMDGPU/
Dgv-offset-folding.ll8 ; which allows you to store the offset in the r_addend of the relocation entry.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dgv-offset-folding.ll8 ; which allows you to store the offset in the r_addend of the relocation entry.
/external/u-boot/include/
Delf.h411 Elf32_Sword r_addend; member
422 Elf64_Sxword r_addend; /* Constant addend used to compute value */ member
/external/u-boot/arch/x86/lib/
Drelocate.c71 re_src->r_addend; in do_elf_reloc_fixups64()
/external/swiftshader/third_party/subzero/src/
DIceELFSection.h376 Rela.r_addend = Fixup.offset(); in writeData()
379 Str.writeELFXword<IsELF64>(Rela.r_addend); in writeData()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp2479 if (R.r_addend < 0) in printRelocation()
2488 int64_t RelAddend = R.r_addend; in printRelocation()
2537 Rela.r_addend = 0; in printRelocations()
2982 int64_t RelAddend = R.r_addend; in printDynamicRelocation()
2984 if (R.r_addend < 0) in printDynamicRelocation()
3032 Rela.r_addend = 0; in printDynamicRelocations()
3052 Rela.r_addend = 0; in printDynamicRelocations()
3274 Rela.r_addend = 0; in printRelocations()
3307 W.printHex("Addend", Rel.r_addend); in printRelocation()
3312 << W.hex(Rel.r_addend) << "\n"; in printRelocation()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h905 Elf32_Sword r_addend; // Compute value for relocatable field by adding this member
940 Elf64_Sxword r_addend; // Compute value for relocatable field by adding this. member
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h940 Elf32_Sword r_addend; // Compute value for relocatable field by adding this member
973 Elf64_Sxword r_addend; // Compute value for relocatable field by adding this. member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1057 Elf32_Sword r_addend; // Compute value for relocatable field by adding this member
1093 Elf64_Sxword r_addend; // Compute value for relocatable field by adding this. member
/external/llvm/include/llvm/Support/
DELF.h938 Elf32_Sword r_addend; // Compute value for relocatable field by adding this member
973 Elf64_Sxword r_addend; // Compute value for relocatable field by adding this. member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2658 if (R.r_addend < 0) in printRelocation()
2667 int64_t RelAddend = R.r_addend; in printRelocation()
2748 Rela.r_addend = 0; in printRelocations()
3332 int64_t RelAddend = R.r_addend; in printDynamicRelocation()
3334 if (R.r_addend < 0) in printDynamicRelocation()
3383 Rela.r_addend = 0; in printDynamicRelocations()
3415 Rela.r_addend = 0; in printDynamicRelocations()
4066 Rela.r_addend = 0; in printRelocations()
4117 W.printHex("Addend", Rel.r_addend); in printRelocation()
4122 << W.hex(Rel.r_addend) << "\n"; in printRelocation()
[all …]
/external/llvm/include/llvm/Object/
DELFTypes.h414 Elf_Sword r_addend; // Compute value for relocatable field by adding this
466 Elf_Sxword r_addend; // Compute value for relocatable field by adding this.
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp204 Elf_Sword r_addend; // Compute value for relocatable field by adding this member
212 Elf_Sxword r_addend; // Compute value for relocatable field by adding this. member
1020 Result = getRela(Rel)->r_addend; in getRelocationAdditionalInfo()
1047 addend = getRela(Rel)->r_addend; in getRelocationValueString()
/external/elfutils/libdwfl/
Drelocate.c666 r->r_offset, &r->r_addend, in relocate_section()
728 if (r->r_info != 0 || r->r_offset != 0 || r->r_addend != 0) in relocate_section()

12