Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Ddwarf.h163 const char *uncompressed_name; member
Dobjdump.c2311 sec = bfd_get_section_by_name (abfd, section->uncompressed_name); in load_debug_section()
2313 section->name = section->uncompressed_name; in load_debug_section()
2354 if ((strcmp (debug_displays [i].section.uncompressed_name, match) == 0 in dump_dwarf_section()
2361 if (strcmp (sec->uncompressed_name, match) == 0) in dump_dwarf_section()
2362 sec->name = sec->uncompressed_name; in dump_dwarf_section()
Dreadelf.c11606 sec = find_section_in_set (section->uncompressed_name, section_subset); in load_debug_section()
11608 section->name = section->uncompressed_name; in load_debug_section()
11672 if (streq (debug_displays[i].section.uncompressed_name, name) in display_debug_section()
11684 else if (streq (sec->uncompressed_name, name)) in display_debug_section()
11685 sec->name = sec->uncompressed_name; in display_debug_section()
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc1034 char* uncompressed_name = NULL; in choose_output_section() local
1040 uncompressed_name = new char[len]; in choose_output_section()
1041 uncompressed_name[0] = '.'; in choose_output_section()
1043 strncpy(&uncompressed_name[1], &name[2], len - 2); in choose_output_section()
1044 uncompressed_name[len - 1] = '\0'; in choose_output_section()
1046 name = uncompressed_name; in choose_output_section()
1064 if (uncompressed_name != NULL) in choose_output_section()
1065 delete[] uncompressed_name; in choose_output_section()
/toolchain/binutils/binutils-2.25/bfd/
Ddwarf2.c503 const char *section_name = sec->uncompressed_name; in read_section()
518 sec->uncompressed_name); in read_section()
2976 look = debug_sections[debug_info].uncompressed_name; in find_debug_info()
2998 look = debug_sections[debug_info].uncompressed_name; in find_debug_info()
3078 debug_info_name = stash->debug_sections[debug_info].uncompressed_name; in place_sections()
Dlibbfd-in.h533 const char *uncompressed_name; member
Dlibbfd.h538 const char *uncompressed_name; member