Searched refs:howto (Results 76 - 100 of 409) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf64-gen.c50 bfd_reloc->howto = &dummy;
58 bfd_reloc->howto = &dummy;
H A Daout-tic30.c396 tic30_aout_relocate_contents (reloc_howto_type *howto, argument
404 if (howto->size < 0)
407 switch (howto->size)
429 if (howto->complain_on_overflow != complain_overflow_dont)
436 if (howto->rightshift == 0)
443 check = relocation >> howto->rightshift;
447 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
449 add = x & howto->src_mask;
451 if ((add & (((~howto->src_mask) >> 1) & howto
525 tic30_aout_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
[all...]
H A Delf32-openrisc.c234 /* Set the howto pointer for an OpenRISC ELF reloc. */
245 cache_ptr->howto = & openrisc_elf_howto_table[r_type];
252 openrisc_final_link_relocate (reloc_howto_type *howto, argument
261 switch (howto->type)
265 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
271 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
330 reloc_howto_type *howto; local
351 howto = openrisc_elf_howto_table + ELF32_R_TYPE (rel->r_info);
381 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
390 r = openrisc_final_link_relocate (howto, input_bf
[all...]
H A Daout-ns32k.c173 reloc_howto_type *howto,
181 r_length = howto->size ; /* Size as a power of two. */
182 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
183 r_ns32k_type = (howto - MY (howto_table) )/6;
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
333 MY_put_reloc (abfd, r_extern, r_index, g->address, g->howto, natptr);
337 _bfd_ns32k_relocate_contents (reloc_howto_type *howto, argument
342 int r_ns32k_type = (howto - MY (howto_table)) / 6;
357 return _bfd_relocate_contents (howto, input_bfd, relocation,
362 return _bfd_do_ns32k_reloc_contents (howto, input_bf
169 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
[all...]
H A Delf32-mcore.c98 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
102 reloc_entry->howto->name,
103 reloc_entry->howto->type);
318 /* Initialize howto table if needed. */
340 /* Set the howto pointer for a RCE ELF reloc. */
348 /* Initialize howto table if needed. */
353 cache_ptr->howto = mcore_elf_howto_table [ELF32_R_TYPE (dst->r_info)];
411 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */
421 reloc_howto_type * howto;
440 howto
417 reloc_howto_type * howto; local
[all...]
H A Dnlm32-sparc.c115 rel->howto = NULL;
122 rel->howto = &nlm32_sparc_howto_table[index];
127 fprintf (stderr, "%s: address = %08lx, addend = %08lx, type = %u, howto = %p\n",
129 (unsigned long) rel->addend, type, rel->howto);
152 if (tmp->rightshift == rel->howto->rightshift
153 && tmp->size == rel->howto->size
154 && tmp->bitsize == rel->howto->bitsize
155 && tmp->pc_relative == rel->howto->pc_relative
156 && tmp->bitpos == rel->howto->bitpos
157 && tmp->src_mask == rel->howto
[all...]
H A Dcoff-ia64.c50 (cache_ptr)->howto = howto_table + (dst)->r_type;
59 in_reloc_p(abfd, howto)
61 reloc_howto_type *howto ATTRIBUTE_UNUSED;
H A Dcoff-tic80.c455 cache_ptr->howto = tic80_howto_table + i;
462 cache_ptr->howto = tic80_howto_table + 0;
487 return genrel.howto;
525 reloc_howto_type *howto;
552 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
554 if (howto == NULL)
605 switch (howto->type)
616 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
627 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
640 rstat = _bfd_final_link_relocate (howto, input_bf
522 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 Delf32-gen.c50 bfd_reloc->howto = &dummy;
58 bfd_reloc->howto = &dummy;
H A Delf64-gen.c50 bfd_reloc->howto = &dummy;
58 bfd_reloc->howto = &dummy;
H A Daout-tic30.c396 tic30_aout_relocate_contents (reloc_howto_type *howto, argument
404 if (howto->size < 0)
407 switch (howto->size)
429 if (howto->complain_on_overflow != complain_overflow_dont)
436 if (howto->rightshift == 0)
443 check = relocation >> howto->rightshift;
447 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
449 add = x & howto->src_mask;
451 if ((add & (((~howto->src_mask) >> 1) & howto
525 tic30_aout_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
[all...]
H A Daout-ns32k.c173 reloc_howto_type *howto,
181 r_length = howto->size ; /* Size as a power of two. */
182 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
183 r_ns32k_type = (howto - MY (howto_table) )/6;
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
333 MY_put_reloc (abfd, r_extern, r_index, g->address, g->howto, natptr);
337 _bfd_ns32k_relocate_contents (reloc_howto_type *howto, argument
342 int r_ns32k_type = (howto - MY (howto_table)) / 6;
357 return _bfd_relocate_contents (howto, input_bfd, relocation,
362 return _bfd_do_ns32k_reloc_contents (howto, input_bf
169 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
[all...]
H A Delf32-openrisc.c234 /* Set the howto pointer for an OpenRISC ELF reloc. */
245 cache_ptr->howto = & openrisc_elf_howto_table[r_type];
252 openrisc_final_link_relocate (reloc_howto_type *howto, argument
261 switch (howto->type)
265 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
271 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
330 reloc_howto_type *howto; local
351 howto = openrisc_elf_howto_table + ELF32_R_TYPE (rel->r_info);
381 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
390 r = openrisc_final_link_relocate (howto, input_bf
[all...]
H A Dcoff-ia64.c50 (cache_ptr)->howto = howto_table + (dst)->r_type;
59 in_reloc_p(abfd, howto)
61 reloc_howto_type *howto ATTRIBUTE_UNUSED;
H A Dcoff-tic80.c455 cache_ptr->howto = tic80_howto_table + i;
462 cache_ptr->howto = tic80_howto_table + 0;
487 return genrel.howto;
525 reloc_howto_type *howto;
552 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
554 if (howto == NULL)
605 switch (howto->type)
616 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
627 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
640 rstat = _bfd_final_link_relocate (howto, input_bf
522 reloc_howto_type *howto; local
[all...]
H A Delf32-mcore.c98 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
102 reloc_entry->howto->name,
103 reloc_entry->howto->type);
318 /* Initialize howto table if needed. */
340 /* Set the howto pointer for a RCE ELF reloc. */
348 /* Initialize howto table if needed. */
353 cache_ptr->howto = mcore_elf_howto_table [ELF32_R_TYPE (dst->r_info)];
411 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */
421 reloc_howto_type * howto;
440 howto
417 reloc_howto_type * howto; local
[all...]
H A Dnlm32-sparc.c115 rel->howto = NULL;
122 rel->howto = &nlm32_sparc_howto_table[index];
127 fprintf (stderr, "%s: address = %08lx, addend = %08lx, type = %u, howto = %p\n",
129 (unsigned long) rel->addend, type, rel->howto);
152 if (tmp->rightshift == rel->howto->rightshift
153 && tmp->size == rel->howto->size
154 && tmp->bitsize == rel->howto->bitsize
155 && tmp->pc_relative == rel->howto->pc_relative
156 && tmp->bitpos == rel->howto->bitpos
157 && tmp->src_mask == rel->howto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Daout-tic30.c396 tic30_aout_relocate_contents (reloc_howto_type *howto, argument
404 if (howto->size < 0)
407 switch (howto->size)
429 if (howto->complain_on_overflow != complain_overflow_dont)
436 if (howto->rightshift == 0)
443 check = relocation >> howto->rightshift;
447 signed_check = (check | ((bfd_vma) - 1 & ~((bfd_vma) - 1 >> howto->rightshift)));
449 add = x & howto->src_mask;
451 if ((add & (((~howto->src_mask) >> 1) & howto
525 tic30_aout_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
[all...]
H A Delf32-openrisc.c234 /* Set the howto pointer for an OpenRISC ELF reloc. */
245 cache_ptr->howto = & openrisc_elf_howto_table[r_type];
252 openrisc_final_link_relocate (reloc_howto_type *howto, argument
261 switch (howto->type)
265 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
271 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
330 reloc_howto_type *howto; local
351 howto = openrisc_elf_howto_table + ELF32_R_TYPE (rel->r_info);
381 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
390 r = openrisc_final_link_relocate (howto, input_bf
[all...]
H A Daout-ns32k.c173 reloc_howto_type *howto,
181 r_length = howto->size ; /* Size as a power of two. */
182 r_pcrel = (int) howto->pc_relative; /* Relative to PC? */
183 r_ns32k_type = (howto - MY (howto_table) )/6;
282 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel);
333 MY_put_reloc (abfd, r_extern, r_index, g->address, g->howto, natptr);
337 _bfd_ns32k_relocate_contents (reloc_howto_type *howto, argument
342 int r_ns32k_type = (howto - MY (howto_table)) / 6;
357 return _bfd_relocate_contents (howto, input_bfd, relocation,
362 return _bfd_do_ns32k_reloc_contents (howto, input_bf
169 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
[all...]
H A Delf32-mcore.c98 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
102 reloc_entry->howto->name,
103 reloc_entry->howto->type);
318 /* Initialize howto table if needed. */
340 /* Set the howto pointer for a RCE ELF reloc. */
348 /* Initialize howto table if needed. */
353 cache_ptr->howto = mcore_elf_howto_table [ELF32_R_TYPE (dst->r_info)];
411 if (! mcore_elf_howto_table [R_MCORE_PCRELIMM8BY4]) /* Initialize howto table if needed */
421 reloc_howto_type * howto;
440 howto
417 reloc_howto_type * howto; local
[all...]
H A Dnlm32-sparc.c115 rel->howto = NULL;
122 rel->howto = &nlm32_sparc_howto_table[index];
127 fprintf (stderr, "%s: address = %08lx, addend = %08lx, type = %u, howto = %p\n",
129 (unsigned long) rel->addend, type, rel->howto);
152 if (tmp->rightshift == rel->howto->rightshift
153 && tmp->size == rel->howto->size
154 && tmp->bitsize == rel->howto->bitsize
155 && tmp->pc_relative == rel->howto->pc_relative
156 && tmp->bitpos == rel->howto->bitpos
157 && tmp->src_mask == rel->howto
[all...]
H A Dcoff-ia64.c50 (cache_ptr)->howto = howto_table + (dst)->r_type;
59 in_reloc_p(abfd, howto)
61 reloc_howto_type *howto ATTRIBUTE_UNUSED;
H A Dcoff-tic80.c455 cache_ptr->howto = tic80_howto_table + i;
462 cache_ptr->howto = tic80_howto_table + 0;
487 return genrel.howto;
525 reloc_howto_type *howto;
552 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
554 if (howto == NULL)
605 switch (howto->type)
616 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
627 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
640 rstat = _bfd_final_link_relocate (howto, input_bf
522 reloc_howto_type *howto; local
[all...]
H A Dcoff-ppc.c367 static bfd_boolean in_reloc_p PARAMS((bfd *abfd, reloc_howto_type *howto));
973 static bfd_boolean in_reloc_p(abfd, howto)
975 reloc_howto_type *howto;
978 (! howto->pc_relative)
979 && (howto->type != IMAGE_REL_PPC_ADDR32NB)
980 && (howto->type != IMAGE_REL_PPC_TOCREL16)
981 && (howto->type != IMAGE_REL_PPC_IMGLUE)
982 && (howto->type != IMAGE_REL_PPC_IFGLUE)
983 && (howto->type != IMAGE_REL_PPC_SECREL)
984 && (howto
1005 reloc_howto_type *howto = 0; local
1814 reloc_howto_type *howto; local
1872 reloc_howto_type *howto; local
[all...]

Completed in 364 milliseconds

1234567891011>>