Searched refs:howto (Results 26 - 50 of 409) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
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...]
H A Delf32-d10v.c222 /* Set the howto pointer for an D10V ELF reloc. */
233 cache_ptr->howto = &elf_d10v_howto_table[r_type];
319 reloc_howto_type *howto)
323 switch (howto->size)
338 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
340 have that info directly in the howto. */
341 if (howto->pc_relative)
344 sign = howto
317 extract_rel_addend(bfd *abfd, bfd_byte *where, reloc_howto_type *howto) argument
352 insert_rel_addend(bfd *abfd, bfd_byte *where, reloc_howto_type *howto, bfd_vma addend) argument
408 reloc_howto_type *howto; local
[all...]
H A Dcoff-i386.c112 reloc_howto_type *howto = reloc_entry->howto; local
115 PE and non-PE formats, but they are off by 1 << howto->size
121 if (howto->pc_relative && howto->pcrel_offset)
122 diff = -(1 << howto->size);
135 if (reloc_entry->howto->type == R_IMAGEBASE
142 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
146 reloc_howto_type *howto = reloc_entry->howto; local
451 reloc_howto_type *howto; local
[all...]
H A Dcoff-w65.c52 /* Turn a howto into a reloc number. */
54 #define SELECT_RELOC(x,howto) \
55 { x.r_type = select_reloc(howto); }
69 select_reloc (howto)
70 reloc_howto_type *howto;
72 return howto->type ;
75 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
82 internal->howto = howto_table + dst->r_type - 1;
138 switch (reloc->howto
[all...]
H A Dcoff-x86_64.c104 reloc_howto_type *howto = reloc_entry->howto; local
107 PE and non-PE formats, but they are off by 1 << howto->size
113 if(howto->pc_relative && howto->pcrel_offset)
114 diff = -(1 << howto->size);
127 if (reloc_entry->howto->type == R_AMD64_IMAGEBASE
134 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
138 reloc_howto_type *howto = reloc_entry->howto; local
188 in_reloc_p(bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
541 reloc_howto_type *howto; local
[all...]
H A Dcoff-mcore.c258 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
262 reloc_entry->howto->name,
263 reloc_entry->howto->type);
312 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
323 reloc_howto_type * howto;
328 howto = mcore_coff_howto_table + rel->r_type;
333 else if (howto->pc_relative)
349 return howto;
356 in_reloc_p (abfd, howto)
358 reloc_howto_type * howto;
317 reloc_howto_type * howto; local
410 reloc_howto_type * howto = NULL; local
[all...]
H A Dcoff-we32k.c57 /* Turn a howto into a reloc nunmber */
59 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
64 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-h8300.c277 /* Turn a howto into a reloc number. */
279 #define SELECT_RELOC(x,howto) \
280 { x.r_type = select_reloc (howto); }
295 select_reloc (reloc_howto_type *howto) argument
297 return howto->type;
300 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
308 internal->howto = howto_table + 0;
311 internal->howto = howto_table + 1;
314 internal->howto
[all...]
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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
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...]
H A Dcoff-i386.c112 reloc_howto_type *howto = reloc_entry->howto; local
115 PE and non-PE formats, but they are off by 1 << howto->size
121 if (howto->pc_relative && howto->pcrel_offset)
122 diff = -(1 << howto->size);
135 if (reloc_entry->howto->type == R_IMAGEBASE
142 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
146 reloc_howto_type *howto = reloc_entry->howto; local
451 reloc_howto_type *howto; local
[all...]
H A Delf32-d10v.c222 /* Set the howto pointer for an D10V ELF reloc. */
233 cache_ptr->howto = &elf_d10v_howto_table[r_type];
319 reloc_howto_type *howto)
323 switch (howto->size)
338 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
340 have that info directly in the howto. */
341 if (howto->pc_relative)
344 sign = howto
317 extract_rel_addend(bfd *abfd, bfd_byte *where, reloc_howto_type *howto) argument
352 insert_rel_addend(bfd *abfd, bfd_byte *where, reloc_howto_type *howto, bfd_vma addend) argument
408 reloc_howto_type *howto; local
[all...]
H A Dcoff-w65.c52 /* Turn a howto into a reloc number. */
54 #define SELECT_RELOC(x,howto) \
55 { x.r_type = select_reloc(howto); }
69 select_reloc (howto)
70 reloc_howto_type *howto;
72 return howto->type ;
75 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
82 internal->howto = howto_table + dst->r_type - 1;
138 switch (reloc->howto
[all...]
H A Dcoff-x86_64.c104 reloc_howto_type *howto = reloc_entry->howto; local
107 PE and non-PE formats, but they are off by 1 << howto->size
113 if(howto->pc_relative && howto->pcrel_offset)
114 diff = -(1 << howto->size);
127 if (reloc_entry->howto->type == R_AMD64_IMAGEBASE
134 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
138 reloc_howto_type *howto = reloc_entry->howto; local
188 in_reloc_p(bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
541 reloc_howto_type *howto; local
[all...]
H A Dcoff-mcore.c258 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
262 reloc_entry->howto->name,
263 reloc_entry->howto->type);
312 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
323 reloc_howto_type * howto;
328 howto = mcore_coff_howto_table + rel->r_type;
333 else if (howto->pc_relative)
349 return howto;
356 in_reloc_p (abfd, howto)
358 reloc_howto_type * howto;
317 reloc_howto_type * howto; local
410 reloc_howto_type * howto = NULL; local
[all...]
H A Dcoff-we32k.c57 /* Turn a howto into a reloc nunmber */
59 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
64 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-h8300.c277 /* Turn a howto into a reloc number. */
279 #define SELECT_RELOC(x,howto) \
280 { x.r_type = select_reloc (howto); }
295 select_reloc (reloc_howto_type *howto) argument
297 return howto->type;
300 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
308 internal->howto = howto_table + 0;
311 internal->howto = howto_table + 1;
314 internal->howto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-d10v.c222 /* Set the howto pointer for an D10V ELF reloc. */
233 cache_ptr->howto = &elf_d10v_howto_table[r_type];
319 reloc_howto_type *howto)
323 switch (howto->size)
338 val = (insn & howto->dst_mask) >> howto->bitpos << howto->rightshift;
340 have that info directly in the howto. */
341 if (howto->pc_relative)
344 sign = howto
317 extract_rel_addend(bfd *abfd, bfd_byte *where, reloc_howto_type *howto) argument
352 insert_rel_addend(bfd *abfd, bfd_byte *where, reloc_howto_type *howto, bfd_vma addend) argument
408 reloc_howto_type *howto; local
[all...]
H A Dcoff-i386.c112 reloc_howto_type *howto = reloc_entry->howto; local
115 PE and non-PE formats, but they are off by 1 << howto->size
121 if (howto->pc_relative && howto->pcrel_offset)
122 diff = -(1 << howto->size);
135 if (reloc_entry->howto->type == R_IMAGEBASE
142 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
146 reloc_howto_type *howto = reloc_entry->howto; local
451 reloc_howto_type *howto; local
[all...]
H A Dcoff-w65.c52 /* Turn a howto into a reloc number. */
54 #define SELECT_RELOC(x,howto) \
55 { x.r_type = select_reloc(howto); }
69 select_reloc (howto)
70 reloc_howto_type *howto;
72 return howto->type ;
75 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
82 internal->howto = howto_table + dst->r_type - 1;
138 switch (reloc->howto
[all...]
H A Dcoff-x86_64.c104 reloc_howto_type *howto = reloc_entry->howto; local
107 PE and non-PE formats, but they are off by 1 << howto->size
113 if(howto->pc_relative && howto->pcrel_offset)
114 diff = -(1 << howto->size);
127 if (reloc_entry->howto->type == R_AMD64_IMAGEBASE
134 x = ((x & ~howto->dst_mask) | (((x & howto->src_mask) + diff) & howto
138 reloc_howto_type *howto = reloc_entry->howto; local
188 in_reloc_p(bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) argument
541 reloc_howto_type *howto; local
[all...]
H A Dcoff-mcore.c258 BFD_ASSERT (reloc_entry->howto != (reloc_howto_type *)0);
262 reloc_entry->howto->name,
263 reloc_entry->howto->type);
312 (cache_ptr)->howto = mcore_coff_howto_table + (dst)->r_type;
323 reloc_howto_type * howto;
328 howto = mcore_coff_howto_table + rel->r_type;
333 else if (howto->pc_relative)
349 return howto;
356 in_reloc_p (abfd, howto)
358 reloc_howto_type * howto;
317 reloc_howto_type * howto; local
410 reloc_howto_type * howto = NULL; local
[all...]
H A Dcoff-we32k.c57 /* Turn a howto into a reloc nunmber */
59 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
64 (cache_ptr)->howto = howto_table + (dst)->r_type;
H A Dcoff-h8300.c277 /* Turn a howto into a reloc number. */
279 #define SELECT_RELOC(x,howto) \
280 { x.r_type = select_reloc (howto); }
295 select_reloc (reloc_howto_type *howto) argument
297 return howto->type;
300 /* Code to turn a r_type into a howto ptr, uses the above howto table. */
308 internal->howto = howto_table + 0;
311 internal->howto = howto_table + 1;
314 internal->howto
[all...]
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;

Completed in 202 milliseconds

1234567891011>>