Searched refs:bfd_core (Results 1 – 16 of 16) sorted by relevance
| /freebsd-10-stable/contrib/binutils/bfd/ |
| D | corefile.c | 53 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()
|
| D | elfcore.h | 123 if (! (*abfd->xvec->_bfd_set_format[bfd_core]) (abfd)) in elf_core_file_p()
|
| D | format.c | 441 case bfd_core: in bfd_format_string()
|
| D | bfd-in.h | 197 bfd_core, /* Core dump. */ enumerator
|
| D | elf.c | 4539 || (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()
|
| D | bfd-in2.h | 204 bfd_core, /* Core dump. */ enumerator
|
| /freebsd-10-stable/contrib/binutils/binutils/ |
| D | size.c | 286 if (bfd_check_format_matches (abfd, bfd_core, &matching)) in display_bfd()
|
| D | objcopy.c | 1357 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()
|
| D | objdump.c | 2963 if (bfd_check_format_matches (abfd, bfd_core, &matching)) in display_bfd()
|
| D | ChangeLog-0001 | 15 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
|
| D | ChangeLog-9899 | 110 it as a bfd_core.
|
| D | ChangeLog-0203 | 1238 other object errors in preference to bfd_core errors.
|
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | gcore.c | 76 bfd_set_format (obfd, bfd_core); in gcore_command()
|
| D | corelow.c | 310 if (!bfd_check_format (temp_bfd, bfd_core) && in core_open()
|
| /freebsd-10-stable/gnu/usr.bin/binutils/libbfd/ |
| D | bfd.h | 210 bfd_core, /* Core dump. */ enumerator
|
| /freebsd-10-stable/contrib/binutils/bfd/doc/ |
| D | bfdint.texi | 433 @item bfd_core 1744 @samp{bfd_write_contents} routines for the @samp{bfd_core} type; see
|