Home
last modified time | relevance | path

Searched refs:reloc_map (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-maxq.c385 reloc_map; typedef
387 static const reloc_map maxq_reloc_map[] =
401 const reloc_map *entry; in maxq_reloc_type_lookup()
H A Delf32-xstormy16.c310 } reloc_map; typedef
312 static const reloc_map xstormy16_reloc_map [] =
339 const reloc_map * entry; in xstormy16_reloc_type_lookup()
H A Delf32-vax.c301 } reloc_map[] = { variable
324 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++) in reloc_type_lookup()
326 if (reloc_map[i].bfd_val == code) in reloc_type_lookup()
327 return &howto_table[reloc_map[i].elf_val]; in reloc_type_lookup()
H A Delf32-m88k.c191 } reloc_map[] = { variable
218 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
220 if (reloc_map[i].bfd_val == code)
221 return &howto_table[reloc_map[i].elf_val];
H A Delf32-m68k.c140 } reloc_map[] = { variable
175 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
177 if (reloc_map[i].bfd_val == code)
178 return &howto_table[reloc_map[i].elf_val];
H A DChangeLog-98992913 * elf32-m68k.c (reloc_map): Use the correct types for the struct
4183 (howto_table, reloc_map): Add entries for them.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcr16c.h252 typedef struct reloc_map struct
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-xstormy16.c299 } reloc_map; typedef
301 static const reloc_map xstormy16_reloc_map [] =
329 const reloc_map * entry;
H A Delf32-vax.c308 } reloc_map[] = { variable
333 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
335 if (reloc_map[i].bfd_val == code)
336 return &howto_table[reloc_map[i].elf_val];
H A Delf32-m88k.c199 } reloc_map[] = { variable
226 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
228 if (reloc_map[i].bfd_val == code)
229 return &howto_table[reloc_map[i].elf_val];
H A Delf32-m68k.c139 } reloc_map[] = { variable
174 for (i = 0; i < sizeof (reloc_map) / sizeof (reloc_map[0]); i++)
176 if (reloc_map[i].bfd_val == code)
177 return &howto_table[reloc_map[i].elf_val];
H A DChangeLog-98992913 * elf32-m68k.c (reloc_map): Use the correct types for the struct
4183 (howto_table, reloc_map): Add entries for them.
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh.c4006 struct reloc_map struct
4012 static const struct reloc_map coff_reloc_map[] = argument
4053 const struct reloc_map *rm; in sh_coff_reloc_mangle()
H A Dtc-arm.c14119 reloc_map[] = in arm_parse_reloc() local
14136 for (i = 0; reloc_map[i].str; i++) in arm_parse_reloc()
14137 if (strncmp (id, reloc_map[i].str, reloc_map[i].len) == 0) in arm_parse_reloc()
14140 input_line_pointer += reloc_map[i].len; in arm_parse_reloc()
14142 return reloc_map[i].reloc; in arm_parse_reloc()
/openbsd/gnu/usr.bin/binutils/gas/
H A DChangeLog-9899178 * config/tc-arm.c (reloc_map[]): Fix compiler warning.
H A DChangeLog-96973961 (struct reloc_map): Define if not BFD_ASSEMBLER.
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-9899178 * config/tc-arm.c (reloc_map[]): Fix compiler warning.
H A DChangeLog-96973961 (struct reloc_map): Define if not BFD_ASSEMBLER.