Home
last modified time | relevance | path

Searched refs:elf_howto_table (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Delf64-s390.c100 static reloc_howto_type elf_howto_table[] = variable
246 return &elf_howto_table[(int) R_390_NONE];
248 return &elf_howto_table[(int) R_390_8];
250 return &elf_howto_table[(int) R_390_12];
252 return &elf_howto_table[(int) R_390_16];
254 return &elf_howto_table[(int) R_390_32];
256 return &elf_howto_table[(int) R_390_32];
258 return &elf_howto_table[(int) R_390_PC32];
260 return &elf_howto_table[(int) R_390_GOT12];
262 return &elf_howto_table[(int) R_390_GOT32];
[all …]
H A Delf32-s390.c99 static reloc_howto_type elf_howto_table[] = variable
238 return &elf_howto_table[(int) R_390_NONE];
240 return &elf_howto_table[(int) R_390_8];
242 return &elf_howto_table[(int) R_390_12];
244 return &elf_howto_table[(int) R_390_16];
246 return &elf_howto_table[(int) R_390_32];
248 return &elf_howto_table[(int) R_390_32];
250 return &elf_howto_table[(int) R_390_PC32];
252 return &elf_howto_table[(int) R_390_GOT12];
254 return &elf_howto_table[(int) R_390_GOT32];
[all …]
H A Delf32-i960.c82 static reloc_howto_type elf_howto_table[]= variable
135 cache_ptr->howto = &elf_howto_table[(int) type]; in elf32_i960_info_to_howto_rel()
142 return elf_howto_table + elf32_i960_bfd_to_reloc_type (code); in elf32_i960_reloc_type_lookup()
H A Delf32-i386.c33 static reloc_howto_type elf_howto_table[]= variable
198 return &elf_howto_table[R_386_NONE]; in elf_i386_reloc_type_lookup()
202 return &elf_howto_table[R_386_32]; in elf_i386_reloc_type_lookup()
206 return &elf_howto_table[R_386_32]; in elf_i386_reloc_type_lookup()
210 return &elf_howto_table[R_386_PC32]; in elf_i386_reloc_type_lookup()
214 return &elf_howto_table[R_386_GOT32]; in elf_i386_reloc_type_lookup()
218 return &elf_howto_table[R_386_PLT32]; in elf_i386_reloc_type_lookup()
222 return &elf_howto_table[R_386_COPY]; in elf_i386_reloc_type_lookup()
226 return &elf_howto_table[R_386_GLOB_DAT]; in elf_i386_reloc_type_lookup()
230 return &elf_howto_table[R_386_JUMP_SLOT]; in elf_i386_reloc_type_lookup()
[all …]
H A Delf32-cr16c.c87 static reloc_howto_type elf_howto_table[] = variable
145 return & elf_howto_table[i]; in elf_cr16c_reloc_type_lookup()
169 cache_ptr->howto = &elf_howto_table[r_type]; in elf_cr16c_info_to_howto_rel()
693 howto = elf_howto_table + r_type; in elf32_cr16c_relocate_section()
H A Delf32-xtensa.c165 static reloc_howto_type elf_howto_table[] = variable
343 return &elf_howto_table[(unsigned) R_XTENSA_NONE ]; in elf_xtensa_reloc_type_lookup()
347 return &elf_howto_table[(unsigned) R_XTENSA_32 ]; in elf_xtensa_reloc_type_lookup()
351 return &elf_howto_table[(unsigned) R_XTENSA_DIFF8 ]; in elf_xtensa_reloc_type_lookup()
355 return &elf_howto_table[(unsigned) R_XTENSA_DIFF16 ]; in elf_xtensa_reloc_type_lookup()
359 return &elf_howto_table[(unsigned) R_XTENSA_DIFF32 ]; in elf_xtensa_reloc_type_lookup()
363 return &elf_howto_table[(unsigned) R_XTENSA_RTLD ]; in elf_xtensa_reloc_type_lookup()
367 return &elf_howto_table[(unsigned) R_XTENSA_GLOB_DAT ]; in elf_xtensa_reloc_type_lookup()
371 return &elf_howto_table[(unsigned) R_XTENSA_JMP_SLOT ]; in elf_xtensa_reloc_type_lookup()
375 return &elf_howto_table[(unsigned) R_XTENSA_RELATIVE ]; in elf_xtensa_reloc_type_lookup()
[all …]
H A DChangeLog-02032262 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
2264 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
2374 (elf_howto_table): Add long displacement relocations R_390_20,
4782 (elf_howto_table): Add TLS relocs.
4933 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
6506 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
8812 (elf_howto_table): Add TLS relocs.
9066 * elf32-i386.c (elf_howto_table): Comments.
10104 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
H A DChangeLog1217 * elf32-i386.c (elf_howto_table): New relocations.
H A DChangeLog-91931712 * elf32-i386.c (elf_howto_table): Add bfd_elf_generic_reloc
1788 * elf32-i386.c (elf_howto_table): Set pcrel_offset to true for
2100 * elf32-i386.c (elf_howto_table): All partial_inplace fields
2491 (elf_howto_table): Add the rest of the 386/ELF relocations.
4413 (elf_sparc_howto_table): Renamed from elf_howto_table, and always
H A DChangeLog-20051167 * elf32-i386.c (elf_howto_table): Undo the overflow change for
1408 * elf32-i386.c (elf_howto_table): Adjust overflow complaint handler
H A DChangeLog-98992041 * elf32-i386.c (elf_howto_table): Change R_386_PC8 from
3816 * elf32-i386.c (elf_howto_table): Add vtable relocs.
H A DChangeLog-00017993 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
7995 move HOWTOs into elf_howto_table.
7999 elf_howto_table since we've removed the padding.
H A DChangeLog-2004853 (elf_howto_table): Add entries for new relocations.
H A DChangeLog-96973973 (elf_howto_table): Add entries for new relocs.
H A DChangeLog-94955819 * elf32-i386.c (elf_howto_table): Change R_386_PLT32 and
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Delf64-s390.c99 static reloc_howto_type elf_howto_table[] = variable
245 return &elf_howto_table[(int) R_390_NONE];
247 return &elf_howto_table[(int) R_390_8];
249 return &elf_howto_table[(int) R_390_12];
251 return &elf_howto_table[(int) R_390_16];
253 return &elf_howto_table[(int) R_390_32];
255 return &elf_howto_table[(int) R_390_32];
257 return &elf_howto_table[(int) R_390_PC32];
259 return &elf_howto_table[(int) R_390_GOT12];
261 return &elf_howto_table[(int) R_390_GOT32];
[all …]
H A Delf32-s390.c98 static reloc_howto_type elf_howto_table[] = variable
237 return &elf_howto_table[(int) R_390_NONE];
239 return &elf_howto_table[(int) R_390_8];
241 return &elf_howto_table[(int) R_390_12];
243 return &elf_howto_table[(int) R_390_16];
245 return &elf_howto_table[(int) R_390_32];
247 return &elf_howto_table[(int) R_390_32];
249 return &elf_howto_table[(int) R_390_PC32];
251 return &elf_howto_table[(int) R_390_GOT12];
253 return &elf_howto_table[(int) R_390_GOT32];
[all …]
H A Delf32-i960.c41 static reloc_howto_type elf_howto_table[]= variable
96 cache_ptr->howto = &elf_howto_table[(int) type];
157 return elf_howto_table + elf32_i960_bfd_to_reloc_type (code);
H A Delf32-i386.c32 static reloc_howto_type elf_howto_table[]= variable
182 return &elf_howto_table[R_386_NONE]; in elf_i386_reloc_type_lookup()
186 return &elf_howto_table[R_386_32]; in elf_i386_reloc_type_lookup()
190 return &elf_howto_table[R_386_32]; in elf_i386_reloc_type_lookup()
194 return &elf_howto_table[R_386_PC32]; in elf_i386_reloc_type_lookup()
198 return &elf_howto_table[R_386_GOT32]; in elf_i386_reloc_type_lookup()
202 return &elf_howto_table[R_386_PLT32]; in elf_i386_reloc_type_lookup()
206 return &elf_howto_table[R_386_COPY]; in elf_i386_reloc_type_lookup()
210 return &elf_howto_table[R_386_GLOB_DAT]; in elf_i386_reloc_type_lookup()
214 return &elf_howto_table[R_386_JUMP_SLOT]; in elf_i386_reloc_type_lookup()
[all …]
H A Delf32-xtensa.c244 static reloc_howto_type elf_howto_table[] = variable
318 return &elf_howto_table[(unsigned) R_XTENSA_NONE ];
322 return &elf_howto_table[(unsigned) R_XTENSA_32 ];
326 return &elf_howto_table[(unsigned) R_XTENSA_RTLD ];
330 return &elf_howto_table[(unsigned) R_XTENSA_GLOB_DAT ];
334 return &elf_howto_table[(unsigned) R_XTENSA_JMP_SLOT ];
338 return &elf_howto_table[(unsigned) R_XTENSA_RELATIVE ];
342 return &elf_howto_table[(unsigned) R_XTENSA_PLT ];
346 return &elf_howto_table[(unsigned) R_XTENSA_OP0 ];
350 return &elf_howto_table[(unsigned) R_XTENSA_OP1 ];
[all …]
H A DChangeLog-02032262 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
2264 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
2374 (elf_howto_table): Add long displacement relocations R_390_20,
4782 (elf_howto_table): Add TLS relocs.
4933 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
6506 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
8812 (elf_howto_table): Add TLS relocs.
9066 * elf32-i386.c (elf_howto_table): Comments.
10104 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
H A DChangeLog-91931712 * elf32-i386.c (elf_howto_table): Add bfd_elf_generic_reloc
1788 * elf32-i386.c (elf_howto_table): Set pcrel_offset to true for
2100 * elf32-i386.c (elf_howto_table): All partial_inplace fields
2491 (elf_howto_table): Add the rest of the 386/ELF relocations.
4413 (elf_sparc_howto_table): Renamed from elf_howto_table, and always
H A DChangeLog-98992041 * elf32-i386.c (elf_howto_table): Change R_386_PC8 from
3816 * elf32-i386.c (elf_howto_table): Add vtable relocs.
H A DChangeLog-00017993 * elf32-i386.c (elf_howto_table): Remove EMPTY_HOWTOs.
7995 move HOWTOs into elf_howto_table.
7999 elf_howto_table since we've removed the padding.
H A DChangeLog-96973973 (elf_howto_table): Add entries for new relocs.

12