Searched refs:reloc_howto_type (Results 1 - 25 of 371) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dns32k.h22 extern bfd_reloc_status_type _bfd_ns32k_relocate_contents (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *);
23 extern bfd_reloc_status_type _bfd_do_ns32k_reloc_contents (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *, bfd_vma (*) (bfd_byte *, int), void (*) (bfd_vma, bfd_byte *, int));
24 extern bfd_reloc_status_type _bfd_ns32k_final_link_relocate (reloc_howto_type *, bfd *, asection *, bfd_byte *, bfd_vma, bfd_vma, bfd_vma);
H A Dcoff-apollo.c34 extern reloc_howto_type apollocoff_howto_table[];
36 reloc_howto_type apollocoff_howto_table[] =
56 extern int apollo_howto2rtype PARAMS ((reloc_howto_type *));
78 reloc_howto_type *internal;
H A Dcoff-h8500.c32 static int coff_h8500_select_reloc PARAMS ((reloc_howto_type *));
39 static reloc_howto_type r_imm8 =
43 static reloc_howto_type r_imm16 =
47 static reloc_howto_type r_imm24 =
51 static reloc_howto_type r_imm32 =
55 static reloc_howto_type r_high8 =
59 static reloc_howto_type r_low16 =
63 static reloc_howto_type r_pcrel8 =
66 static reloc_howto_type r_pcrel16 =
69 static reloc_howto_type r_high1
[all...]
H A Dcoff-tic30.c31 static int coff_tic30_select_reloc PARAMS ((reloc_howto_type *));
35 reloc_howto_type * tic30_coff_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type));
39 reloc_howto_type tic30_coff_howto_table[] =
62 reloc_howto_type *
81 return (reloc_howto_type *) NULL;
85 static reloc_howto_type *
108 reloc_howto_type *howto;
H A Dcoff-m68k.c64 static reloc_howto_type *m68kcoff_common_addend_rtype_to_howto
99 extern reloc_howto_type m68kcoff_howto_table[];
104 reloc_howto_type m68kcoff_howto_table[] =
125 extern int m68k_howto2rtype PARAMS ((reloc_howto_type *));
126 extern reloc_howto_type *m68k_reloc_type_lookup
128 extern reloc_howto_type *m68k_reloc_name_lookup
138 STAT_REL reloc_howto_type * m68k_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type));
139 STAT_REL reloc_howto_type * m68k_reloc_name_lookup PARAMS ((bfd *, const char *));
140 STAT_REL int m68k_howto2rtype PARAMS ((reloc_howto_type *));
163 reloc_howto_type *interna
[all...]
H A Dcoff-z80.c32 static reloc_howto_type r_imm32 =
37 static reloc_howto_type r_imm24 =
42 static reloc_howto_type r_imm16 =
47 static reloc_howto_type r_imm8 =
52 static reloc_howto_type r_jr =
57 static reloc_howto_type r_off8 =
109 static reloc_howto_type *
126 static reloc_howto_type *
H A Dcoff-z8k.c34 static reloc_howto_type r_imm32 =
39 static reloc_howto_type r_imm4l =
43 static reloc_howto_type r_da =
48 static reloc_howto_type r_imm8 =
53 static reloc_howto_type r_rel16 =
58 static reloc_howto_type r_jr =
62 static reloc_howto_type r_disp7 =
66 static reloc_howto_type r_callr =
120 static reloc_howto_type *
139 static reloc_howto_type *
[all...]
H A Dcoff-ia64.c36 static reloc_howto_type howto_table[] =
57 static bfd_boolean in_reloc_p PARAMS ((bfd *, reloc_howto_type *));
62 reloc_howto_type *howto ATTRIBUTE_UNUSED;
H A Delf32-arc.c57 static reloc_howto_type elf_arc_howto_table[] =
137 static reloc_howto_type *
150 static reloc_howto_type *
H A Delf32-i960.c85 static reloc_howto_type elf_howto_table[]=
141 static reloc_howto_type *
148 static reloc_howto_type *
H A Delfxx-sparc.h97 extern reloc_howto_type *_bfd_sparc_elf_reloc_type_lookup
99 extern reloc_howto_type *_bfd_sparc_elf_reloc_name_lookup
103 extern reloc_howto_type *_bfd_sparc_elf_info_to_howto_ptr
H A Dcoff-i386.c48 static reloc_howto_type *coff_i386_rtype_to_howto
52 static reloc_howto_type *coff_i386_reloc_type_lookup
116 reloc_howto_type *howto = reloc_entry->howto;
150 reloc_howto_type *howto = reloc_entry->howto;
192 static bfd_boolean in_reloc_p PARAMS ((bfd *, reloc_howto_type *));
196 reloc_howto_type *howto;
207 static reloc_howto_type howto_table[] =
447 static reloc_howto_type *
456 reloc_howto_type *howto;
558 static reloc_howto_type *
[all...]
H A Dcoff-mcore.c48 static reloc_howto_type *mcore_coff_reloc_type_lookup
50 static reloc_howto_type *coff_mcore_rtype_to_howto
54 static bfd_boolean in_reloc_p PARAMS ((bfd *, reloc_howto_type *));
71 static reloc_howto_type mcore_coff_howto_table[] =
259 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
274 static reloc_howto_type *
295 static reloc_howto_type *
315 static reloc_howto_type *
324 reloc_howto_type * howto;
359 reloc_howto_type * howt
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dns32k.h22 extern bfd_reloc_status_type _bfd_ns32k_relocate_contents (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *);
23 extern bfd_reloc_status_type _bfd_do_ns32k_reloc_contents (reloc_howto_type *, bfd *, bfd_vma, bfd_byte *, bfd_vma (*) (bfd_byte *, int), void (*) (bfd_vma, bfd_byte *, int));
24 extern bfd_reloc_status_type _bfd_ns32k_final_link_relocate (reloc_howto_type *, bfd *, asection *, bfd_byte *, bfd_vma, bfd_vma, bfd_vma);
H A Dcoff-apollo.c34 extern reloc_howto_type apollocoff_howto_table[];
36 reloc_howto_type apollocoff_howto_table[] =
56 extern int apollo_howto2rtype PARAMS ((reloc_howto_type *));
78 reloc_howto_type *internal;
H A Dcoff-h8500.c32 static int coff_h8500_select_reloc PARAMS ((reloc_howto_type *));
39 static reloc_howto_type r_imm8 =
43 static reloc_howto_type r_imm16 =
47 static reloc_howto_type r_imm24 =
51 static reloc_howto_type r_imm32 =
55 static reloc_howto_type r_high8 =
59 static reloc_howto_type r_low16 =
63 static reloc_howto_type r_pcrel8 =
66 static reloc_howto_type r_pcrel16 =
69 static reloc_howto_type r_high1
[all...]
H A Dcoff-tic30.c31 static int coff_tic30_select_reloc PARAMS ((reloc_howto_type *));
35 reloc_howto_type * tic30_coff_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type));
39 reloc_howto_type tic30_coff_howto_table[] =
62 reloc_howto_type *
81 return (reloc_howto_type *) NULL;
85 static reloc_howto_type *
108 reloc_howto_type *howto;
H A Dcoff-m68k.c64 static reloc_howto_type *m68kcoff_common_addend_rtype_to_howto
99 extern reloc_howto_type m68kcoff_howto_table[];
104 reloc_howto_type m68kcoff_howto_table[] =
125 extern int m68k_howto2rtype PARAMS ((reloc_howto_type *));
126 extern reloc_howto_type *m68k_reloc_type_lookup
128 extern reloc_howto_type *m68k_reloc_name_lookup
138 STAT_REL reloc_howto_type * m68k_reloc_type_lookup PARAMS ((bfd *, bfd_reloc_code_real_type));
139 STAT_REL reloc_howto_type * m68k_reloc_name_lookup PARAMS ((bfd *, const char *));
140 STAT_REL int m68k_howto2rtype PARAMS ((reloc_howto_type *));
163 reloc_howto_type *interna
[all...]
H A Dcoff-z80.c32 static reloc_howto_type r_imm32 =
37 static reloc_howto_type r_imm24 =
42 static reloc_howto_type r_imm16 =
47 static reloc_howto_type r_imm8 =
52 static reloc_howto_type r_jr =
57 static reloc_howto_type r_off8 =
109 static reloc_howto_type *
126 static reloc_howto_type *
H A Dcoff-z8k.c34 static reloc_howto_type r_imm32 =
39 static reloc_howto_type r_imm4l =
43 static reloc_howto_type r_da =
48 static reloc_howto_type r_imm8 =
53 static reloc_howto_type r_rel16 =
58 static reloc_howto_type r_jr =
62 static reloc_howto_type r_disp7 =
66 static reloc_howto_type r_callr =
120 static reloc_howto_type *
139 static reloc_howto_type *
[all...]
H A Delf32-arc.c57 static reloc_howto_type elf_arc_howto_table[] =
137 static reloc_howto_type *
150 static reloc_howto_type *
H A Delf32-i960.c85 static reloc_howto_type elf_howto_table[]=
141 static reloc_howto_type *
148 static reloc_howto_type *
H A Delfxx-sparc.h97 extern reloc_howto_type *_bfd_sparc_elf_reloc_type_lookup
99 extern reloc_howto_type *_bfd_sparc_elf_reloc_name_lookup
103 extern reloc_howto_type *_bfd_sparc_elf_info_to_howto_ptr
H A Dcoff-ia64.c36 static reloc_howto_type howto_table[] =
57 static bfd_boolean in_reloc_p PARAMS ((bfd *, reloc_howto_type *));
62 reloc_howto_type *howto ATTRIBUTE_UNUSED;
H A Dcoff-i386.c48 static reloc_howto_type *coff_i386_rtype_to_howto
52 static reloc_howto_type *coff_i386_reloc_type_lookup
116 reloc_howto_type *howto = reloc_entry->howto;
150 reloc_howto_type *howto = reloc_entry->howto;
192 static bfd_boolean in_reloc_p PARAMS ((bfd *, reloc_howto_type *));
196 reloc_howto_type *howto;
207 static reloc_howto_type howto_table[] =
447 static reloc_howto_type *
456 reloc_howto_type *howto;
558 static reloc_howto_type *
[all...]

Completed in 283 milliseconds

1234567891011>>