/third_party/elfio/elfio/ |
H A D | elfio_dynamic.hpp | 192 case DT_JMPREL: in generic_get_entry_dyn() 245 case DT_JMPREL: in generic_add_entry_dyn()
|
H A D | elfio_dump.hpp | 495 { DT_JMPREL, "JMPREL" },
|
H A D | elf_types.hpp | 1016 constexpr Elf_Word DT_JMPREL = 23; member
|
/third_party/elfutils/tests/ |
H A D | alldts.c | 52 DT_PLTREL, DT_DEBUG, DT_TEXTREL, DT_JMPREL, in main()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 688 #define DT_JMPREL 23 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 1112 DT_JMPREL = 23, // Address of relocations associated with PLT. enumerator
|
/third_party/elfutils/src/ |
H A D | elflint.c | 1607 [DT_PLTRELSZ] = { [DT_JMPREL] = true }, in check_dynamic() 1621 [DT_JMPREL] = { [DT_PLTRELSZ] = true, [DT_PLTREL] = true }, in check_dynamic() 1623 [DT_PLTREL] = { [DT_JMPREL] = true }, in check_dynamic() 1778 case DT_JMPREL: in check_dynamic()
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 748 #define DT_JMPREL 23 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | elf.h | 742 #define DT_JMPREL 23 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | elf.h | 742 #define DT_JMPREL 23 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | elf.h | 742 #define DT_JMPREL 23 macro
|
/third_party/musl/include/ |
H A D | elf.h | 767 #define DT_JMPREL 23 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 783 Dynamic->d_tag == ELF::DT_JMPREL) { in dynamic_relocation_sections()
|
/third_party/elfutils/libelf/ |
H A D | elf.h | 896 #define DT_JMPREL 23 /* Address of PLT relocs */ macro
|
/third_party/musl/porting/liteos_a/user/ldso/ |
H A D | dynlink.c | 1371 do_relocs(p, laddr(p, dyn[DT_JMPREL]), dyn[DT_PLTRELSZ], in reloc_all()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
H A D | dynlink.c | 1370 do_relocs(p, laddr(p, dyn[DT_JMPREL]), dyn[DT_PLTRELSZ], in reloc_all()
|
/third_party/musl/ldso/ |
H A D | dynlink.c | 1460 do_relocs(p, laddr(p, dyn[DT_JMPREL]), dyn[DT_PLTRELSZ],
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink.c | 2485 do_relocs(p, laddr(p, dyn[DT_JMPREL]), dyn[DT_PLTRELSZ], in reloc_all()
|
/third_party/musl/ldso/linux/ |
H A D | dynlink.c | 2714 do_relocs(p, laddr(p, dyn[DT_JMPREL]), dyn[DT_PLTRELSZ], in reloc_all()
|