Home
last modified time | relevance | path

Searched defs:howto (Results 1 – 25 of 212) sorted by relevance

123456789

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-i386.c111 reloc_howto_type *howto = reloc_entry->howto; local
145 reloc_howto_type *howto = reloc_entry->howto; local
189 static bfd_boolean in_reloc_p (abfd, howto) in in_reloc_p() argument
348 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
450 reloc_howto_type *howto; local
H A Dcoff-x86_64.c103 reloc_howto_type *howto = reloc_entry->howto; in coff_amd64_reloc() local
137 reloc_howto_type *howto = reloc_entry->howto; in coff_amd64_reloc() local
187 in_reloc_p (bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) in in_reloc_p()
446 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
540 reloc_howto_type *howto; in coff_amd64_rtype_to_howto() local
H A Dcoff-i860.c91 reloc_howto_type *howto = reloc_entry->howto; in coff_i860_reloc() local
141 reloc_howto_type *howto = reloc_entry->howto; in coff_i860_reloc_nyi() local
438 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
480 reloc_howto_type *howto; in coff_i860_rtype_to_howto() local
H A Dpe-mips.c94 reloc_howto_type *howto = reloc_entry->howto; in coff_mips_reloc() local
140 in_reloc_p (bfd * abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) in in_reloc_p()
338 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; } argument
391 reloc_howto_type *howto; in coff_mips_rtype_to_howto() local
610 reloc_howto_type *howto; in coff_pe_mips_relocate_section() local
H A Dreloc.c434 bfd_get_reloc_size (reloc_howto_type *howto) in bfd_get_reloc_size()
587 reloc_howto_type *howto = reloc_entry->howto; in bfd_perform_relocation() local
977 reloc_howto_type *howto = reloc_entry->howto; in bfd_install_relocation() local
1334 _bfd_final_link_relocate (reloc_howto_type *howto, in _bfd_final_link_relocate()
1379 _bfd_relocate_contents (reloc_howto_type *howto, in _bfd_relocate_contents()
H A Dcoff-mcore.c301 reloc_howto_type * howto; local
334 in_reloc_p (abfd, howto) in in_reloc_p() argument
394 reloc_howto_type * howto = NULL; local
544 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} argument
H A Delf32-i860.c908 reloc_howto_type *howto; in elf32_i860_relocate_splitn() local
934 reloc_howto_type *howto; in elf32_i860_relocate_pc16() local
966 reloc_howto_type *howto; in elf32_i860_relocate_pc26() local
1011 i860_final_link_relocate (reloc_howto_type *howto, in i860_final_link_relocate()
1078 reloc_howto_type * howto; in elf32_i860_relocate_section() local
H A Dcoff-rs6000.c83 #define SELECT_RELOC(internal, howto) \ argument
2797 xcoff_reloc_type_pos (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_pos() argument
2815 xcoff_reloc_type_neg (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_neg() argument
2833 xcoff_reloc_type_rel (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_rel() argument
2901 xcoff_reloc_type_ba (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_ba() argument
2923 xcoff_reloc_type_br (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_br() argument
3029 xcoff_complain_overflow_dont_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_dont_func() argument
3039 xcoff_complain_overflow_bitfield_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_bitfield_func() argument
3115 xcoff_complain_overflow_signed_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_signed_func() argument
3177 xcoff_complain_overflow_unsigned_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_unsigned_func() argument
[all …]
H A Dcoff-m68k.c231 reloc_howto_type *howto; local
303 reloc_howto_type *howto = reloc_entry->howto; local
391 reloc_howto_type *howto; local
H A Dcoff-tic30.c88 coff_tic30_select_reloc (howto) in coff_tic30_select_reloc() argument
94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) argument
H A Delf32-d10v.c331 reloc_howto_type *howto) in extract_rel_addend()
366 reloc_howto_type *howto, in insert_rel_addend()
420 reloc_howto_type *howto; in elf32_d10v_relocate_section() local
H A Dcpu-ns32k.c174 reloc_howto_type *howto = reloc_entry->howto; local
584 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location, in _bfd_do_ns32k_reloc_contents() argument
792 _bfd_ns32k_final_link_relocate (howto, input_bfd, input_section, contents, in _bfd_ns32k_final_link_relocate() argument
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcoff-i386.c111 reloc_howto_type *howto = reloc_entry->howto; local
143 reloc_howto_type *howto = reloc_entry->howto; local
187 static bfd_boolean in_reloc_p (abfd, howto) in in_reloc_p() argument
329 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
431 reloc_howto_type *howto; local
H A Dcoff-x86_64.c103 reloc_howto_type *howto = reloc_entry->howto; in coff_amd64_reloc() local
137 reloc_howto_type *howto = reloc_entry->howto; in coff_amd64_reloc() local
187 in_reloc_p (bfd *abfd ATTRIBUTE_UNUSED, reloc_howto_type *howto) in in_reloc_p()
446 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
540 reloc_howto_type *howto; in coff_amd64_rtype_to_howto() local
H A Dcoff-i860.c91 reloc_howto_type *howto = reloc_entry->howto; in coff_i860_reloc() local
141 reloc_howto_type *howto = reloc_entry->howto; in coff_i860_reloc_nyi() local
438 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
504 reloc_howto_type *howto; in coff_i860_rtype_to_howto() local
H A Dpe-mips.c140 reloc_howto_type *howto = reloc_entry->howto; local
183 in_reloc_p (abfd, howto) in in_reloc_p() argument
383 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } argument
435 reloc_howto_type *howto; local
694 reloc_howto_type *howto; local
H A Dreloc.c433 bfd_get_reloc_size (reloc_howto_type *howto) in bfd_get_reloc_size()
592 reloc_howto_type *howto = reloc_entry->howto; in bfd_perform_relocation() local
985 reloc_howto_type *howto = reloc_entry->howto; in bfd_install_relocation() local
1342 _bfd_final_link_relocate (reloc_howto_type *howto, in _bfd_final_link_relocate()
1387 _bfd_relocate_contents (reloc_howto_type *howto, in _bfd_relocate_contents()
H A Dcoff-mcore.c333 reloc_howto_type * howto; local
366 in_reloc_p (abfd, howto) in in_reloc_p() argument
426 reloc_howto_type * howto = NULL; local
579 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} argument
H A Delf32-i860.c908 reloc_howto_type *howto; in elf32_i860_relocate_splitn() local
934 reloc_howto_type *howto; in elf32_i860_relocate_pc16() local
966 reloc_howto_type *howto; in elf32_i860_relocate_pc26() local
1011 i860_final_link_relocate (reloc_howto_type *howto, in i860_final_link_relocate()
1078 reloc_howto_type * howto; in elf32_i860_relocate_section() local
H A Dcoff-rs6000.c83 #define SELECT_RELOC(internal, howto) \ argument
2801 xcoff_reloc_type_pos (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_pos() argument
2819 xcoff_reloc_type_neg (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_neg() argument
2837 xcoff_reloc_type_rel (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_rel() argument
2905 xcoff_reloc_type_ba (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_ba() argument
2927 xcoff_reloc_type_br (input_bfd, input_section, output_bfd, rel, sym, howto, in xcoff_reloc_type_br() argument
3034 xcoff_complain_overflow_dont_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_dont_func() argument
3044 xcoff_complain_overflow_bitfield_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_bitfield_func() argument
3120 xcoff_complain_overflow_signed_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_signed_func() argument
3182 xcoff_complain_overflow_unsigned_func (input_bfd, val, relocation, howto) in xcoff_complain_overflow_unsigned_func() argument
[all …]
H A Dcoff-m68k.c231 reloc_howto_type *howto; local
303 reloc_howto_type *howto = reloc_entry->howto; local
391 reloc_howto_type *howto; local
H A Dcoff-tic30.c88 coff_tic30_select_reloc (howto) in coff_tic30_select_reloc() argument
94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) argument
H A Dcpu-ns32k.c174 reloc_howto_type *howto = reloc_entry->howto; local
586 _bfd_do_ns32k_reloc_contents (howto, input_bfd, relocation, location, in _bfd_do_ns32k_reloc_contents() argument
794 _bfd_ns32k_final_link_relocate (howto, input_bfd, input_section, contents, in _bfd_ns32k_final_link_relocate() argument
H A Delf32-d10v.c354 extract_rel_addend (abfd, where, howto) in extract_rel_addend() argument
390 insert_rel_addend (abfd, where, howto, addend) in insert_rel_addend() argument
448 reloc_howto_type *howto; local
/openbsd/sys/arch/landisk/landisk/
H A Dmachdep.c142 landisk_startup(int howto, char *_esym) in landisk_startup()
195 boot(int howto) in boot()

123456789