Home
last modified time | relevance | path

Searched refs:bfd_core (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Dcorefile.c53 if (abfd->format != bfd_core) in bfd_core_file_failing_command()
76 if (abfd->format != bfd_core) in bfd_core_file_failing_signal()
101 if (core_bfd->format != bfd_core || exec_bfd->format != bfd_object) in core_file_matches_executable_p()
Delfcore.h123 if (! (*abfd->xvec->_bfd_set_format[bfd_core]) (abfd)) in elf_core_file_p()
Dformat.c441 case bfd_core: in bfd_format_string()
Dbfd-in.h197 bfd_core, /* Core dump. */ enumerator
Delf.c4539 || (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core)) in assign_file_positions_for_load_sections()
4596 if (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core) in assign_file_positions_for_load_sections()
4668 if (p->p_type == PT_LOAD && bfd_get_format (abfd) != bfd_core) in assign_file_positions_for_load_sections()
4800 && (p->p_type != PT_NOTE || bfd_get_format (abfd) != bfd_core)) in assign_file_positions_for_non_load_sections()
4891 && bfd_get_format (abfd) != bfd_core) in assign_file_positions_except_relocs()
4999 else if (bfd_get_format (abfd) == bfd_core) in prep_headers()
5294 && bfd_get_format (ibfd) == bfd_core \ in rewrite_elf_program_header()
Dbfd-in2.h204 bfd_core, /* Core dump. */ enumerator
/freebsd-10-stable/contrib/binutils/binutils/
Dsize.c286 if (bfd_check_format_matches (abfd, bfd_core, &matching)) in display_bfd()
Dobjcopy.c1357 if (bfd_get_format (obfd) != bfd_core) in copy_object()
2041 if (bfd_check_format_matches (ibfd, bfd_core, &core_matching)) in copy_file()
2348 if (bfd_get_format (obfd) == bfd_core) in copy_section()
Dobjdump.c2963 if (bfd_check_format_matches (abfd, bfd_core, &matching)) in display_bfd()
DChangeLog-000115 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
DChangeLog-9899110 it as a bfd_core.
DChangeLog-02031238 other object errors in preference to bfd_core errors.
/freebsd-10-stable/contrib/gdb/gdb/
Dgcore.c76 bfd_set_format (obfd, bfd_core); in gcore_command()
Dcorelow.c310 if (!bfd_check_format (temp_bfd, bfd_core) && in core_open()
/freebsd-10-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h210 bfd_core, /* Core dump. */ enumerator
/freebsd-10-stable/contrib/binutils/bfd/doc/
Dbfdint.texi433 @item bfd_core
1744 @samp{bfd_write_contents} routines for the @samp{bfd_core} type; see