Searched refs:howto (Results 101 - 125 of 409) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
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...]
H A Dxcoff-target.h27 #define SELECT_RELOC(internal, howto) \
29 internal.r_type = howto->type; \
31 ((howto->complain_on_overflow == complain_overflow_signed \
34 | (howto->bitsize - 1)); \
H A Dcoff-rs6000.c79 #define SELECT_RELOC(internal, howto) \
81 internal.r_type = howto->type; \
83 ((howto->complain_on_overflow == complain_overflow_signed \
86 | (howto->bitsize - 1)); \
1005 /* Default howto layout works most of the time */
1006 relent->howto = &xcoff_howto_table[internal->r_type];
1012 relent->howto = &xcoff_howto_table[0x1c];
1014 relent->howto = &xcoff_howto_table[0x1d];
1016 relent->howto = &xcoff_howto_table[0x1e];
1024 if (relent->howto
3362 struct reloc_howto_struct howto; local
[all...]
H A Dcoff-arm.c111 x = ((x & ~howto->dst_mask) \
112 | (((x & howto->src_mask) + diff) & howto->dst_mask))
116 reloc_howto_type *howto = reloc_entry->howto; local
119 switch (howto->size)
510 reloc_howto_type * howto)
512 return !howto->pc_relative && howto->type != ARM_RVA32;
517 (cache_ptr)->howto
509 in_reloc_p(bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type * howto) argument
532 reloc_howto_type * howto; local
1189 reloc_howto_type * howto; local
[all...]
H A Delf32-fr30.c264 && (! reloc_entry->howto->partial_inplace
310 && (! reloc_entry->howto->partial_inplace
388 /* Set the howto pointer for an FR30 ELF reloc. */
400 cache_ptr->howto = & fr30_elf_howto_table [r_type];
408 fr30_final_link_relocate (howto, input_bfd, input_section, contents, rel,
410 reloc_howto_type *howto;
421 switch (howto->type)
478 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
540 reloc_howto_type *howto;
558 howto
535 reloc_howto_type *howto; local
[all...]
H A Delf32-mt.c163 constants. Thus, the order that the howto records appear in the
230 /* Set the howto pointer for a MT ELF reloc. */
241 cache_ptr->howto = & mt_elf_howto_table [r_type];
249 (reloc_howto_type * howto,
256 return _bfd_final_link_relocate (howto, input_bfd, input_section,
316 reloc_howto_type * howto;
330 howto = mt_elf_howto_table + ELF32_R_TYPE (rel->r_info);
363 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
379 r = mt_final_link_relocate (howto, input_bfd, input_section,
393 (info, (h ? &h->root : NULL), name, howto
247 mt_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
315 reloc_howto_type * howto; local
[all...]
H A Dcoff64-rs6000.c223 #define SELECT_RELOC(internal, howto) \
225 internal.r_type = howto->type; \
227 ((howto->complain_on_overflow == complain_overflow_signed \
230 | (howto->bitsize - 1)); \
1102 xcoff64_reloc_type_br (input_bfd, input_section, output_bfd, rel, sym, howto,
1109 struct reloc_howto_struct *howto;
1162 howto->complain_on_overflow = complain_overflow_dont;
1165 howto->pc_relative = TRUE;
1166 howto->src_mask &= ~3;
1167 howto
1206 struct reloc_howto_struct howto; local
[all...]
H A Dbout.c314 /* Find a type in the output format which matches the input howto -
317 /* FIXME: Need callj stuff here, and to check the howto entries to
319 if (g->howto== &howto_reloc_callj)
321 else if (g->howto == &howto_reloc_pcrel24)
323 else if (g->howto == &howto_reloc_pcrel13)
325 else if (g->howto == &howto_reloc_abs32code)
327 else if (g->howto >= howto_align_table
328 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1))
334 | ((g->howto - howto_align_table) << 1));
760 cache_ptr->howto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
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...]
H A Dxcoff-target.h27 #define SELECT_RELOC(internal, howto) \
29 internal.r_type = howto->type; \
31 ((howto->complain_on_overflow == complain_overflow_signed \
34 | (howto->bitsize - 1)); \
H A Dcoff-rs6000.c79 #define SELECT_RELOC(internal, howto) \
81 internal.r_type = howto->type; \
83 ((howto->complain_on_overflow == complain_overflow_signed \
86 | (howto->bitsize - 1)); \
1005 /* Default howto layout works most of the time */
1006 relent->howto = &xcoff_howto_table[internal->r_type];
1012 relent->howto = &xcoff_howto_table[0x1c];
1014 relent->howto = &xcoff_howto_table[0x1d];
1016 relent->howto = &xcoff_howto_table[0x1e];
1024 if (relent->howto
3362 struct reloc_howto_struct howto; local
[all...]
H A Dcoff-arm.c111 x = ((x & ~howto->dst_mask) \
112 | (((x & howto->src_mask) + diff) & howto->dst_mask))
116 reloc_howto_type *howto = reloc_entry->howto; local
119 switch (howto->size)
510 reloc_howto_type * howto)
512 return !howto->pc_relative && howto->type != ARM_RVA32;
517 (cache_ptr)->howto
509 in_reloc_p(bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type * howto) argument
532 reloc_howto_type * howto; local
1189 reloc_howto_type * howto; local
[all...]
H A Delf32-fr30.c264 && (! reloc_entry->howto->partial_inplace
310 && (! reloc_entry->howto->partial_inplace
388 /* Set the howto pointer for an FR30 ELF reloc. */
400 cache_ptr->howto = & fr30_elf_howto_table [r_type];
408 fr30_final_link_relocate (howto, input_bfd, input_section, contents, rel,
410 reloc_howto_type *howto;
421 switch (howto->type)
478 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
540 reloc_howto_type *howto;
558 howto
535 reloc_howto_type *howto; local
[all...]
H A Delf32-mt.c163 constants. Thus, the order that the howto records appear in the
230 /* Set the howto pointer for a MT ELF reloc. */
241 cache_ptr->howto = & mt_elf_howto_table [r_type];
249 (reloc_howto_type * howto,
256 return _bfd_final_link_relocate (howto, input_bfd, input_section,
316 reloc_howto_type * howto;
330 howto = mt_elf_howto_table + ELF32_R_TYPE (rel->r_info);
363 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
379 r = mt_final_link_relocate (howto, input_bfd, input_section,
393 (info, (h ? &h->root : NULL), name, howto
247 mt_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
315 reloc_howto_type * howto; local
[all...]
H A Dcoff64-rs6000.c223 #define SELECT_RELOC(internal, howto) \
225 internal.r_type = howto->type; \
227 ((howto->complain_on_overflow == complain_overflow_signed \
230 | (howto->bitsize - 1)); \
1102 xcoff64_reloc_type_br (input_bfd, input_section, output_bfd, rel, sym, howto,
1109 struct reloc_howto_struct *howto;
1162 howto->complain_on_overflow = complain_overflow_dont;
1165 howto->pc_relative = TRUE;
1166 howto->src_mask &= ~3;
1167 howto
1206 struct reloc_howto_struct howto; local
[all...]
H A Dbout.c314 /* Find a type in the output format which matches the input howto -
317 /* FIXME: Need callj stuff here, and to check the howto entries to
319 if (g->howto== &howto_reloc_callj)
321 else if (g->howto == &howto_reloc_pcrel24)
323 else if (g->howto == &howto_reloc_pcrel13)
325 else if (g->howto == &howto_reloc_abs32code)
327 else if (g->howto >= howto_align_table
328 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1))
334 | ((g->howto - howto_align_table) << 1));
760 cache_ptr->howto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dxcoff-target.h27 #define SELECT_RELOC(internal, howto) \
29 internal.r_type = howto->type; \
31 ((howto->complain_on_overflow == complain_overflow_signed \
34 | (howto->bitsize - 1)); \
H A Dcoff-rs6000.c79 #define SELECT_RELOC(internal, howto) \
81 internal.r_type = howto->type; \
83 ((howto->complain_on_overflow == complain_overflow_signed \
86 | (howto->bitsize - 1)); \
1005 /* Default howto layout works most of the time */
1006 relent->howto = &xcoff_howto_table[internal->r_type];
1012 relent->howto = &xcoff_howto_table[0x1c];
1014 relent->howto = &xcoff_howto_table[0x1d];
1016 relent->howto = &xcoff_howto_table[0x1e];
1024 if (relent->howto
3362 struct reloc_howto_struct howto; local
[all...]
H A Dcoff-arm.c111 x = ((x & ~howto->dst_mask) \
112 | (((x & howto->src_mask) + diff) & howto->dst_mask))
116 reloc_howto_type *howto = reloc_entry->howto; local
119 switch (howto->size)
510 reloc_howto_type * howto)
512 return !howto->pc_relative && howto->type != ARM_RVA32;
517 (cache_ptr)->howto
509 in_reloc_p(bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type * howto) argument
532 reloc_howto_type * howto; local
1189 reloc_howto_type * howto; local
[all...]
H A Delf32-fr30.c264 && (! reloc_entry->howto->partial_inplace
310 && (! reloc_entry->howto->partial_inplace
388 /* Set the howto pointer for an FR30 ELF reloc. */
400 cache_ptr->howto = & fr30_elf_howto_table [r_type];
408 fr30_final_link_relocate (howto, input_bfd, input_section, contents, rel,
410 reloc_howto_type *howto;
421 switch (howto->type)
478 r = _bfd_final_link_relocate (howto, input_bfd, input_section,
540 reloc_howto_type *howto;
558 howto
535 reloc_howto_type *howto; local
[all...]
H A Delf32-mt.c163 constants. Thus, the order that the howto records appear in the
230 /* Set the howto pointer for a MT ELF reloc. */
241 cache_ptr->howto = & mt_elf_howto_table [r_type];
249 (reloc_howto_type * howto,
256 return _bfd_final_link_relocate (howto, input_bfd, input_section,
316 reloc_howto_type * howto;
330 howto = mt_elf_howto_table + ELF32_R_TYPE (rel->r_info);
363 _bfd_clear_contents (howto, input_bfd, contents + rel->r_offset);
379 r = mt_final_link_relocate (howto, input_bfd, input_section,
393 (info, (h ? &h->root : NULL), name, howto
247 mt_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
315 reloc_howto_type * howto; local
[all...]
H A Dcoff64-rs6000.c223 #define SELECT_RELOC(internal, howto) \
225 internal.r_type = howto->type; \
227 ((howto->complain_on_overflow == complain_overflow_signed \
230 | (howto->bitsize - 1)); \
1102 xcoff64_reloc_type_br (input_bfd, input_section, output_bfd, rel, sym, howto,
1109 struct reloc_howto_struct *howto;
1162 howto->complain_on_overflow = complain_overflow_dont;
1165 howto->pc_relative = TRUE;
1166 howto->src_mask &= ~3;
1167 howto
1206 struct reloc_howto_struct howto; local
[all...]
H A Dbout.c314 /* Find a type in the output format which matches the input howto -
317 /* FIXME: Need callj stuff here, and to check the howto entries to
319 if (g->howto== &howto_reloc_callj)
321 else if (g->howto == &howto_reloc_pcrel24)
323 else if (g->howto == &howto_reloc_pcrel13)
325 else if (g->howto == &howto_reloc_abs32code)
327 else if (g->howto >= howto_align_table
328 && g->howto <= (howto_align_table + ARRAY_SIZE (howto_align_table) - 1))
334 | ((g->howto - howto_align_table) << 1));
760 cache_ptr->howto
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/Documentation/
H A DMakefile219 $(RM) howto-index.txt howto/*.html doc.dep
276 howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
278 '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
286 $(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/Documentation/
H A DMakefile219 $(RM) howto-index.txt howto/*.html doc.dep
276 howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
278 '$(SHELL_PATH_SQ)' ./howto-index.sh $(wildcard howto/*.txt) >$@+ && \
286 $(patsubst %.txt,%.html,$(wildcard howto/*.txt)): %.html : %.txt

Completed in 313 milliseconds

1234567891011>>