Searched refs:bfd_section_name (Results 1 - 25 of 63) sorted by relevance

123

/haiku-fatelf/src/bin/gdb/gdb/
H A Dexec.c387 if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".text"))
394 else if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".data"))
554 printf_filtered (" is %s", bfd_section_name (p->bfd, p->the_bfd_section));
651 if (!strncmp (secname, bfd_section_name (exec_bfd, p->the_bfd_section), seclen)
652 && bfd_section_name (exec_bfd, p->the_bfd_section)[seclen] == '\0')
H A Dgcore.c244 || strcmp (".bss", bfd_section_name (abfd, sec)) == 0)
295 if (strncmp (bfd_section_name (obfd, osec), "load", 4) == 0)
456 if (strncmp ("load", bfd_section_name (obfd, osec), 4) != 0)
H A Dm32r-rom.c84 bfd_section_name (abfd, s), section_size);
143 bfd_section_name (abfd, s), section_size);
511 bfd_section_name (abfd, s), section_size);
H A Dcorelow.c261 if (strncmp (bfd_section_name (abfd, asect), ".reg/", 5) != 0)
264 thread_id = atoi (bfd_section_name (abfd, asect) + 5);
H A Dsymmisc.c354 bfd_section_name (objfile->obfd,
604 bfd_section_name (SYMBOL_BFD_SECTION (symbol)->owner,
669 bfd_section_name
729 bfd_section_name
747 bfd_section_name
H A Dmaint.c323 const char *name = bfd_section_name (abfd, asect);
343 const char *name = bfd_section_name (abfd, asect->the_bfd_section);
H A Dsymfile.c375 = xstrdup (bfd_section_name (stp->bfd, stp->the_bfd_section));
611 bfd_section_name (objfile->obfd, lower_sect),
714 if (strcmp (bfd_section_name (s->objfile->obfd,
3091 name = bfd_section_name (objfile->obfd, osect->the_bfd_section);
3129 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
3150 bfd_section_name (objfile->obfd,
3179 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
H A Ddve3900-rom.c828 bfd_section_name (abfd, s), (long) section_size);
/haiku-fatelf/src/bin/gdb/bfd/
H A Dhpux-core.c156 return (strncmp (bfd_section_name (abfd, sect), ".reg/", 5) == 0);
H A Delf32-d10v.c535 name = bfd_section_name (input_bfd, sec);
H A Delf32-mcore.c537 name = bfd_section_name (input_bfd, sec);
H A Delf32-openrisc.c382 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Dbfd-in.h314 #define bfd_section_name(bfd, ptr) ((ptr)->name)
310 #define bfd_section_name macro
H A Delf32-avr.c758 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Delf32-fr30.c564 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Delf32-iq2000.c616 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Dcoff-mips.c1272 name = bfd_section_name (input_bfd, s);
H A Delf32-cr16c.c750 name = bfd_section_name (input_bfd, sec);
H A Delf32-crx.c864 name = bfd_section_name (input_bfd, sec);
H A Delf32-i370.c1462 name = bfd_section_name (input_bfd, sec);
H A Delf32-i860.c1113 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Delf32-msp430.c469 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Delf32-xstormy16.c864 name = bfd_section_name (input_bfd, sec);
H A Delf-m10200.c407 name = bfd_section_name (input_bfd, sec);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-dump.c476 bfd_section_name (ibfd, isec));
498 bfd_section_name (ibfd, isec),

Completed in 210 milliseconds

123