Searched refs:howto (Results 1 - 25 of 409) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcpu-ns32k.c175 reloc_howto_type *howto = reloc_entry->howto; local
210 if (output_bfd != NULL && ! howto->partial_inplace)
223 if (howto->pc_relative)
255 if (howto->pcrel_offset)
261 if (! howto->partial_inplace)
378 if (howto->complain_on_overflow != complain_overflow_dont)
384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto
[all...]
H A Dreloc.c43 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
111 . reloc_howto_type *howto;
151 the howto. For example, on the 68k the code:
233 o <<howto>>
235 The <<howto>> field can be imagined as a
241 but it would be possible to create each howto field on demand.
395 This is used to fill in an empty howto entry in an array.
435 bfd_get_reloc_size (reloc_howto_type *howto) argument
437 switch (howto
588 reloc_howto_type *howto = reloc_entry->howto; local
978 reloc_howto_type *howto = reloc_entry->howto; local
1335 _bfd_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, bfd_vma address, bfd_vma value, bfd_vma addend) argument
1380 _bfd_relocate_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_vma relocation, bfd_byte *location) argument
1554 _bfd_clear_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_byte *location) argument
[all...]
H A Dnlm32-i386.c112 rel->howto = &nlm_i386_abs_howto;
119 rel->howto = &nlm_i386_pcrel_howto;
122 rel->howto = &nlm_i386_abs_howto;
155 || rel->howto == NULL
156 || rel->howto->rightshift != 0
157 || rel->howto->size != 2
158 || rel->howto->bitsize != 32
159 || rel->howto->bitpos != 0
160 || rel->howto->src_mask != 0xffffffff
161 || rel->howto
[all...]
H A Dcoff-apollo.c53 /* Turn a howto into a reloc number. */
66 case R_RELBYTE: internal->howto = apollocoff_howto_table + 0; break;
67 case R_RELWORD: internal->howto = apollocoff_howto_table + 1; break;
68 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
69 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break;
70 case R_PCRWORD: internal->howto = apollocoff_howto_table + 4; break;
71 case R_PCRLONG: internal->howto = apollocoff_howto_table + 5; break;
72 case R_RELLONG_NEG: internal->howto = apollocoff_howto_table + 6; break;
H A Dcoff-h8500.c74 /* Turn a howto into a reloc number. */
77 coff_h8500_select_reloc (howto)
78 reloc_howto_type *howto;
80 return howto->type;
83 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
97 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
110 internal->howto = &r_imm8;
113 internal->howto
[all...]
H A Dnlm32-ppc.c490 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
492 BFD_ASSERT (rel->howto->name != NULL
494 ? (rel->howto->complain_on_overflow
496 : (rel->howto->complain_on_overflow
498 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
590 rel->howto = & nlm_powerpc_howto;
671 || rel->howto == NULL
672 || rel->howto->rightshift != 0
673 || rel->howto->size != 2
674 || rel->howto
742 reloc_howto_type *howto; local
[all...]
H A Dcoff-tic30.c59 map to the howto table entries that match those in both the aout
104 /* Turn a howto into a reloc number. */
107 coff_tic30_select_reloc (howto)
108 reloc_howto_type *howto;
110 return howto->type;
113 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto)
125 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
135 internal->howto
[all...]
H A Dcoff-m68k.c41 Only declare the relocation howto array. Don't actually compile
45 Make the relocation howto array, and associated functions, static.
121 /* Turn a howto into a reloc number */
151 case R_RELBYTE: internal->howto = m68kcoff_howto_table + 0; break;
152 case R_RELWORD: internal->howto = m68kcoff_howto_table + 1; break;
153 case R_RELLONG: internal->howto = m68kcoff_howto_table + 2; break;
154 case R_PCRBYTE: internal->howto = m68kcoff_howto_table + 3; break;
155 case R_PCRWORD: internal->howto = m68kcoff_howto_table + 4; break;
156 case R_PCRLONG: internal->howto = m68kcoff_howto_table + 5; break;
157 case R_RELLONG_NEG: internal->howto
253 reloc_howto_type *howto; local
326 reloc_howto_type *howto = reloc_entry->howto; local
414 reloc_howto_type *howto; local
[all...]
H A Delf32-d30v.c49 reloc_howto_type *howto = reloc_entry->howto; local
94 if (howto->pc_relative)
114 if (howto->pc_relative && howto->bitsize == 32)
157 reloc_howto_type *howto = reloc_entry->howto; local
203 if (howto->pc_relative)
207 if (howto->pcrel_offset)
213 mask = (1 << howto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcpu-ns32k.c175 reloc_howto_type *howto = reloc_entry->howto; local
210 if (output_bfd != NULL && ! howto->partial_inplace)
223 if (howto->pc_relative)
255 if (howto->pcrel_offset)
261 if (! howto->partial_inplace)
378 if (howto->complain_on_overflow != complain_overflow_dont)
384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto
[all...]
H A Dreloc.c43 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
111 . reloc_howto_type *howto;
151 the howto. For example, on the 68k the code:
233 o <<howto>>
235 The <<howto>> field can be imagined as a
241 but it would be possible to create each howto field on demand.
395 This is used to fill in an empty howto entry in an array.
435 bfd_get_reloc_size (reloc_howto_type *howto) argument
437 switch (howto
588 reloc_howto_type *howto = reloc_entry->howto; local
978 reloc_howto_type *howto = reloc_entry->howto; local
1335 _bfd_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, bfd_vma address, bfd_vma value, bfd_vma addend) argument
1380 _bfd_relocate_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_vma relocation, bfd_byte *location) argument
1554 _bfd_clear_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_byte *location) argument
[all...]
H A Dnlm32-i386.c112 rel->howto = &nlm_i386_abs_howto;
119 rel->howto = &nlm_i386_pcrel_howto;
122 rel->howto = &nlm_i386_abs_howto;
155 || rel->howto == NULL
156 || rel->howto->rightshift != 0
157 || rel->howto->size != 2
158 || rel->howto->bitsize != 32
159 || rel->howto->bitpos != 0
160 || rel->howto->src_mask != 0xffffffff
161 || rel->howto
[all...]
H A Dcoff-apollo.c53 /* Turn a howto into a reloc number. */
66 case R_RELBYTE: internal->howto = apollocoff_howto_table + 0; break;
67 case R_RELWORD: internal->howto = apollocoff_howto_table + 1; break;
68 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
69 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break;
70 case R_PCRWORD: internal->howto = apollocoff_howto_table + 4; break;
71 case R_PCRLONG: internal->howto = apollocoff_howto_table + 5; break;
72 case R_RELLONG_NEG: internal->howto = apollocoff_howto_table + 6; break;
H A Dcoff-h8500.c74 /* Turn a howto into a reloc number. */
77 coff_h8500_select_reloc (howto)
78 reloc_howto_type *howto;
80 return howto->type;
83 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
97 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
110 internal->howto = &r_imm8;
113 internal->howto
[all...]
H A Dnlm32-ppc.c490 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
492 BFD_ASSERT (rel->howto->name != NULL
494 ? (rel->howto->complain_on_overflow
496 : (rel->howto->complain_on_overflow
498 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
590 rel->howto = & nlm_powerpc_howto;
671 || rel->howto == NULL
672 || rel->howto->rightshift != 0
673 || rel->howto->size != 2
674 || rel->howto
742 reloc_howto_type *howto; local
[all...]
H A Dcoff-tic30.c59 map to the howto table entries that match those in both the aout
104 /* Turn a howto into a reloc number. */
107 coff_tic30_select_reloc (howto)
108 reloc_howto_type *howto;
110 return howto->type;
113 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto)
125 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
135 internal->howto
[all...]
H A Dcoff-m68k.c41 Only declare the relocation howto array. Don't actually compile
45 Make the relocation howto array, and associated functions, static.
121 /* Turn a howto into a reloc number */
151 case R_RELBYTE: internal->howto = m68kcoff_howto_table + 0; break;
152 case R_RELWORD: internal->howto = m68kcoff_howto_table + 1; break;
153 case R_RELLONG: internal->howto = m68kcoff_howto_table + 2; break;
154 case R_PCRBYTE: internal->howto = m68kcoff_howto_table + 3; break;
155 case R_PCRWORD: internal->howto = m68kcoff_howto_table + 4; break;
156 case R_PCRLONG: internal->howto = m68kcoff_howto_table + 5; break;
157 case R_RELLONG_NEG: internal->howto
253 reloc_howto_type *howto; local
326 reloc_howto_type *howto = reloc_entry->howto; local
414 reloc_howto_type *howto; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcpu-ns32k.c175 reloc_howto_type *howto = reloc_entry->howto; local
210 if (output_bfd != NULL && ! howto->partial_inplace)
223 if (howto->pc_relative)
255 if (howto->pcrel_offset)
261 if (! howto->partial_inplace)
378 if (howto->complain_on_overflow != complain_overflow_dont)
384 if (howto->rightshift > howto->bitpos)
385 check = relocation >> (howto
[all...]
H A Dreloc.c43 @* howto manager::
58 typedef arelent, howto manager, Relocations, Relocations
111 . reloc_howto_type *howto;
151 the howto. For example, on the 68k the code:
233 o <<howto>>
235 The <<howto>> field can be imagined as a
241 but it would be possible to create each howto field on demand.
395 This is used to fill in an empty howto entry in an array.
435 bfd_get_reloc_size (reloc_howto_type *howto) argument
437 switch (howto
588 reloc_howto_type *howto = reloc_entry->howto; local
978 reloc_howto_type *howto = reloc_entry->howto; local
1335 _bfd_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, bfd_vma address, bfd_vma value, bfd_vma addend) argument
1380 _bfd_relocate_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_vma relocation, bfd_byte *location) argument
1554 _bfd_clear_contents(reloc_howto_type *howto, bfd *input_bfd, bfd_byte *location) argument
[all...]
H A Dnlm32-i386.c112 rel->howto = &nlm_i386_abs_howto;
119 rel->howto = &nlm_i386_pcrel_howto;
122 rel->howto = &nlm_i386_abs_howto;
155 || rel->howto == NULL
156 || rel->howto->rightshift != 0
157 || rel->howto->size != 2
158 || rel->howto->bitsize != 32
159 || rel->howto->bitpos != 0
160 || rel->howto->src_mask != 0xffffffff
161 || rel->howto
[all...]
H A Dcoff-apollo.c53 /* Turn a howto into a reloc number. */
66 case R_RELBYTE: internal->howto = apollocoff_howto_table + 0; break;
67 case R_RELWORD: internal->howto = apollocoff_howto_table + 1; break;
68 case R_RELLONG: internal->howto = apollocoff_howto_table + 2; break;
69 case R_PCRBYTE: internal->howto = apollocoff_howto_table + 3; break;
70 case R_PCRWORD: internal->howto = apollocoff_howto_table + 4; break;
71 case R_PCRLONG: internal->howto = apollocoff_howto_table + 5; break;
72 case R_RELLONG_NEG: internal->howto = apollocoff_howto_table + 6; break;
H A Dcoff-h8500.c74 /* Turn a howto into a reloc number. */
77 coff_h8500_select_reloc (howto)
78 reloc_howto_type *howto;
80 return howto->type;
83 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
97 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
110 internal->howto = &r_imm8;
113 internal->howto
[all...]
H A Dnlm32-ppc.c490 rel->howto = nlm_powerpc_howto_table + (l_rtype & 0xff);
492 BFD_ASSERT (rel->howto->name != NULL
494 ? (rel->howto->complain_on_overflow
496 : (rel->howto->complain_on_overflow
498 && ((l_rtype >> 8) & 0x1f) == rel->howto->bitsize - 1);
590 rel->howto = & nlm_powerpc_howto;
671 || rel->howto == NULL
672 || rel->howto->rightshift != 0
673 || rel->howto->size != 2
674 || rel->howto
742 reloc_howto_type *howto; local
[all...]
H A Dcoff-tic30.c59 map to the howto table entries that match those in both the aout
104 /* Turn a howto into a reloc number. */
107 coff_tic30_select_reloc (howto)
108 reloc_howto_type *howto;
110 return howto->type;
113 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto)
125 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
135 internal->howto
[all...]
H A Dcoff-m68k.c41 Only declare the relocation howto array. Don't actually compile
45 Make the relocation howto array, and associated functions, static.
121 /* Turn a howto into a reloc number */
151 case R_RELBYTE: internal->howto = m68kcoff_howto_table + 0; break;
152 case R_RELWORD: internal->howto = m68kcoff_howto_table + 1; break;
153 case R_RELLONG: internal->howto = m68kcoff_howto_table + 2; break;
154 case R_PCRBYTE: internal->howto = m68kcoff_howto_table + 3; break;
155 case R_PCRWORD: internal->howto = m68kcoff_howto_table + 4; break;
156 case R_PCRLONG: internal->howto = m68kcoff_howto_table + 5; break;
157 case R_RELLONG_NEG: internal->howto
253 reloc_howto_type *howto; local
326 reloc_howto_type *howto = reloc_entry->howto; local
414 reloc_howto_type *howto; local
[all...]

Completed in 272 milliseconds

1234567891011>>