Searched refs:howto (Results 51 - 75 of 409) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcoff-m88k.c66 reloc_howto_type *howto = reloc_entry->howto; local
68 switch (howto->type)
108 relocation += ((reloc_entry->addend << howto->bitsize) + x);
112 relocation >>= (bfd_vma) howto->rightshift;
116 relocation <<= (bfd_vma) howto->bitpos;
237 above howto table. */
245 cache_ptr->howto = howto_table + dst->r_type - R_PCR16L;
H A Dcoff-z8k.c81 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
92 internal->howto = &r_imm8;
95 internal->howto = &r_da;
98 internal->howto = &r_jr;
101 internal->howto = &r_disp7;
104 internal->howto = &r_callr;
107 internal->howto = &r_rel16;
110 internal->howto = &r_imm32;
113 internal->howto
[all...]
H A Dcoff-i860.c88 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
92 reloc_howto_type *howto = reloc_entry->howto; local
95 switch (howto->size)
142 reloc_howto_type *howto = reloc_entry->howto; local
143 fprintf (stderr, _("Relocation `%s' not yet implemented\n"), howto->name);
437 /* Turn a howto int
481 reloc_howto_type *howto; local
[all...]
H A Dcoff-z80.c76 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
87 internal->howto = &r_imm8;
90 internal->howto = &r_imm16;
93 internal->howto = &r_imm24;
96 internal->howto = &r_imm32;
99 internal->howto = &r_jr;
102 internal->howto = &r_off8;
185 switch (reloc->howto->type)
195 reloc->howto
[all...]
H A Delf32-i960.c42 into bfd_perform_relocation, all the reloc types use this howto
60 && reloc_entry->howto->pc_relative
61 && !reloc_entry->howto->pcrel_offset)
74 && (! reloc_entry->howto->partial_inplace
138 cache_ptr->howto = &elf_howto_table[(int) type];
H A Dpe-mips.c91 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
95 reloc_howto_type *howto = reloc_entry->howto; local
98 switch (howto->size)
141 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
143 return ! howto->pc_relative && howto
392 reloc_howto_type *howto; local
628 reloc_howto_type *howto; local
[all...]
H A Delf32-i860.c46 && (! reloc_entry->howto->partial_inplace
84 relocation >>= reloc_entry->howto->rightshift;
85 insn = (insn & ~reloc_entry->howto->dst_mask)
86 | (relocation & reloc_entry->howto->dst_mask);
109 && (! reloc_entry->howto->partial_inplace
147 relocation >>= reloc_entry->howto->rightshift;
149 & reloc_entry->howto->dst_mask;
150 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
173 && (! reloc_entry->howto->partial_inplace
226 && (! reloc_entry->howto
926 reloc_howto_type *howto; local
952 reloc_howto_type *howto; local
984 reloc_howto_type *howto; local
1029 i860_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, bfd_vma relocation) argument
1093 reloc_howto_type * howto; local
[all...]
H A Daout-arm.c146 reloc_howto_type *howto,
155 r_length = howto->size;
158 if (howto->type == 3 || howto->type == 7)
161 r_pcrel = howto->type & 4; /* PC Relative done? */
162 r_neg = howto->type & 8; /* Negative relocation. */
192 MY (relocatable_reloc) (reloc_howto_type *howto,
198 if (howto->type == 3)
216 else if (howto->type == 7)
288 reloc_entry->howto
141 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
191 relocatable_reloc(reloc_howto_type *howto, bfd *abfd, struct reloc_std_external *reloc, bfd_vma *amount, bfd_vma r_addr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcoff-z8k.c81 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
92 internal->howto = &r_imm8;
95 internal->howto = &r_da;
98 internal->howto = &r_jr;
101 internal->howto = &r_disp7;
104 internal->howto = &r_callr;
107 internal->howto = &r_rel16;
110 internal->howto = &r_imm32;
113 internal->howto
[all...]
H A Dcoff-i860.c88 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
92 reloc_howto_type *howto = reloc_entry->howto; local
95 switch (howto->size)
142 reloc_howto_type *howto = reloc_entry->howto; local
143 fprintf (stderr, _("Relocation `%s' not yet implemented\n"), howto->name);
437 /* Turn a howto int
481 reloc_howto_type *howto; local
[all...]
H A Dcoff-z80.c76 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
87 internal->howto = &r_imm8;
90 internal->howto = &r_imm16;
93 internal->howto = &r_imm24;
96 internal->howto = &r_imm32;
99 internal->howto = &r_jr;
102 internal->howto = &r_off8;
185 switch (reloc->howto->type)
195 reloc->howto
[all...]
H A Delf32-i960.c42 into bfd_perform_relocation, all the reloc types use this howto
60 && reloc_entry->howto->pc_relative
61 && !reloc_entry->howto->pcrel_offset)
74 && (! reloc_entry->howto->partial_inplace
138 cache_ptr->howto = &elf_howto_table[(int) type];
H A Dpe-mips.c91 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
95 reloc_howto_type *howto = reloc_entry->howto; local
98 switch (howto->size)
141 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
143 return ! howto->pc_relative && howto
392 reloc_howto_type *howto; local
628 reloc_howto_type *howto; local
[all...]
H A Delf32-i860.c46 && (! reloc_entry->howto->partial_inplace
84 relocation >>= reloc_entry->howto->rightshift;
85 insn = (insn & ~reloc_entry->howto->dst_mask)
86 | (relocation & reloc_entry->howto->dst_mask);
109 && (! reloc_entry->howto->partial_inplace
147 relocation >>= reloc_entry->howto->rightshift;
149 & reloc_entry->howto->dst_mask;
150 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
173 && (! reloc_entry->howto->partial_inplace
226 && (! reloc_entry->howto
926 reloc_howto_type *howto; local
952 reloc_howto_type *howto; local
984 reloc_howto_type *howto; local
1029 i860_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, bfd_vma relocation) argument
1093 reloc_howto_type * howto; local
[all...]
H A Daout-arm.c146 reloc_howto_type *howto,
155 r_length = howto->size;
158 if (howto->type == 3 || howto->type == 7)
161 r_pcrel = howto->type & 4; /* PC Relative done? */
162 r_neg = howto->type & 8; /* Negative relocation. */
192 MY (relocatable_reloc) (reloc_howto_type *howto,
198 if (howto->type == 3)
216 else if (howto->type == 7)
288 reloc_entry->howto
141 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
191 relocatable_reloc(reloc_howto_type *howto, bfd *abfd, struct reloc_std_external *reloc, bfd_vma *amount, bfd_vma r_addr) argument
[all...]
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcoff-z8k.c81 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
92 internal->howto = &r_imm8;
95 internal->howto = &r_da;
98 internal->howto = &r_jr;
101 internal->howto = &r_disp7;
104 internal->howto = &r_callr;
107 internal->howto = &r_rel16;
110 internal->howto = &r_imm32;
113 internal->howto
[all...]
H A Dcoff-i860.c88 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto->dst_mask))
92 reloc_howto_type *howto = reloc_entry->howto; local
95 switch (howto->size)
142 reloc_howto_type *howto = reloc_entry->howto; local
143 fprintf (stderr, _("Relocation `%s' not yet implemented\n"), howto->name);
437 /* Turn a howto int
481 reloc_howto_type *howto; local
[all...]
H A Dcoff-z80.c76 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
87 internal->howto = &r_imm8;
90 internal->howto = &r_imm16;
93 internal->howto = &r_imm24;
96 internal->howto = &r_imm32;
99 internal->howto = &r_jr;
102 internal->howto = &r_off8;
185 switch (reloc->howto->type)
195 reloc->howto
[all...]
H A Delf32-i960.c42 into bfd_perform_relocation, all the reloc types use this howto
60 && reloc_entry->howto->pc_relative
61 && !reloc_entry->howto->pcrel_offset)
74 && (! reloc_entry->howto->partial_inplace
138 cache_ptr->howto = &elf_howto_table[(int) type];
H A Dpe-mips.c91 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + (diff >> howto->rightshift)) & howto->dst_mask))
95 reloc_howto_type *howto = reloc_entry->howto; local
98 switch (howto->size)
141 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
143 return ! howto->pc_relative && howto
392 reloc_howto_type *howto; local
628 reloc_howto_type *howto; local
[all...]
H A Delf32-i860.c46 && (! reloc_entry->howto->partial_inplace
84 relocation >>= reloc_entry->howto->rightshift;
85 insn = (insn & ~reloc_entry->howto->dst_mask)
86 | (relocation & reloc_entry->howto->dst_mask);
109 && (! reloc_entry->howto->partial_inplace
147 relocation >>= reloc_entry->howto->rightshift;
149 & reloc_entry->howto->dst_mask;
150 insn = (insn & ~reloc_entry->howto->dst_mask) | relocation;
173 && (! reloc_entry->howto->partial_inplace
226 && (! reloc_entry->howto
926 reloc_howto_type *howto; local
952 reloc_howto_type *howto; local
984 reloc_howto_type *howto; local
1029 i860_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *rel, bfd_vma relocation) argument
1093 reloc_howto_type * howto; local
[all...]
H A Daout-arm.c146 reloc_howto_type *howto,
155 r_length = howto->size;
158 if (howto->type == 3 || howto->type == 7)
161 r_pcrel = howto->type & 4; /* PC Relative done? */
162 r_neg = howto->type & 8; /* Negative relocation. */
192 MY (relocatable_reloc) (reloc_howto_type *howto,
198 if (howto->type == 3)
216 else if (howto->type == 7)
288 reloc_entry->howto
141 put_reloc(bfd *abfd, int r_extern, int r_index, bfd_vma value, reloc_howto_type *howto, struct reloc_std_external *reloc) argument
191 relocatable_reloc(reloc_howto_type *howto, bfd *abfd, struct reloc_std_external *reloc, bfd_vma *amount, bfd_vma r_addr) argument
[all...]
H A Delf32-gen.c50 bfd_reloc->howto = &dummy;
58 bfd_reloc->howto = &dummy;

Completed in 229 milliseconds

1234567891011>>