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

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dexec.c389 if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".text"))
396 else if (DEPRECATED_STREQ (bfd_section_name (abfd, sect), ".data"))
556 printf_filtered (" is %s", bfd_section_name (p->bfd, p->the_bfd_section));
653 if (!strncmp (secname, bfd_section_name (exec_bfd, p->the_bfd_section), seclen)
654 && 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 Dcorelow.c257 if (strncmp (bfd_section_name (abfd, asect), ".reg/", 5) != 0)
260 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.c362 = xstrdup (bfd_section_name (stp->bfd, stp->the_bfd_section));
598 bfd_section_name (objfile->obfd, lower_sect),
701 if (strcmp (bfd_section_name (s->objfile->obfd,
3065 name = bfd_section_name (objfile->obfd, osect->the_bfd_section);
3103 if (!strcmp (bfd_section_name (objfile->obfd, sec->the_bfd_section), args))
3124 bfd_section_name (objfile->obfd,
3153 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);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsize.c488 int namelen = strlen (bfd_section_name (file, sec));
512 printf ("%-*s ", svi_namelen, bfd_section_name (file, sec));
H A Dobjcopy.c2111 const char * old_name = bfd_section_name (ibfd, isection);
2175 p = find_section_list (bfd_section_name (ibfd, isection), FALSE);
2308 bfd_section_name (ibfd, isection),
2432 bfd_section_name (ibfd, isection), reverse_bytes);
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-dump.c476 bfd_section_name (ibfd, isec));
498 bfd_section_name (ibfd, isec),
/freebsd-11-stable/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c277 if (strncmp (bfd_section_name (abfd, asect), ".reg/", 5) != 0)
283 *(lwpid_t *)obj = atoi (bfd_section_name (abfd, asect) + 5);
1094 if (strncmp (bfd_section_name (abfd, asect), ".reg/", 5) != 0)
1101 lwp = atoi (bfd_section_name (abfd, asect) + 5);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h338 #define bfd_section_name(bfd, ptr) ((ptr)->name)
334 #define bfd_section_name macro
H A Dcoff-mips.c1288 name = bfd_section_name (input_bfd, s);
H A Delf32-cr16.c866 name = bfd_section_name (input_bfd, sec);
H A Delf32-mep.c543 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name;
H A Delf64-alpha.c1596 name = bfd_section_name (output_section->owner, output_section);
4378 name = bfd_section_name (input_bfd, sec);
4631 name = bfd_section_name (input_bfd, sec);
H A Daoutx.h3787 ? bfd_section_name (finfo->output_bfd,
4199 name = bfd_section_name (input_bfd, s);
4612 name = bfd_section_name (input_bfd, s);
H A Dcoff-alpha.c2001 name = bfd_section_name (input_bfd,
H A Decoff.c4183 ? bfd_section_name (output_bfd, section)
4368 name = bfd_section_name (output_section->owner, output_section);
H A Delfxx-sparc.c3494 && strcmp (bfd_section_name (input_bfd,
3524 name = bfd_section_name (input_bfd, sec);
H A Dcofflink.c2738 ? bfd_section_name (output_bfd,
H A Dlinker.c2585 ? bfd_section_name (abfd, link_order->u.reloc.p->u.section)
H A Dbfd-in2.h345 #define bfd_section_name(bfd, ptr) ((ptr)->name)
341 #define bfd_section_name macro
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-coff.c1628 bfd_section_name (stdoutput, sec),
/freebsd-11-stable/contrib/binutils/gas/
H A Dread.c2754 bfd_section_name (stdoutput, seg),

Completed in 415 milliseconds

12