Searched refs:DT_RELA (Results 1 – 17 of 17) sorted by relevance
/third_party/uboot/u-boot-2020.01/arch/x86/lib/ |
D | reloc_x86_64_efi.c | 25 case DT_RELA: in _relocate()
|
D | reloc_ia32_efi.c | 36 case DT_RELA: in _relocate()
|
/third_party/uboot/u-boot-2020.01/arch/arm/lib/ |
D | reloc_aarch64_efi.c | 50 case DT_RELA: in _relocate()
|
/third_party/musl/ldso/ |
D | dlstart.c | 81 rel = (void *)dyn[DT_RELA]; in _dlstart_c() 136 rel = (void *)(base+dyn[DT_RELA]); in _dlstart_c()
|
D | dynlink.c | 1334 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1336 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/uboot/u-boot-2020.01/arch/riscv/lib/ |
D | reloc_riscv_efi.c | 62 case DT_RELA: in _relocate()
|
/third_party/uboot/u-boot-2020.01/tools/ |
D | prelink-riscv.inc | 73 else if (targetnn_to_cpu(dyn->d_tag) == DT_RELA)
|
/third_party/libunwind/include/win/ |
D | freebsd-elf_common.h | 290 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf_common.h | 290 #define DT_RELA 7 /* Address of ElfNN_Rela relocations. */ macro
|
/third_party/uboot/u-boot-2020.01/include/ |
D | elf.h | 505 #define DT_RELA 7 /* address of relocation table */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 1096 DT_RELA = 7, // Address of relocation table (Rela entries). enumerator
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 1350 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1352 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 1350 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1352 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1352 2+(dyn[DT_PLTREL]==DT_RELA)); in reloc_all() 1354 do_relocs(p, laddr(p, dyn[DT_RELA]), dyn[DT_RELASZ], 3); in reloc_all()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 782 if (Dynamic->d_tag == ELF::DT_REL || Dynamic->d_tag == ELF::DT_RELA || in dynamic_relocation_sections()
|
/third_party/musl/include/ |
D | elf.h | 726 #define DT_RELA 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 726 #define DT_RELA 7 macro
|