Home
last modified time | relevance | path

Searched refs:is_relocatable (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-200774 * dwarf.c (is_relocatable): Remove definition.
75 (display_debug_frames): Remove check in is_relocatable.
76 * dwarf.h (is_relocatable): Remove declaration.
77 * objdump.c (is_relocatable): New static definition.
86 (get_file_header): Remove setting of is_relocatable.
401 * objdump.c (dump_dwarf): Correct setting of is_relocatable.
Dobjdump.c185 static bfd_boolean is_relocatable = FALSE; variable
2278 if (is_relocatable && debug_displays [debug].relocate) in load_specific_debug_section()
2382 is_relocatable = (abfd->flags & (EXEC_P | DYNAMIC)) == 0; in dump_dwarf()
DChangeLog-2005287 (is_relocatable): New.
324 (get_file_header): Set is_relocatable.