Lines Matching defs:abfd
208 #define bfd_printf_vma(abfd,x) bfd_fprintf_vma (abfd,stdout,x) argument
268 bfd *abfd; member
500 #define bfd_get_filename(abfd) ((char *) (abfd)->filename) argument
501 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) argument
502 #define bfd_get_format(abfd) ((abfd)->format) argument
503 #define bfd_get_target(abfd) ((abfd)->xvec->name) argument
504 #define bfd_get_flavour(abfd) ((abfd)->xvec->flavour) argument
505 #define bfd_family_coff(abfd) \ argument
508 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG) argument
509 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE) argument
510 #define bfd_header_big_endian(abfd) \ argument
512 #define bfd_header_little_endian(abfd) \ argument
514 #define bfd_get_file_flags(abfd) ((abfd)->flags) argument
515 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) argument
516 #define bfd_applicable_section_flags(abfd) ((abfd)->xvec->section_flags) argument
517 #define bfd_my_archive(abfd) ((abfd)->my_archive) argument
518 #define bfd_has_map(abfd) ((abfd)->has_armap) argument
519 #define bfd_is_thin_archive(abfd) ((abfd)->is_thin_archive) argument
521 #define bfd_valid_reloc_types(abfd) ((abfd)->xvec->valid_reloc_types) argument
522 #define bfd_usrdata(abfd) ((abfd)->usrdata) argument
524 #define bfd_get_start_address(abfd) ((abfd)->start_address) argument
525 #define bfd_get_symcount(abfd) ((abfd)->symcount) argument
526 #define bfd_get_outsymbols(abfd) ((abfd)->outsymbols) argument
527 #define bfd_count_sections(abfd) ((abfd)->section_count) argument
529 #define bfd_get_dynamic_symcount(abfd) ((abfd)->dynsymcount) argument
531 #define bfd_get_symbol_leading_char(abfd) ((abfd)->xvec->symbol_leading_char) argument
533 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) argument
1066 #define bfd_put_8(abfd, val, ptr) \ argument
1070 #define bfd_get_8(abfd, ptr) \ argument
1072 #define bfd_get_signed_8(abfd, ptr) \ argument
1075 #define bfd_put_16(abfd, val, ptr) \ argument
1079 #define bfd_get_16(abfd, ptr) \ argument
1081 #define bfd_get_signed_16(abfd, ptr) \ argument
1084 #define bfd_put_32(abfd, val, ptr) \ argument
1088 #define bfd_get_32(abfd, ptr) \ argument
1090 #define bfd_get_signed_32(abfd, ptr) \ argument
1093 #define bfd_put_64(abfd, val, ptr) \ argument
1097 #define bfd_get_64(abfd, ptr) \ argument
1099 #define bfd_get_signed_64(abfd, ptr) \ argument
1102 #define bfd_get(bits, abfd, ptr) \ argument
1109 #define bfd_put(bits, abfd, val, ptr) \ argument
1119 #define bfd_h_put_8(abfd, val, ptr) \ argument
1121 #define bfd_h_put_signed_8(abfd, val, ptr) \ argument
1123 #define bfd_h_get_8(abfd, ptr) \ argument
1125 #define bfd_h_get_signed_8(abfd, ptr) \ argument
1128 #define bfd_h_put_16(abfd, val, ptr) \ argument
1132 #define bfd_h_get_16(abfd, ptr) \ argument
1134 #define bfd_h_get_signed_16(abfd, ptr) \ argument
1137 #define bfd_h_put_32(abfd, val, ptr) \ argument
1141 #define bfd_h_get_32(abfd, ptr) \ argument
1143 #define bfd_h_get_signed_32(abfd, ptr) \ argument
1146 #define bfd_h_put_64(abfd, val, ptr) \ argument
1150 #define bfd_h_get_64(abfd, ptr) \ argument
1152 #define bfd_h_get_signed_64(abfd, ptr) \ argument
5640 #define bfd_get_symtab_upper_bound(abfd) \ argument
5647 #define bfd_is_local_label_name(abfd, name) \ argument
5652 #define bfd_is_target_special_symbol(abfd, sym) \ argument
5655 #define bfd_canonicalize_symtab(abfd, location) \ argument
5663 #define bfd_make_empty_symbol(abfd) \ argument
5668 #define bfd_make_debug_symbol(abfd,ptr,size) \ argument
6055 #define bfd_set_private_flags(abfd, flags) \ argument
6057 #define bfd_sizeof_headers(abfd, info) \ argument
6060 #define bfd_find_nearest_line(abfd, sec, syms, off, file, func, line) \ argument
6064 #define bfd_find_nearest_line_discriminator(abfd, sec, syms, off, file, func, \ argument
6069 #define bfd_find_line(abfd, syms, sym, file, line) \ argument
6073 #define bfd_find_inliner_info(abfd, file, func, line) \ argument
6077 #define bfd_debug_info_start(abfd) \ argument
6080 #define bfd_debug_info_end(abfd) \ argument
6083 #define bfd_debug_info_accumulate(abfd, section) \ argument
6086 #define bfd_stat_arch_elt(abfd, stat) \ argument
6089 #define bfd_update_armap_timestamp(abfd) \ argument
6092 #define bfd_set_arch_mach(abfd, arch, mach)\ argument
6095 #define bfd_relax_section(abfd, section, link_info, again) \ argument
6098 #define bfd_gc_sections(abfd, link_info) \ argument
6104 #define bfd_merge_sections(abfd, link_info) \ argument
6107 #define bfd_is_group_section(abfd, sec) \ argument
6110 #define bfd_discard_group(abfd, sec) \ argument
6113 #define bfd_link_hash_table_create(abfd) \ argument
6116 #define bfd_link_hash_table_free(abfd, hash) \ argument
6119 #define bfd_link_add_symbols(abfd, info) \ argument
6122 #define bfd_link_just_syms(abfd, sec, info) \ argument
6125 #define bfd_final_link(abfd, info) \ argument
6128 #define bfd_free_cached_info(abfd) \ argument
6131 #define bfd_get_dynamic_symtab_upper_bound(abfd) \ argument
6134 #define bfd_print_private_bfd_data(abfd, file)\ argument
6137 #define bfd_canonicalize_dynamic_symtab(abfd, asymbols) \ argument
6140 #define bfd_get_synthetic_symtab(abfd, count, syms, dyncount, dynsyms, ret) \ argument
6144 #define bfd_get_dynamic_reloc_upper_bound(abfd) \ argument
6147 #define bfd_canonicalize_dynamic_reloc(abfd, arels, asyms) \ argument
6664 #define bfd_link_split_section(abfd, sec) \ argument
6671 #define bfd_section_already_linked(abfd, sec, info) \ argument