| /openbsd/src/gnu/usr.bin/binutils-2.17/binutils/ |
| D | debug.h | 172 bfd_boolean (*start_compilation_unit) (void *, const char *); 177 bfd_boolean (*start_source) (void *, const char *); 183 bfd_boolean (*empty_type) (void *); 186 bfd_boolean (*void_type) (void *); 190 bfd_boolean (*int_type) (void *, unsigned int, bfd_boolean); 193 bfd_boolean (*float_type) (void *, unsigned int); 196 bfd_boolean (*complex_type) (void *, unsigned int); 199 bfd_boolean (*bool_type) (void *, unsigned int); 205 bfd_boolean (*enum_type) 210 bfd_boolean (*pointer_type) (void *); [all …]
|
| D | emul_aix.c | 29 static bfd_boolean big_archive = TRUE; 32 static bfd_boolean X32 = TRUE; 35 static bfd_boolean X64 = FALSE; 38 static bfd_boolean ar_emul_aix_append (bfd **, char *, bfd_boolean); 39 static bfd_boolean ar_emul_aix5_append (bfd **, char *, bfd_boolean); 40 static bfd_boolean ar_emul_aix_replace (bfd **, char *, bfd_boolean); 41 static bfd_boolean ar_emul_aix5_replace (bfd **, char *, bfd_boolean); 42 static bfd_boolean ar_emul_aix_parse_arg (char *); 43 static bfd_boolean ar_emul_aix_internal 44 (bfd **, char *, bfd_boolean, const char *, bfd_boolean); [all …]
|
| D | prdbg.c | 81 static bfd_boolean push_type (struct pr_handle *, const char *); 82 static bfd_boolean prepend_type (struct pr_handle *, const char *); 83 static bfd_boolean append_type (struct pr_handle *, const char *); 84 static bfd_boolean substitute_type (struct pr_handle *, const char *); 85 static bfd_boolean indent_type (struct pr_handle *); 87 static void print_vma (bfd_vma, char *, bfd_boolean, bfd_boolean); 88 static bfd_boolean pr_fix_visibility 90 static bfd_boolean pr_start_compilation_unit (void *, const char *); 91 static bfd_boolean pr_start_source (void *, const char *); 92 static bfd_boolean pr_empty_type (void *); [all …]
|
| D | binemul.h | 29 extern bfd_boolean ar_emul_append (bfd **, char *, bfd_boolean); 30 extern bfd_boolean ar_emul_default_append (bfd **, char *, bfd_boolean); 31 extern bfd_boolean ar_emul_replace (bfd **, char *, bfd_boolean); 32 extern bfd_boolean ar_emul_default_replace (bfd **, char *, bfd_boolean); 33 extern bfd_boolean ar_emul_parse_arg (char *); 34 extern bfd_boolean ar_emul_default_parse_arg (char *); 55 bfd_boolean (* ar_append) (bfd **, char *, bfd_boolean); 56 bfd_boolean (* ar_replace) (bfd **, char *, bfd_boolean); 57 bfd_boolean (* ar_parse_arg) (char *);
|
| D | wrstabs.c | 75 bfd_boolean definition; 177 static bfd_boolean stab_write_symbol 179 static bfd_boolean stab_push_string 180 (struct stab_write_handle *, const char *, long, bfd_boolean, unsigned int); 181 static bfd_boolean stab_push_defined_type 184 static bfd_boolean stab_modify_type 189 static bfd_boolean stab_class_method_var 191 bfd_boolean, bfd_boolean, bfd_boolean, bfd_vma, bfd_boolean); 192 static bfd_boolean stab_start_compilation_unit (void *, const char *); 193 static bfd_boolean stab_start_source (void *, const char *); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | debug.h | 172 bfd_boolean (*start_compilation_unit) (void *, const char *); 177 bfd_boolean (*start_source) (void *, const char *); 183 bfd_boolean (*empty_type) (void *); 186 bfd_boolean (*void_type) (void *); 190 bfd_boolean (*int_type) (void *, unsigned int, bfd_boolean); 193 bfd_boolean (*float_type) (void *, unsigned int); 196 bfd_boolean (*complex_type) (void *, unsigned int); 199 bfd_boolean (*bool_type) (void *, unsigned int); 205 bfd_boolean (*enum_type) 210 bfd_boolean (*pointer_type) (void *); [all …]
|
| D | emul_aix.c | 29 static bfd_boolean big_archive = TRUE; 32 static bfd_boolean X32 = TRUE; 35 static bfd_boolean X64 = FALSE; 38 static bfd_boolean ar_emul_aix_append (bfd **, char *, bfd_boolean); 39 static bfd_boolean ar_emul_aix5_append (bfd **, char *, bfd_boolean); 40 static bfd_boolean ar_emul_aix_replace (bfd **, char *, bfd_boolean); 41 static bfd_boolean ar_emul_aix5_replace (bfd **, char *, bfd_boolean); 42 static bfd_boolean ar_emul_aix_parse_arg (char *); 43 static bfd_boolean ar_emul_aix_internal 44 (bfd **, char *, bfd_boolean, const char *, bfd_boolean); [all …]
|
| D | prdbg.c | 80 static bfd_boolean push_type (struct pr_handle *, const char *); 81 static bfd_boolean prepend_type (struct pr_handle *, const char *); 82 static bfd_boolean append_type (struct pr_handle *, const char *); 83 static bfd_boolean substitute_type (struct pr_handle *, const char *); 84 static bfd_boolean indent_type (struct pr_handle *); 86 static void print_vma (bfd_vma, char *, bfd_boolean, bfd_boolean); 87 static bfd_boolean pr_fix_visibility 89 static bfd_boolean pr_start_compilation_unit (void *, const char *); 90 static bfd_boolean pr_start_source (void *, const char *); 91 static bfd_boolean pr_empty_type (void *); [all …]
|
| D | binemul.h | 29 extern bfd_boolean ar_emul_append (bfd **, char *, bfd_boolean); 30 extern bfd_boolean ar_emul_default_append (bfd **, char *, bfd_boolean); 31 extern bfd_boolean ar_emul_replace (bfd **, char *, bfd_boolean); 32 extern bfd_boolean ar_emul_default_replace (bfd **, char *, bfd_boolean); 33 extern bfd_boolean ar_emul_create (bfd **, char *, char *); 34 extern bfd_boolean ar_emul_default_create (bfd **, char *, char *); 35 extern bfd_boolean ar_emul_parse_arg (char *); 36 extern bfd_boolean ar_emul_default_parse_arg (char *); 57 bfd_boolean (* ar_append) (bfd **, char *, bfd_boolean); 58 bfd_boolean (* ar_replace) (bfd **, char *, bfd_boolean); [all …]
|
| D | wrstabs.c | 75 bfd_boolean definition; 177 static bfd_boolean stab_write_symbol 179 static bfd_boolean stab_push_string 180 (struct stab_write_handle *, const char *, long, bfd_boolean, unsigned int); 181 static bfd_boolean stab_push_defined_type 184 static bfd_boolean stab_modify_type 189 static bfd_boolean stab_class_method_var 191 bfd_boolean, bfd_boolean, bfd_boolean, bfd_vma, bfd_boolean); 192 static bfd_boolean stab_start_compilation_unit (void *, const char *); 193 static bfd_boolean stab_start_source (void *, const char *); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elfxx-mips.h | 23 extern bfd_boolean _bfd_mips_elf_new_section_hook 29 extern bfd_boolean _bfd_mips_elf_name_local_section_symbols 31 extern bfd_boolean _bfd_mips_elf_section_processing 33 extern bfd_boolean _bfd_mips_elf_section_from_shdr 35 extern bfd_boolean _bfd_mips_elf_fake_sections 37 extern bfd_boolean _bfd_mips_elf_section_from_bfd_section 39 extern bfd_boolean _bfd_mips_elf_add_symbol_hook 42 extern bfd_boolean _bfd_mips_elf_link_output_symbol_hook 45 extern bfd_boolean _bfd_mips_elf_create_dynamic_sections 47 extern bfd_boolean _bfd_mips_elf_check_relocs [all …]
|
| D | libbfd-in.h | 129 bfd_boolean _bfd_add_bfd_to_archive_cache 131 bfd_boolean _bfd_generic_mkarchive 135 bfd_boolean bfd_slurp_armap 137 bfd_boolean bfd_slurp_bsd_armap_f2 141 bfd_boolean _bfd_slurp_extended_name_table 143 extern bfd_boolean _bfd_construct_extended_name_table 144 (bfd *, bfd_boolean, char **, bfd_size_type *); 145 bfd_boolean _bfd_write_archive_contents 147 bfd_boolean _bfd_compute_and_write_armap 158 bfd_boolean bfd_false [all …]
|
| D | libbfd.h | 134 bfd_boolean _bfd_add_bfd_to_archive_cache 136 bfd_boolean _bfd_generic_mkarchive 140 bfd_boolean bfd_slurp_armap 142 bfd_boolean bfd_slurp_bsd_armap_f2 146 bfd_boolean _bfd_slurp_extended_name_table 148 extern bfd_boolean _bfd_construct_extended_name_table 149 (bfd *, bfd_boolean, char **, bfd_size_type *); 150 bfd_boolean _bfd_write_archive_contents 152 bfd_boolean _bfd_compute_and_write_armap 163 bfd_boolean bfd_false [all …]
|
| D | elf-bfd.h | 209 bfd_boolean *used; 306 bfd_boolean table; 307 bfd_boolean offsets_adjusted; 318 bfd_boolean dynamic_sections_created; 384 bfd_boolean is_relocatable_executable; 399 (bfd_boolean (*) (struct bfd_link_hash_entry *, void *)) (func), \ 440 bfd_boolean 448 bfd_boolean (*slurp_reloc_table) 449 (bfd *, asection *, asymbol **, bfd_boolean); 451 (bfd *, asymbol **, bfd_boolean); [all …]
|
| D | bfd-in.h | 88 typedef int bfd_boolean; typedef 403 extern bfd_boolean bfd_hash_table_init 411 extern bfd_boolean bfd_hash_table_init_n 427 (struct bfd_hash_table *, const char *, bfd_boolean create, 428 bfd_boolean copy); 448 bfd_boolean (*) (struct bfd_hash_entry *, void *), 537 extern bfd_boolean bfd_cache_close 541 extern bfd_boolean bfd_cache_close_all (void); 543 extern bfd_boolean bfd_record_phdr 544 (bfd *, unsigned long, bfd_boolean, flagword, bfd_boolean, bfd_vma, [all …]
|
| D | libcoff-in.h | 75 bfd_boolean keep_syms; 81 bfd_boolean keep_strings; 83 bfd_boolean strings_written; 117 bfd_boolean (*in_reloc_p) (bfd *, reloc_howto_type *); 120 bfd_boolean force_minimum_alignment; 133 bfd_boolean xcoff64; 136 bfd_boolean full_aouthdr; 185 bfd_boolean keep_relocs; 189 bfd_boolean keep_contents; 293 (bfd_boolean (*) (struct bfd_link_hash_entry *, void *)) (func), \ [all …]
|
| D | libecoff.h | 50 bfd_boolean rdata_in_text; 68 bfd_boolean (*relocate_section) 71 bfd_boolean (*adjust_headers) 130 bfd_boolean linker; 134 bfd_boolean issued_multiple_gp_warning; 144 bfd_boolean rdata_in_text; 159 bfd_boolean local; 222 extern bfd_boolean _bfd_ecoff_mkobject (bfd *); 225 extern bfd_boolean _bfd_ecoff_slurp_symbolic_info 230 extern bfd_boolean _bfd_ecoff_write_object_contents (bfd *); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | libbfd-in.h | 108 bfd_boolean _bfd_add_bfd_to_archive_cache 110 bfd_boolean _bfd_generic_mkarchive 114 bfd_boolean bfd_slurp_armap 116 bfd_boolean bfd_slurp_bsd_armap_f2 120 bfd_boolean _bfd_slurp_extended_name_table 122 extern bfd_boolean _bfd_construct_extended_name_table 123 (bfd *, bfd_boolean, char **, bfd_size_type *); 124 bfd_boolean _bfd_write_archive_contents 126 bfd_boolean _bfd_compute_and_write_armap 137 bfd_boolean bfd_false [all …]
|
| D | libbfd.h | 113 bfd_boolean _bfd_add_bfd_to_archive_cache 115 bfd_boolean _bfd_generic_mkarchive 119 bfd_boolean bfd_slurp_armap 121 bfd_boolean bfd_slurp_bsd_armap_f2 125 bfd_boolean _bfd_slurp_extended_name_table 127 extern bfd_boolean _bfd_construct_extended_name_table 128 (bfd *, bfd_boolean, char **, bfd_size_type *); 129 bfd_boolean _bfd_write_archive_contents 131 bfd_boolean _bfd_compute_and_write_armap 142 bfd_boolean bfd_false [all …]
|
| D | elfxx-mips.h | 23 extern bfd_boolean _bfd_mips_elf_new_section_hook 27 extern bfd_boolean _bfd_mips_elf_name_local_section_symbols 29 extern bfd_boolean _bfd_mips_elf_section_processing 31 extern bfd_boolean _bfd_mips_elf_section_from_shdr 33 extern bfd_boolean _bfd_mips_elf_fake_sections 35 extern bfd_boolean _bfd_mips_elf_section_from_bfd_section 37 extern bfd_boolean _bfd_mips_elf_add_symbol_hook 40 extern bfd_boolean _bfd_mips_elf_link_output_symbol_hook 43 extern bfd_boolean _bfd_mips_elf_create_dynamic_sections 45 extern bfd_boolean _bfd_mips_elf_check_relocs [all …]
|
| D | elf-bfd.h | 136 bfd_boolean *vtable_entries_used; 312 bfd_boolean table; 323 bfd_boolean dynamic_sections_created; 395 (bfd_boolean (*) (struct bfd_link_hash_entry *, void *)) (func), \ 436 bfd_boolean 444 bfd_boolean (*slurp_reloc_table) 445 (bfd *, asection *, asymbol **, bfd_boolean); 447 (bfd *, asymbol **, bfd_boolean); 496 bfd_boolean bad_symtab; 549 bfd_boolean (*elf_backend_sym_is_global) [all …]
|
| D | bfd-in.h | 87 typedef int bfd_boolean; typedef 391 extern bfd_boolean bfd_hash_table_init 398 extern bfd_boolean bfd_hash_table_init_n 414 (struct bfd_hash_table *, const char *, bfd_boolean create, 415 bfd_boolean copy); 435 bfd_boolean (*) (struct bfd_hash_entry *, void *), 506 extern bfd_boolean bfd_cache_close 510 extern bfd_boolean bfd_cache_close_all (void); 512 extern bfd_boolean bfd_record_phdr 513 (bfd *, unsigned long, bfd_boolean, flagword, bfd_boolean, bfd_vma, [all …]
|
| D | libcoff-in.h | 78 bfd_boolean keep_syms; 84 bfd_boolean keep_strings; 86 bfd_boolean strings_written; 120 bfd_boolean (*in_reloc_p) PARAMS((bfd *, reloc_howto_type *)); 123 bfd_boolean force_minimum_alignment; 136 bfd_boolean xcoff64; 139 bfd_boolean full_aouthdr; 188 bfd_boolean keep_relocs; 192 bfd_boolean keep_contents; 294 (bfd_boolean (*) PARAMS ((struct bfd_link_hash_entry *, PTR))) (func), \ [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ld.h | 73 bfd_boolean sorted; 96 bfd_boolean force_common_definition; 99 bfd_boolean inhibit_common_definition; 100 bfd_boolean relax; 120 bfd_boolean embedded_relocs; 123 bfd_boolean force_exe_suffix; 126 bfd_boolean cref; 130 bfd_boolean warn_mismatch; 133 bfd_boolean gc_sections; 149 bfd_boolean check_section_addresses; [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/ld/ |
| D | ld.h | 146 bfd_boolean force_common_definition; 149 bfd_boolean inhibit_common_definition; 150 bfd_boolean relax; 170 bfd_boolean embedded_relocs; 173 bfd_boolean force_exe_suffix; 176 bfd_boolean cref; 180 bfd_boolean warn_mismatch; 196 bfd_boolean check_section_addresses; 202 bfd_boolean accept_unknown_input_arch; 211 bfd_boolean magic_demand_paged; [all …]
|