Home
last modified time | relevance | path

Searched defs:abfd (Results 1 – 25 of 653) sorted by relevance

12345678910>>...27

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoffswap.h31 #define GET_FCN_LNNOPTR(abfd, ext) \ argument
36 #define GET_FCN_ENDNDX(abfd, ext) \ argument
41 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ argument
45 #define PUT_FCN_ENDNDX(abfd, in, ext) \ argument
49 #define GET_LNSZ_LNNO(abfd, ext) \ argument
53 #define GET_LNSZ_SIZE(abfd, ext) \ argument
57 #define PUT_LNSZ_LNNO(abfd, in, ext) \ argument
61 #define PUT_LNSZ_SIZE(abfd, in, ext) \ argument
65 #define GET_SCN_SCNLEN(abfd, ext) \ argument
69 #define GET_SCN_NRELOC(abfd, ext) \ argument
[all …]
H A Decoffswap.h99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) in ecoff_swap_hdr_in()
140 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) in ecoff_swap_hdr_out()
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern) in ecoff_swap_fdr_in()
250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) in ecoff_swap_fdr_out()
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern) in ecoff_swap_pdr_in()
381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out()
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern) in ecoff_swap_sym_in()
495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) in ecoff_swap_sym_out()
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern) in ecoff_swap_ext_in()
584 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) in ecoff_swap_ext_out()
[all …]
H A Dcache.c131 insert (bfd *abfd) in insert()
151 snip (bfd *abfd) in snip()
166 bfd_cache_delete (bfd *abfd) in bfd_cache_delete()
241 bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag) in bfd_cache_lookup_worker()
281 cache_btell (struct bfd *abfd) in cache_btell()
299 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
358 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
407 cache_bwrite (struct bfd *abfd, const void *from, file_ptr nbytes) in cache_bwrite()
433 cache_bclose (struct bfd *abfd) in cache_bclose()
440 cache_bflush (struct bfd *abfd) in cache_bflush()
[all …]
H A Delf.c66 _bfd_elf_swap_verdef_in (bfd *abfd, in _bfd_elf_swap_verdef_in()
82 _bfd_elf_swap_verdef_out (bfd *abfd, in _bfd_elf_swap_verdef_out()
98 _bfd_elf_swap_verdaux_in (bfd *abfd, in _bfd_elf_swap_verdaux_in()
109 _bfd_elf_swap_verdaux_out (bfd *abfd, in _bfd_elf_swap_verdaux_out()
120 _bfd_elf_swap_verneed_in (bfd *abfd, in _bfd_elf_swap_verneed_in()
134 _bfd_elf_swap_verneed_out (bfd *abfd, in _bfd_elf_swap_verneed_out()
148 _bfd_elf_swap_vernaux_in (bfd *abfd, in _bfd_elf_swap_vernaux_in()
162 _bfd_elf_swap_vernaux_out (bfd *abfd, in _bfd_elf_swap_vernaux_out()
176 _bfd_elf_swap_versym_in (bfd *abfd, in _bfd_elf_swap_versym_in()
186 _bfd_elf_swap_versym_out (bfd *abfd, in _bfd_elf_swap_versym_out()
[all …]
H A Dsection.c817 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook()
837 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init()
875 bfd_section_list_clear (bfd *abfd) in bfd_section_list_clear()
898 bfd_get_section_by_name (bfd *abfd, const char *name) in bfd_get_section_by_name()
972 bfd_get_linker_section (bfd *abfd, const char *name) in bfd_get_linker_section()
1006 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if() argument
1047 bfd_get_unique_section_name (bfd *abfd, const char *templat, int *count) in bfd_get_unique_section_name()
1102 bfd_make_section_old_way (bfd *abfd, const char *name) in bfd_make_section_old_way()
1167 bfd_make_section_anyway_with_flags (bfd *abfd, const char *name, in bfd_make_section_anyway_with_flags()
1224 bfd_make_section_anyway (bfd *abfd, const char *name) in bfd_make_section_anyway()
[all …]
H A Dbfdio.c246 bfd_read (void *ptr, bfd_size_type size, bfd *abfd) in bfd_read()
312 bfd_write (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_write()
359 bfd_tell (bfd *abfd) in bfd_tell()
392 bfd_flush (bfd *abfd) in bfd_flush()
417 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
450 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
520 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
570 bfd_get_size (bfd *abfd) in bfd_get_size()
608 bfd_get_file_size (bfd *abfd) in bfd_get_file_size()
654 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
[all …]
H A Dmach-o.c45 bfd_mach_o_version (bfd *abfd) in bfd_mach_o_version()
56 bfd_mach_o_valid (bfd *abfd) in bfd_mach_o_valid()
85 bfd_mach_o_wide_p (bfd *abfd) in bfd_mach_o_wide_p()
299 bfd_mach_o_section_data_for_mach_sect (bfd *abfd, const char *segname, in bfd_mach_o_section_data_for_mach_sect()
331 bfd_mach_o_section_data_for_bfd_name (bfd *abfd, const char *bfd_name, in bfd_mach_o_section_data_for_bfd_name()
376 bfd_mach_o_convert_section_name_to_bfd (bfd *abfd, const char *segname, in bfd_mach_o_convert_section_name_to_bfd()
505 bfd_mach_o_section_get_entry_size (bfd *abfd, bfd_mach_o_section *sec) in bfd_mach_o_section_get_entry_size()
525 bfd_mach_o_section_get_nbr_indirect (bfd *abfd, bfd_mach_o_section *sec) in bfd_mach_o_section_get_nbr_indirect()
548 bfd_mach_o_append_command (bfd *abfd, bfd_mach_o_load_command *cmd) in bfd_mach_o_append_command()
701 bfd_mach_o_bfd_print_private_bfd_data (bfd *abfd, void *ptr) in bfd_mach_o_bfd_print_private_bfd_data()
[all …]
H A Darchures.c824 bfd_printable_name (bfd *abfd) in bfd_printable_name()
930 bfd_arch_get_compatible (const bfd *abfd, in bfd_arch_get_compatible()
993 bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg) in bfd_set_arch_info()
1014 bfd_default_set_arch_mach (bfd *abfd, in bfd_default_set_arch_mach()
1040 bfd_get_arch (const bfd *abfd) in bfd_get_arch()
1058 bfd_get_mach (const bfd *abfd) in bfd_get_mach()
1076 bfd_arch_bits_per_byte (const bfd *abfd) in bfd_arch_bits_per_byte()
1094 bfd_arch_bits_per_address (const bfd *abfd) in bfd_arch_bits_per_address()
1347 bfd_get_arch_info (bfd *abfd) in bfd_get_arch_info()
1426 bfd_octets_per_byte (const bfd *abfd, const asection *sec) in bfd_octets_per_byte()
[all …]
H A Dwasm-module.c108 wasm_read_leb128 (bfd *abfd, in wasm_read_leb128()
162 wasm_write_uleb128 (bfd *abfd, bfd_vma v) in wasm_write_uleb128()
195 wasm_read_magic (bfd *abfd, bool *errorptr) in wasm_read_magic()
212 wasm_read_version (bfd *abfd, bool *errorptr) in wasm_read_version()
231 wasm_read_header (bfd *abfd, bool *errorptr) in wasm_read_header()
246 wasm_scan_name_function_section (bfd *abfd, sec_ptr asect) in wasm_scan_name_function_section()
370 wasm_read_byte (bfd *abfd, bool *errorptr) in wasm_read_byte()
388 wasm_scan (bfd *abfd) in wasm_scan()
520 wasm_compute_custom_section_file_position (bfd *abfd, in wasm_compute_custom_section_file_position()
581 wasm_compute_section_file_positions (bfd *abfd) in wasm_compute_section_file_positions()
[all …]
H A Dxsym.c119 bfd_sym_valid (bfd *abfd) in bfd_sym_valid()
128 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) in bfd_sym_read_name_table()
193 bfd_sym_read_header_v32 (bfd *abfd, bfd_sym_header_block *header) in bfd_sym_read_header_v32()
215 bfd_sym_read_header (bfd *abfd, in bfd_sym_read_header()
234 bfd_sym_read_version (bfd *abfd, bfd_sym_version *version) in bfd_sym_read_version()
526 bfd_sym_fetch_resources_table_entry (bfd *abfd, in bfd_sym_fetch_resources_table_entry()
577 bfd_sym_fetch_modules_table_entry (bfd *abfd, in bfd_sym_fetch_modules_table_entry()
628 bfd_sym_fetch_file_references_table_entry (bfd *abfd, in bfd_sym_fetch_file_references_table_entry()
678 bfd_sym_fetch_contained_modules_table_entry (bfd *abfd, in bfd_sym_fetch_contained_modules_table_entry()
728 bfd_sym_fetch_contained_variables_table_entry (bfd *abfd, in bfd_sym_fetch_contained_variables_table_entry()
[all …]
H A Delf-attrs.c76 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name()
87 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size()
116 bfd_elf_obj_attr_size (bfd *abfd) in bfd_elf_obj_attr_size()
172 vendor_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size, in vendor_set_obj_attr_contents()
208 bfd_elf_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size) in bfd_elf_set_obj_attr_contents()
232 elf_new_obj_attr (bfd *abfd, int vendor, unsigned int tag) in elf_new_obj_attr()
272 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, unsigned int tag) in bfd_elf_get_obj_attr_int()
298 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, unsigned int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
313 elf_attr_strdup (bfd *abfd, const char *s, const char *end) in elf_attr_strdup()
333 _bfd_elf_attr_strdup (bfd *abfd, const char *s) in _bfd_elf_attr_strdup()
[all …]
H A Dopncls.c164 _bfd_delete_bfd (bfd *abfd) in _bfd_delete_bfd()
195 _bfd_free_cached_info (bfd *abfd) in _bfd_free_cached_info()
597 opncls_btell (struct bfd *abfd) in opncls_btell()
604 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
617 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
637 opncls_bclose (struct bfd *abfd) in opncls_bclose()
657 opncls_bstat (struct bfd *abfd, struct stat *sb) in opncls_bstat()
849 _maybe_make_executable (bfd * abfd) in _maybe_make_executable()
896 bfd_close (bfd *abfd) in bfd_close()
926 bfd_close_all_done (bfd *abfd) in bfd_close_all_done()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoffswap.h31 #define GET_FCN_LNNOPTR(abfd, ext) \ argument
36 #define GET_FCN_ENDNDX(abfd, ext) \ argument
41 #define PUT_FCN_LNNOPTR(abfd, in, ext) \ argument
45 #define PUT_FCN_ENDNDX(abfd, in, ext) \ argument
49 #define GET_LNSZ_LNNO(abfd, ext) \ argument
53 #define GET_LNSZ_SIZE(abfd, ext) \ argument
57 #define PUT_LNSZ_LNNO(abfd, in, ext) \ argument
61 #define PUT_LNSZ_SIZE(abfd, in, ext) \ argument
65 #define GET_SCN_SCNLEN(abfd, ext) \ argument
69 #define GET_SCN_NRELOC(abfd, ext) \ argument
[all …]
H A Decoffswap.h99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) in ecoff_swap_hdr_in()
140 ecoff_swap_hdr_out (bfd *abfd, const HDRR *intern_copy, void * ext_ptr) in ecoff_swap_hdr_out()
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern) in ecoff_swap_fdr_in()
250 ecoff_swap_fdr_out (bfd *abfd, const FDR *intern_copy, void * ext_ptr) in ecoff_swap_fdr_out()
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern) in ecoff_swap_pdr_in()
381 ecoff_swap_pdr_out (bfd *abfd, const PDR *intern_copy, void * ext_ptr) in ecoff_swap_pdr_out()
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern) in ecoff_swap_sym_in()
495 ecoff_swap_sym_out (bfd *abfd, const SYMR *intern_copy, void * ext_ptr) in ecoff_swap_sym_out()
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern) in ecoff_swap_ext_in()
584 ecoff_swap_ext_out (bfd *abfd, const EXTR *intern_copy, void * ext_ptr) in ecoff_swap_ext_out()
[all …]
H A Delf.c66 _bfd_elf_swap_verdef_in (bfd *abfd, in _bfd_elf_swap_verdef_in()
82 _bfd_elf_swap_verdef_out (bfd *abfd, in _bfd_elf_swap_verdef_out()
98 _bfd_elf_swap_verdaux_in (bfd *abfd, in _bfd_elf_swap_verdaux_in()
109 _bfd_elf_swap_verdaux_out (bfd *abfd, in _bfd_elf_swap_verdaux_out()
120 _bfd_elf_swap_verneed_in (bfd *abfd, in _bfd_elf_swap_verneed_in()
134 _bfd_elf_swap_verneed_out (bfd *abfd, in _bfd_elf_swap_verneed_out()
148 _bfd_elf_swap_vernaux_in (bfd *abfd, in _bfd_elf_swap_vernaux_in()
162 _bfd_elf_swap_vernaux_out (bfd *abfd, in _bfd_elf_swap_vernaux_out()
176 _bfd_elf_swap_versym_in (bfd *abfd, in _bfd_elf_swap_versym_in()
186 _bfd_elf_swap_versym_out (bfd *abfd, in _bfd_elf_swap_versym_out()
[all …]
H A Dcache.c129 insert (bfd *abfd) in insert()
149 snip (bfd *abfd) in snip()
164 bfd_cache_delete (bfd *abfd) in bfd_cache_delete()
237 bfd_cache_lookup_worker (bfd *abfd, enum cache_flag flag) in bfd_cache_lookup_worker()
277 cache_btell (struct bfd *abfd) in cache_btell()
286 cache_bseek (struct bfd *abfd, file_ptr offset, int whence) in cache_bseek()
337 cache_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in cache_bread()
379 cache_bwrite (struct bfd *abfd, const void *from, file_ptr nbytes) in cache_bwrite()
396 cache_bclose (struct bfd *abfd) in cache_bclose()
402 cache_bflush (struct bfd *abfd) in cache_bflush()
[all …]
H A Dmach-o.c45 bfd_mach_o_version (bfd *abfd) in bfd_mach_o_version()
56 bfd_mach_o_valid (bfd *abfd) in bfd_mach_o_valid()
85 bfd_mach_o_wide_p (bfd *abfd) in bfd_mach_o_wide_p()
299 bfd_mach_o_section_data_for_mach_sect (bfd *abfd, const char *segname, in bfd_mach_o_section_data_for_mach_sect()
331 bfd_mach_o_section_data_for_bfd_name (bfd *abfd, const char *bfd_name, in bfd_mach_o_section_data_for_bfd_name()
376 bfd_mach_o_convert_section_name_to_bfd (bfd *abfd, const char *segname, in bfd_mach_o_convert_section_name_to_bfd()
505 bfd_mach_o_section_get_entry_size (bfd *abfd, bfd_mach_o_section *sec) in bfd_mach_o_section_get_entry_size()
525 bfd_mach_o_section_get_nbr_indirect (bfd *abfd, bfd_mach_o_section *sec) in bfd_mach_o_section_get_nbr_indirect()
539 bfd_mach_o_append_command (bfd *abfd, bfd_mach_o_load_command *cmd) in bfd_mach_o_append_command()
692 bfd_mach_o_bfd_print_private_bfd_data (bfd *abfd, void *ptr) in bfd_mach_o_bfd_print_private_bfd_data()
[all …]
H A Dbfdio.c226 bfd_bread (void *ptr, bfd_size_type size, bfd *abfd) in bfd_bread()
271 bfd_bwrite (const void *ptr, bfd_size_type size, bfd *abfd) in bfd_bwrite()
299 bfd_tell (bfd *abfd) in bfd_tell()
321 bfd_flush (bfd *abfd) in bfd_flush()
336 bfd_stat (bfd *abfd, struct stat *statbuf) in bfd_stat()
360 bfd_seek (bfd *abfd, file_ptr position, int direction) in bfd_seek()
427 bfd_get_mtime (bfd *abfd) in bfd_get_mtime()
477 bfd_get_size (bfd *abfd) in bfd_get_size()
515 bfd_get_file_size (bfd *abfd) in bfd_get_file_size()
559 bfd_mmap (bfd *abfd, void *addr, bfd_size_type len, in bfd_mmap()
[all …]
H A Dsection.c803 _bfd_generic_new_section_hook (bfd *abfd, asection *newsect) in _bfd_generic_new_section_hook()
823 bfd_section_init (bfd *abfd, asection *newsect) in bfd_section_init()
861 bfd_section_list_clear (bfd *abfd) in bfd_section_list_clear()
884 bfd_get_section_by_name (bfd *abfd, const char *name) in bfd_get_section_by_name()
958 bfd_get_linker_section (bfd *abfd, const char *name) in bfd_get_linker_section()
992 bfd_get_section_by_name_if (bfd *abfd, const char *name, in bfd_get_section_by_name_if() argument
1033 bfd_get_unique_section_name (bfd *abfd, const char *templat, int *count) in bfd_get_unique_section_name()
1088 bfd_make_section_old_way (bfd *abfd, const char *name) in bfd_make_section_old_way()
1153 bfd_make_section_anyway_with_flags (bfd *abfd, const char *name, in bfd_make_section_anyway_with_flags()
1210 bfd_make_section_anyway (bfd *abfd, const char *name) in bfd_make_section_anyway()
[all …]
H A Darchures.c806 bfd_printable_name (bfd *abfd) in bfd_printable_name()
912 bfd_arch_get_compatible (const bfd *abfd, in bfd_arch_get_compatible()
974 bfd_set_arch_info (bfd *abfd, const bfd_arch_info_type *arg) in bfd_set_arch_info()
995 bfd_default_set_arch_mach (bfd *abfd, in bfd_default_set_arch_mach()
1021 bfd_get_arch (const bfd *abfd) in bfd_get_arch()
1039 bfd_get_mach (const bfd *abfd) in bfd_get_mach()
1057 bfd_arch_bits_per_byte (const bfd *abfd) in bfd_arch_bits_per_byte()
1075 bfd_arch_bits_per_address (const bfd *abfd) in bfd_arch_bits_per_address()
1328 bfd_get_arch_info (bfd *abfd) in bfd_get_arch_info()
1407 bfd_octets_per_byte (const bfd *abfd, const asection *sec) in bfd_octets_per_byte()
[all …]
H A Dwasm-module.c108 wasm_read_leb128 (bfd *abfd, in wasm_read_leb128()
162 wasm_write_uleb128 (bfd *abfd, bfd_vma v) in wasm_write_uleb128()
195 wasm_read_magic (bfd *abfd, bool *errorptr) in wasm_read_magic()
212 wasm_read_version (bfd *abfd, bool *errorptr) in wasm_read_version()
231 wasm_read_header (bfd *abfd, bool *errorptr) in wasm_read_header()
246 wasm_scan_name_function_section (bfd *abfd, sec_ptr asect) in wasm_scan_name_function_section()
369 wasm_read_byte (bfd *abfd, bool *errorptr) in wasm_read_byte()
387 wasm_scan (bfd *abfd) in wasm_scan()
519 wasm_compute_custom_section_file_position (bfd *abfd, in wasm_compute_custom_section_file_position()
580 wasm_compute_section_file_positions (bfd *abfd) in wasm_compute_section_file_positions()
[all …]
H A Dxsym.c118 bfd_sym_valid (bfd *abfd) in bfd_sym_valid()
127 bfd_sym_read_name_table (bfd *abfd, bfd_sym_header_block *dshb) in bfd_sym_read_name_table()
192 bfd_sym_read_header_v32 (bfd *abfd, bfd_sym_header_block *header) in bfd_sym_read_header_v32()
214 bfd_sym_read_header (bfd *abfd, in bfd_sym_read_header()
233 bfd_sym_read_version (bfd *abfd, bfd_sym_version *version) in bfd_sym_read_version()
525 bfd_sym_fetch_resources_table_entry (bfd *abfd, in bfd_sym_fetch_resources_table_entry()
576 bfd_sym_fetch_modules_table_entry (bfd *abfd, in bfd_sym_fetch_modules_table_entry()
627 bfd_sym_fetch_file_references_table_entry (bfd *abfd, in bfd_sym_fetch_file_references_table_entry()
677 bfd_sym_fetch_contained_modules_table_entry (bfd *abfd, in bfd_sym_fetch_contained_modules_table_entry()
727 bfd_sym_fetch_contained_variables_table_entry (bfd *abfd, in bfd_sym_fetch_contained_variables_table_entry()
[all …]
H A Dopncls.c124 _bfd_delete_bfd (bfd *abfd) in _bfd_delete_bfd()
141 _bfd_free_cached_info (bfd *abfd) in _bfd_free_cached_info()
551 opncls_btell (struct bfd *abfd) in opncls_btell()
558 opncls_bseek (struct bfd *abfd, file_ptr offset, int whence) in opncls_bseek()
571 opncls_bread (struct bfd *abfd, void *buf, file_ptr nbytes) in opncls_bread()
591 opncls_bclose (struct bfd *abfd) in opncls_bclose()
611 opncls_bstat (struct bfd *abfd, struct stat *sb) in opncls_bstat()
758 _maybe_make_executable (bfd * abfd) in _maybe_make_executable()
806 bfd_close (bfd *abfd) in bfd_close()
840 bfd_close_all_done (bfd *abfd) in bfd_close_all_done()
[all …]
H A Delf-attrs.c76 vendor_obj_attr_name (bfd *abfd, int vendor) in vendor_obj_attr_name()
87 vendor_obj_attr_size (bfd *abfd, int vendor) in vendor_obj_attr_size()
116 bfd_elf_obj_attr_size (bfd *abfd) in bfd_elf_obj_attr_size()
172 vendor_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size, in vendor_set_obj_attr_contents()
208 bfd_elf_set_obj_attr_contents (bfd *abfd, bfd_byte *contents, bfd_vma size) in bfd_elf_set_obj_attr_contents()
232 elf_new_obj_attr (bfd *abfd, int vendor, unsigned int tag) in elf_new_obj_attr()
270 bfd_elf_get_obj_attr_int (bfd *abfd, int vendor, unsigned int tag) in bfd_elf_get_obj_attr_int()
296 bfd_elf_add_obj_attr_int (bfd *abfd, int vendor, unsigned int tag, unsigned int i) in bfd_elf_add_obj_attr_int()
307 elf_attr_strdup (bfd *abfd, const char *s, const char *end) in elf_attr_strdup()
327 _bfd_elf_attr_strdup (bfd *abfd, const char *s) in _bfd_elf_attr_strdup()
[all …]
H A Dsrec.c193 srec_mkobject (bfd *abfd) in srec_mkobject()
218 srec_get_byte (bfd *abfd, bool *errorptr) in srec_get_byte()
237 srec_bad_byte (bfd *abfd, in srec_bad_byte()
269 srec_new_symbol (bfd *abfd, const char *name, bfd_vma val) in srec_new_symbol()
296 srec_scan (bfd *abfd) in srec_scan()
643 srec_object_p (bfd *abfd) in srec_object_p()
678 symbolsrec_object_p (bfd *abfd) in symbolsrec_object_p()
713 srec_read_section (bfd *abfd, asection *section, bfd_byte *contents) in srec_read_section()
825 srec_get_section_contents (bfd *abfd, in srec_get_section_contents()
861 srec_set_arch_mach (bfd *abfd, enum bfd_architecture arch, unsigned long mach) in srec_set_arch_mach()
[all …]

12345678910>>...27