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

12

/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-main.h27 extern void mi_load_progress (const char *section_name,
H A Dmi-main.c1411 mi_load_progress (const char *section_name, argument
1440 strcmp (previous_sect_name, section_name) : 1);
1445 previous_sect_name = xstrdup (section_name);
1451 ui_out_field_string (uiout, "section", section_name);
1470 ui_out_field_string (uiout, "section", section_name);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dfloat.h35 char *section_name; member in struct:float_elt
H A Dindex.h38 char *section_name; /* ... and its title. */ member in struct:index_elt
H A Dfloat.c75 new->section_name = current_sectioning_name ();
77 new->section_name = "";
386 insert_string (expansion (temp->section_name, 0));
H A Dindex.c200 new->section_name = current_sectioning_name ();
202 new->section_name = "";
207 new->section_name = NULL;
933 insert_string (expansion (index->section_name, 0));
/freebsd-9.3-release/contrib/binutils/binutils/
H A Daddr2line.c267 process_file (const char *file_name, const char *section_name,
295 if (section_name != NULL)
297 section = bfd_get_section_by_name (abfd, section_name);
299 fatal (_("%s: cannot find section %s"), file_name, section_name);
324 const char *section_name;
346 section_name = NULL;
393 section_name = optarg;
407 return process_file (file_name, section_name, target);
264 process_file(const char *file_name, const char *section_name, const char *target) argument
320 const char *section_name; local
H A Dobjdump.c2319 const char * section_name;
2333 len = strlen (sought->section_name);
2338 if (strncmp (sought->section_name, section->name, len) == 0
2361 s.section_name = stabsect_name;
2652 const char *section_name;
2696 section_name = (*(q->sym_ptr_ptr))->section->name;
2701 section_name = NULL;
2715 if (section_name == NULL)
2716 section_name = "*unknown*";
2717 printf ("[%s]", section_name);
2313 const char * section_name; member in struct:__anon409
2642 const char *section_name; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddsrec.c97 char *section_name = (char *) bfd_get_section_name (abfd, s); local
103 section_name,
128 if (ui_load_progress_hook (section_name, (unsigned long) i))
141 if (ui_load_progress_hook (section_name, (unsigned long) i))
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.c435 char section_name[100]; local
441 sprintf (section_name, "%s/%d", name, PIDGET (inferior_ptid));
443 strcpy (section_name, name);
445 section = bfd_get_section_by_name (core_bfd, section_name);
H A Dsymfile.c1273 get_section_index (struct objfile *objfile, char *section_name)
1275 asection *sect = bfd_get_section_by_name (objfile->obfd, section_name);
1272 get_section_index(struct objfile *objfile, char *section_name) argument
/freebsd-9.3-release/contrib/binutils/include/
H A Dieee.h155 char * section_name; member in struct:ieee_section
/freebsd-9.3-release/contrib/gdb/include/
H A Dieee.h155 char * section_name; member in struct:ieee_section
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-coff.c1493 char *section_name;
1508 section_name = input_line_pointer;
1511 name = xmalloc (input_line_pointer - section_name + 1);
1512 strcpy (name, section_name);
1489 char *section_name; local
H A Dtc-ppc.c4502 char *section_name;
4510 section_name = input_line_pointer;
4513 name = xmalloc (input_line_pointer - section_name + 1);
4514 strcpy (name, section_name);
4486 char *section_name; local
H A Dtc-mips.c12500 char *section_name;
12511 section_name = input_line_pointer;
12521 input_line_pointer = section_name;
12545 section_name = xstrdup (section_name);
12563 obj_elf_change_section (section_name, section_type, section_flag,
12566 if (now_seg->name != section_name)
12567 free (section_name);
12489 char *section_name; local
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dtekhex.c914 const char *section_name = symbol->section->name; local
919 section_name, symbol->name);
H A DpeXXigen.c932 const char * section_name;
964 for (p = known_sections; p->section_name; p++)
965 if (strcmp (scnhdr_int->s_name, p->section_name) == 0)
931 const char * section_name; member in struct:__anon380
H A Delf64-alpha.c4054 const char *section_name;
4055 section_name = (bfd_elf_string_from_elf_section
4058 BFD_ASSERT(section_name != NULL);
4059 srel = bfd_get_section_by_name (dynobj, section_name);
4044 const char *section_name; local
H A Dieee.c1995 const char *section_name =
2007 section_name,
1992 const char *section_name = local
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.h339 const char *section_name; member in struct:lang_address_statement_struct
H A Dldlang.c2146 const char *section_name;
2153 section_name = bfd_get_section_name (file->the_bfd, section);
3313 (s->address_statement.section_name));
3750 minfo (_("Address of section %s set to "), address->section_name);
4989 operator .startof. (section_name), it produces an undefined symbol
4990 .startof.section_name. Similarly, when it sees
4991 .sizeof. (section_name), it produces an undefined symbol
4992 .sizeof.section_name. For all the output sections, we look for
5890 ad->section_name = name;
2144 const char *section_name; local
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c437 char section_name[32]; local
450 snprintf (section_name, sizeof (section_name), ".tname/%u", lwpid);
451 section = bfd_get_section_by_name (core_bfd, section_name);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Dhost.c249 const char *section_name, isc_boolean_t headers,
269 printf(";; %s SECTION:\n", section_name);
248 printsection(dns_message_t *msg, dns_section_t sectionid, const char *section_name, isc_boolean_t headers, dig_query_t *query) argument

Completed in 406 milliseconds

12