Home
last modified time | relevance | path

Searched refs:build_section_table (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dexec.h40 extern int build_section_table (struct bfd *, struct target_section **,
H A Dbfd-target.c89 build_section_table (abfd, &data->table.sections, &data->table.sections_end); in target_bfd_reopen()
H A Dexec.c281 if (build_section_table (exec_bfd, &sections, &sections_end)) in exec_file_attach()
433 build_section_table (struct bfd *some_bfd, struct target_section **start, in build_section_table() function
H A Dcorelow.c354 if (build_section_table (core_bfd, in core_open()
H A Dsolib.c474 if (build_section_table (abfd, &so->sections, &so->sections_end)) in solib_map_sections()
H A Drecord-full.c861 if (build_section_table (core_bfd, &record_full_core_start, in record_full_core_open_1()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dkld.c251 if (build_section_table (bfd, &sections, &sections_end)) in load_kld()