Searched refs:R_386_GLOB_DAT (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | i386.h | 33 RELOC_NUMBER (R_386_GLOB_DAT, 6) /* Create GOT entry */
|
| /freebsd-9-stable/usr.sbin/kldxref/ |
| D | ef_i386.c | 88 case R_386_GLOB_DAT: /* S */ in ef_reloc()
|
| /freebsd-9-stable/sys/boot/common/ |
| D | reloc_elf.c | 175 #define R_386_GLOB_DAT 6 /* Set GOT entry to data address. */ in __elfN()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | elf_machdep.c | 215 case R_386_GLOB_DAT: /* S */ in elf_reloc_internal()
|
| /freebsd-9-stable/libexec/rtld-elf/i386/ |
| D | reloc.c | 199 case R_386_GLOB_DAT: in reloc_non_plt()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 603 #define R_386_GLOB_DAT 6 /* Set GOT entry to data address. */ macro
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELF.cpp | 73 LLVM_ELF_SWITCH_RELOC_TYPE_NAME(R_386_GLOB_DAT); in getELFRelocationTypeName()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf32-i386.c | 53 HOWTO(R_386_GLOB_DAT, 0, 2, 32, FALSE, 0, complain_overflow_bitfield, 221 return &elf_howto_table[R_386_GLOB_DAT]; in elf_i386_reloc_type_lookup() 3522 rel.r_info = ELF32_R_INFO (h->dynindx, R_386_GLOB_DAT); in elf_i386_finish_dynamic_symbol()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 383 R_386_GLOB_DAT = 6, enumerator
|