Searched refs:DT_JMPREL (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dstart.S44 #define DT_JMPREL 23 /* Address of PLT relocations. */ define
153 cmp.eq p6,p0=DT_JMPREL,r16 // PLT relocs?
/freebsd-9.3-release/contrib/binutils/include/elf/
H A Dcommon.h548 #define DT_JMPREL 23 macro
/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h442 #define DT_JMPREL 23 /* add. of PLT's relocation entries */ macro
/freebsd-9.3-release/sys/sys/
H A Delf_common.h379 #define DT_JMPREL 23 /* Address of PLT relocations. */ macro
/freebsd-9.3-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp723 case DT_JMPREL:
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DELF.h1638 DT_JMPREL = 23, // Address of relocations associated with PLT. enumerator in enum:llvm::ELF::__anon1989
/freebsd-9.3-release/usr.bin/elfdump/
H A Delfdump.c195 case 23: return "DT_JMPREL";
785 case DT_JMPREL:
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dreadelf.c1539 case DT_JMPREL: return "JMPREL";
4642 { "PLT", DT_JMPREL, DT_PLTRELSZ, UNKNOWN }
4677 if (dynamic_relocations [i].reloc == DT_JMPREL)
6228 case DT_JMPREL :
/freebsd-9.3-release/sys/kern/
H A Dlink_elf.c93 const Elf_Rel *pltrel; /* DT_JMPREL */
95 const Elf_Rela *pltrela; /* DT_JMPREL */
532 case DT_JMPREL:
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delf32-i386.c2074 || !add_dynamic_entry (DT_JMPREL, 0))
3623 case DT_JMPREL:
3635 procedure linkage table relocs (DT_JMPREL) should be
H A Delf32-s390.c2166 || !add_dynamic_entry (DT_JMPREL, 0))
3403 case DT_JMPREL:
H A Delf64-alpha.c2855 || !add_dynamic_entry (DT_JMPREL, 0))
4850 case DT_JMPREL:
H A Delf64-s390.c2140 || !add_dynamic_entry (DT_JMPREL, 0))
3309 case DT_JMPREL:
3319 /* The procedure linkage table relocs (DT_JMPREL) should
H A Delf64-x86-64.c1929 || !add_dynamic_entry (DT_JMPREL, 0))
3282 case DT_JMPREL:
3292 /* The procedure linkage table relocs (DT_JMPREL) should
H A Delfxx-sparc.c2322 || !add_dynamic_entry (DT_JMPREL, 0))
3874 case DT_JMPREL: name = ".rela.plt"; size = FALSE; break;
H A Delf32-ppc.c5076 || !add_dynamic_entry (DT_JMPREL, 0))
7281 case DT_JMPREL:
H A Delfxx-ia64.c3842 || !add_dynamic_entry (DT_JMPREL, 0))
5475 case DT_JMPREL:
H A Delf32-arm.c8721 || !add_dynamic_entry (DT_JMPREL, 0))
9115 case DT_JMPREL:
9148 procedure linkage table relocs (DT_JMPREL) should be
H A Delf64-ppc.c8084 || !add_dynamic_entry (DT_JMPREL, 0)
11408 case DT_JMPREL:
H A Delfxx-mips.c7636 if (! MIPS_ELF_ADD_DYNAMIC_ENTRY (info, DT_JMPREL, 0))
8876 case DT_JMPREL:
H A Delf.c1265 case DT_JMPREL: name = "JMPREL"; break;
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c887 case DT_JMPREL:

Completed in 660 milliseconds