Searched refs:howto (Results 126 - 150 of 409) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-crx.c387 /* Retrieve a howto ptr using a BFD reloc_code. */
419 /* Retrieve a howto ptr using an internal relocation entry. */
427 cache_ptr->howto = &crx_elf_howto_table[r_type];
433 crx_elf_final_link_relocate (reloc_howto_type *howto, bfd *input_bfd, argument
441 unsigned short r_type = howto->type;
485 if (howto->pc_relative)
499 check = Rvalue >> howto->rightshift;
502 overflow if howto->bitsize is the number of bits in
504 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
513 if (howto
849 reloc_howto_type *howto; local
[all...]
H A Delf32-score.c410 if (reloc_entry->howto->partial_inplace)
420 if (reloc_entry->howto->partial_inplace)
505 /* A howto special_function for R_SCORE_GOT15 relocations. This is just
1751 reloc_howto_type *howto,
1757 unsigned long r_type = howto->type;
1762 addend = contents & howto->src_mask;
1763 if (addend & ((howto->src_mask + 1) >> 1))
1768 mask &= ~howto->src_mask;
1776 (((contents & howto->src_mask) & 0x3ff0000) >> 6) | ((contents & howto
1749 score_elf_add_to_rel(bfd *abfd, bfd_byte *address, reloc_howto_type *howto, bfd_signed_vma increment) argument
1836 score_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, Elf_Internal_Rela *relocs, bfd_vma symbol, struct bfd_link_info *info, const char *sym_name ATTRIBUTE_UNUSED, int sym_flags ATTRIBUTE_UNUSED, struct score_elf_link_hash_entry *h, asection **local_sections, bfd_boolean gp_disp_p) argument
2240 reloc_howto_type *howto; local
[all...]
H A Delf32-cr16.c435 /* Retrieve a howto ptr using a BFD reloc_code. */
465 /* Retrieve a howto ptr using an internal relocation entry. */
474 cache_ptr->howto = &cr16_elf_howto_table[r_type];
480 cr16_elf_final_link_relocate (reloc_howto_type *howto, argument
492 unsigned short r_type = howto->type;
534 if (howto->pc_relative)
548 check = Rvalue >> howto->rightshift;
551 overflow if howto->bitsize is the number of bits in
553 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
562 if (howto
817 reloc_howto_type *howto; local
[all...]
H A Delf32-xc16x.c194 howto structure. */
239 bfd_reloc->howto = &xc16x_elf_howto_table[i];
390 reloc_howto_type *howto; local
391 howto = xc16x_reloc_type_lookup (input_bfd, r_type);
392 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
H A Delf32-iq2000.c318 constants. Thus, the order that the howto records appear in the
381 iq2000_final_link_relocate (reloc_howto_type * howto,
388 return _bfd_final_link_relocate (howto, input_bfd, input_section,
394 /* Set the howto pointer for a IQ2000 ELF reloc. */
407 cache_ptr->howto = & iq2000_elf_vtinherit_howto;
411 cache_ptr->howto = & iq2000_elf_vtentry_howto;
415 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
556 reloc_howto_type * howto;
574 howto = iq2000_elf_howto_table + ELF32_R_TYPE (rel->r_info);
609 _bfd_clear_contents (howto, input_bf
378 iq2000_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
551 reloc_howto_type * howto; local
[all...]
H A Dcoff-i960.c325 (cache_ptr)->howto = howto_ptr; \
409 reloc_howto_type *howto; local
433 case 17: howto = &howto_rellong; break;
434 case 25: howto = &howto_iprmed; break;
435 case 27: howto = &howto_optcall; break;
484 if (howto->type == R_OPTCALL && ! info->relocatable && symndx != -1)
551 if (howto->pc_relative)
553 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
582 (info, (h ? &h->root : NULL), name, howto->name,
H A Delf64-mmix.c430 significant bits are set. The howto members reflect a simple GETA. */
489 any of the two least significant bits are set. The howto members
565 stub; see R_MMIX_PUSHJ_STUBBABLE. The howto members reflect a simple
626 memory segments. The howto members reflect a trivial JMP. */
937 mmix_elf_perform_relocation (isec, howto, datap, addr, value)
939 reloc_howto_type *howto;
952 switch (howto->type)
997 howto->bitsize,
1105 howto->bitsize,
1130 howto
1367 reloc_howto_type *howto; local
[all...]
H A Delf32-xstormy16.c378 /* Set the howto pointer for an XSTORMY16 ELF reloc. */
388 cache_ptr->howto = &xstormy16_elf_howto_table [r_type];
391 cache_ptr->howto
797 reloc_howto_type * howto;
814 howto = xstormy16_elf_howto_table + ELF32_R_TYPE (rel->r_info);
840 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
917 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
924 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
938 (info, (h ? &h->root : NULL), name, howto->name,
794 reloc_howto_type * howto; local
H A Delf64-sparc.c122 relent->howto = _bfd_sparc_elf_info_to_howto_ptr (R_SPARC_LO10);
127 relent->howto = _bfd_sparc_elf_info_to_howto_ptr (R_SPARC_13);
130 relent->howto = _bfd_sparc_elf_info_to_howto_ptr (r_type);
315 if (sec->orelocation[idx]->howto->type == R_SPARC_LO10
320 if (r->howto->type == R_SPARC_13
386 if (ptr->howto->type == R_SPARC_LO10
391 if (r->howto->type == R_SPARC_13
405 dst_rela.r_info = ELF64_R_INFO (n, ptr->howto->type);
H A Dsyms.c1046 if (r->howto->dst_mask == 0)
1049 if (r->howto->rightshift != 0
1050 || r->howto->size != 2
1051 || r->howto->bitsize != 32
1052 || r->howto->pc_relative
1053 || r->howto->bitpos != 0
1054 || r->howto->dst_mask != 0xffffffff)
1065 val &= r->howto->src_mask;
H A Daout-cris.c164 r_type = (unsigned int) g->howto->type;
253 cache_ptr->howto = howto_table_ext + r_type;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-crx.c387 /* Retrieve a howto ptr using a BFD reloc_code. */
419 /* Retrieve a howto ptr using an internal relocation entry. */
427 cache_ptr->howto = &crx_elf_howto_table[r_type];
433 crx_elf_final_link_relocate (reloc_howto_type *howto, bfd *input_bfd, argument
441 unsigned short r_type = howto->type;
485 if (howto->pc_relative)
499 check = Rvalue >> howto->rightshift;
502 overflow if howto->bitsize is the number of bits in
504 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
513 if (howto
849 reloc_howto_type *howto; local
[all...]
H A Delf32-score.c410 if (reloc_entry->howto->partial_inplace)
420 if (reloc_entry->howto->partial_inplace)
505 /* A howto special_function for R_SCORE_GOT15 relocations. This is just
1751 reloc_howto_type *howto,
1757 unsigned long r_type = howto->type;
1762 addend = contents & howto->src_mask;
1763 if (addend & ((howto->src_mask + 1) >> 1))
1768 mask &= ~howto->src_mask;
1776 (((contents & howto->src_mask) & 0x3ff0000) >> 6) | ((contents & howto
1749 score_elf_add_to_rel(bfd *abfd, bfd_byte *address, reloc_howto_type *howto, bfd_signed_vma increment) argument
1836 score_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, Elf_Internal_Rela *relocs, bfd_vma symbol, struct bfd_link_info *info, const char *sym_name ATTRIBUTE_UNUSED, int sym_flags ATTRIBUTE_UNUSED, struct score_elf_link_hash_entry *h, asection **local_sections, bfd_boolean gp_disp_p) argument
2240 reloc_howto_type *howto; local
[all...]
H A Delf32-cr16.c435 /* Retrieve a howto ptr using a BFD reloc_code. */
465 /* Retrieve a howto ptr using an internal relocation entry. */
474 cache_ptr->howto = &cr16_elf_howto_table[r_type];
480 cr16_elf_final_link_relocate (reloc_howto_type *howto, argument
492 unsigned short r_type = howto->type;
534 if (howto->pc_relative)
548 check = Rvalue >> howto->rightshift;
551 overflow if howto->bitsize is the number of bits in
553 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
562 if (howto
817 reloc_howto_type *howto; local
[all...]
H A Delf32-xc16x.c194 howto structure. */
239 bfd_reloc->howto = &xc16x_elf_howto_table[i];
390 reloc_howto_type *howto; local
391 howto = xc16x_reloc_type_lookup (input_bfd, r_type);
392 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
H A Delf32-iq2000.c318 constants. Thus, the order that the howto records appear in the
381 iq2000_final_link_relocate (reloc_howto_type * howto,
388 return _bfd_final_link_relocate (howto, input_bfd, input_section,
394 /* Set the howto pointer for a IQ2000 ELF reloc. */
407 cache_ptr->howto = & iq2000_elf_vtinherit_howto;
411 cache_ptr->howto = & iq2000_elf_vtentry_howto;
415 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
556 reloc_howto_type * howto;
574 howto = iq2000_elf_howto_table + ELF32_R_TYPE (rel->r_info);
609 _bfd_clear_contents (howto, input_bf
378 iq2000_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
551 reloc_howto_type * howto; local
[all...]
H A Dcoff-i960.c325 (cache_ptr)->howto = howto_ptr; \
409 reloc_howto_type *howto; local
433 case 17: howto = &howto_rellong; break;
434 case 25: howto = &howto_iprmed; break;
435 case 27: howto = &howto_optcall; break;
484 if (howto->type == R_OPTCALL && ! info->relocatable && symndx != -1)
551 if (howto->pc_relative)
553 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
582 (info, (h ? &h->root : NULL), name, howto->name,
H A Delf64-mmix.c430 significant bits are set. The howto members reflect a simple GETA. */
489 any of the two least significant bits are set. The howto members
565 stub; see R_MMIX_PUSHJ_STUBBABLE. The howto members reflect a simple
626 memory segments. The howto members reflect a trivial JMP. */
937 mmix_elf_perform_relocation (isec, howto, datap, addr, value)
939 reloc_howto_type *howto;
952 switch (howto->type)
997 howto->bitsize,
1105 howto->bitsize,
1130 howto
1367 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-crx.c387 /* Retrieve a howto ptr using a BFD reloc_code. */
419 /* Retrieve a howto ptr using an internal relocation entry. */
427 cache_ptr->howto = &crx_elf_howto_table[r_type];
433 crx_elf_final_link_relocate (reloc_howto_type *howto, bfd *input_bfd, argument
441 unsigned short r_type = howto->type;
485 if (howto->pc_relative)
499 check = Rvalue >> howto->rightshift;
502 overflow if howto->bitsize is the number of bits in
504 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
513 if (howto
849 reloc_howto_type *howto; local
[all...]
H A Delf32-score.c410 if (reloc_entry->howto->partial_inplace)
420 if (reloc_entry->howto->partial_inplace)
505 /* A howto special_function for R_SCORE_GOT15 relocations. This is just
1751 reloc_howto_type *howto,
1757 unsigned long r_type = howto->type;
1762 addend = contents & howto->src_mask;
1763 if (addend & ((howto->src_mask + 1) >> 1))
1768 mask &= ~howto->src_mask;
1776 (((contents & howto->src_mask) & 0x3ff0000) >> 6) | ((contents & howto
1749 score_elf_add_to_rel(bfd *abfd, bfd_byte *address, reloc_howto_type *howto, bfd_signed_vma increment) argument
1836 score_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, Elf_Internal_Rela *relocs, bfd_vma symbol, struct bfd_link_info *info, const char *sym_name ATTRIBUTE_UNUSED, int sym_flags ATTRIBUTE_UNUSED, struct score_elf_link_hash_entry *h, asection **local_sections, bfd_boolean gp_disp_p) argument
2240 reloc_howto_type *howto; local
[all...]
H A Delf32-cr16.c435 /* Retrieve a howto ptr using a BFD reloc_code. */
465 /* Retrieve a howto ptr using an internal relocation entry. */
474 cache_ptr->howto = &cr16_elf_howto_table[r_type];
480 cr16_elf_final_link_relocate (reloc_howto_type *howto, argument
492 unsigned short r_type = howto->type;
534 if (howto->pc_relative)
548 check = Rvalue >> howto->rightshift;
551 overflow if howto->bitsize is the number of bits in
553 reloc_bits = (((1 << (howto->bitsize - 1)) - 1) << 1) | 1;
562 if (howto
817 reloc_howto_type *howto; local
[all...]
H A Delf32-xc16x.c194 howto structure. */
239 bfd_reloc->howto = &xc16x_elf_howto_table[i];
390 reloc_howto_type *howto; local
391 howto = xc16x_reloc_type_lookup (input_bfd, r_type);
392 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
H A Delf32-iq2000.c318 constants. Thus, the order that the howto records appear in the
381 iq2000_final_link_relocate (reloc_howto_type * howto,
388 return _bfd_final_link_relocate (howto, input_bfd, input_section,
394 /* Set the howto pointer for a IQ2000 ELF reloc. */
407 cache_ptr->howto = & iq2000_elf_vtinherit_howto;
411 cache_ptr->howto = & iq2000_elf_vtentry_howto;
415 cache_ptr->howto = & iq2000_elf_howto_table [r_type];
556 reloc_howto_type * howto;
574 howto = iq2000_elf_howto_table + ELF32_R_TYPE (rel->r_info);
609 _bfd_clear_contents (howto, input_bf
378 iq2000_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
551 reloc_howto_type * howto; local
[all...]
H A Dcoff-i960.c325 (cache_ptr)->howto = howto_ptr; \
409 reloc_howto_type *howto; local
433 case 17: howto = &howto_rellong; break;
434 case 25: howto = &howto_iprmed; break;
435 case 27: howto = &howto_optcall; break;
484 if (howto->type == R_OPTCALL && ! info->relocatable && symndx != -1)
551 if (howto->pc_relative)
553 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
582 (info, (h ? &h->root : NULL), name, howto->name,
H A Delf64-mmix.c430 significant bits are set. The howto members reflect a simple GETA. */
489 any of the two least significant bits are set. The howto members
565 stub; see R_MMIX_PUSHJ_STUBBABLE. The howto members reflect a simple
626 memory segments. The howto members reflect a trivial JMP. */
937 mmix_elf_perform_relocation (isec, howto, datap, addr, value)
939 reloc_howto_type *howto;
952 switch (howto->type)
997 howto->bitsize,
1105 howto->bitsize,
1130 howto
1367 reloc_howto_type *howto; local
[all...]

Completed in 320 milliseconds

1234567891011>>