Searched refs:section_name (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-main.h27 extern void mi_load_progress (const char *section_name,
H A Dmi-main.c1364 mi_load_progress (const char *section_name, argument
1393 strcmp (previous_sect_name, section_name) : 1);
1398 previous_sect_name = xstrdup (section_name);
1404 ui_out_field_string (uiout, "section", section_name);
1423 ui_out_field_string (uiout, "section", section_name);
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dapollo.h70 #define s_zeroes section_name.s_name
71 #define s_offset (section_name.s_name+4)
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddsrec.c97 char *section_name = (char *) bfd_get_section_name (abfd, s); local
103 section_name,
128 if (deprecated_ui_load_progress_hook (section_name,
142 if (deprecated_ui_load_progress_hook (section_name,
H A Dcoff-pe-read.c59 read_pe_section_index (const char *section_name)
61 if (strcmp (section_name, ".text") == 0)
66 else if (strcmp (section_name, ".data") == 0)
71 else if (strcmp (section_name, ".bss") == 0)
58 read_pe_section_index(const char *section_name) argument
H A Dcorelow.c448 char section_name[100]; local
454 sprintf (section_name, "%s/%d", name, PIDGET (inferior_ptid));
456 strcpy (section_name, name);
458 section = bfd_get_section_by_name (core_bfd, section_name);
H A Dsymfile.c1298 get_section_index (struct objfile *objfile, char *section_name)
1300 asection *sect = bfd_get_section_by_name (objfile->obfd, section_name);
1297 get_section_index(struct objfile *objfile, char *section_name) argument
/haiku-fatelf/src/bin/gdb/bfd/
H A Daout-adobe.c158 char *section_name; local
185 section_name = ".text";
190 section_name = ".data";
195 section_name = ".bss";
212 sect = bfd_make_section (abfd, section_name);
220 sprintf (try_again, "%s%d", section_name, ++trynum);
H A Dtekhex.c977 const char *section_name = symbol->section->name; local
982 section_name,
H A Doasys.c585 const char *section_name = symbol->section == (asection *) NULL ? local
591 section_name,
H A Dvms.c1147 const char *section_name = symbol->section->name;
1151 fprintf ((FILE *)file," %-8s %s", section_name, symbol->name);
1145 const char *section_name = symbol->section->name; local
H A DpeXXigen.c967 const char * section_name;
999 for (p = known_sections; p->section_name; p++)
1000 if (strcmp (scnhdr_int->s_name, p->section_name) == 0)
966 const char * section_name; member in struct:__anon3635
H A Delf64-alpha.c4238 const char *section_name;
4258 section_name = (bfd_elf_string_from_elf_section
4261 BFD_ASSERT(section_name != NULL);
4262 srel = bfd_get_section_by_name (dynobj, section_name);
4229 const char *section_name; local
H A Dsom.c4646 const char *section_name;
4647 section_name = symbol->section ? symbol->section->name : "(*none*)";
4649 fprintf (file, " %s\t%s", section_name, symbol->name);
4645 const char *section_name; local
H A Dieee.c1815 const char *section_name =
1829 section_name,
1812 const char *section_name = local
H A Dpdp11.c2491 const char *section_name = symbol->section->name;
2496 section_name,
2484 const char *section_name = symbol->section->name; variable
H A Delf.c1269 const char *section_name;
1275 section_name = symbol->section ? symbol->section->name : "(*none*)";
1287 fprintf (file, " %s\t", section_name);
1267 const char *section_name; local
H A Daoutx.h2682 const char *section_name = symbol->section->name;
2687 section_name,
/haiku-fatelf/src/bin/gdb/include/
H A Dieee.h155 char * section_name; member in struct:ieee_section

Completed in 225 milliseconds