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

/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Daddr2line.c269 process_file (const char *file_name, const char *section_name,
297 if (section_name != NULL)
299 section = bfd_get_section_by_name (abfd, section_name);
301 fatal (_("%s: cannot find section %s"), file_name, section_name);
326 const char *section_name;
348 section_name = NULL;
395 section_name = optarg;
409 return process_file (file_name, section_name, target);
266 process_file(const char *file_name, const char *section_name, const char *target) argument
322 const char *section_name; local
H A Dobjdump.c2248 const char * section_name;
2262 len = strlen (sought->section_name);
2267 if (strncmp (sought->section_name, section->name, len) == 0
2290 s.section_name = stabsect_name;
2577 const char *section_name;
2621 section_name = (*(q->sym_ptr_ptr))->section->name;
2626 section_name = NULL;
2640 if (section_name == NULL)
2641 section_name = "*unknown*";
2642 printf ("[%s]", section_name);
2242 const char * section_name; member in struct:__anon7560
2567 const char *section_name; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/coff/
H A Dapollo.h70 #define s_zeroes section_name.s_name
71 #define s_offset (section_name.s_name+4)
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_seg.c270 KXLDSectionName *section_name = NULL; local
297 section_name = kxld_array_get_item(section_order, legacy_start);
298 segname = section_name->segname;
300 section_name = kxld_array_get_item(section_order, legacy_index);
301 if (!streq_safe(segname, section_name->segname,
302 sizeof(section_name->segname)))
345 section_name = kxld_array_get_item(section_order, i);
352 if (streq_safe(section_name->sectname, sect->sectname,
353 sizeof(section_name->sectname)))
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Daout-adobe.c81 char *section_name; local
108 section_name = ".text";
113 section_name = ".data";
118 section_name = ".bss";
135 sect = bfd_make_section_with_flags (abfd, section_name, flags);
143 sprintf (try_again, "%s%d", section_name, ++trynum);
H A Dtekhex.c914 const char *section_name = symbol->section->name; local
919 section_name, symbol->name);
H A Doasys.c672 const char *section_name = symbol->section == NULL ? local
678 section_name,
H A Dvms.c869 const char *section_name = symbol->section->name;
873 fprintf ((FILE *) file," %-8s %s", section_name, symbol->name);
867 const char *section_name = symbol->section->name; local
H A DpeXXigen.c917 const char * section_name;
949 for (p = known_sections; p->section_name; p++)
950 if (strcmp (scnhdr_int->s_name, p->section_name) == 0)
916 const char * section_name; member in struct:__anon7502
H A Delf64-alpha.c4007 const char *section_name;
4008 section_name = (bfd_elf_string_from_elf_section
4011 BFD_ASSERT(section_name != NULL);
4012 srel = bfd_get_section_by_name (dynobj, section_name);
3997 const char *section_name; local
H A Dsom.c4468 const char *section_name;
4470 section_name = symbol->section ? symbol->section->name : "(*none*)";
4472 fprintf (file, " %s\t%s", section_name, symbol->name);
4467 const char *section_name; local
H A Dieee.c1995 const char *section_name =
2007 section_name,
1992 const char *section_name = local
H A Dpdp11.c2101 const char *section_name = symbol->section->name;
2106 section_name,
2094 const char *section_name = symbol->section->name; local
H A Delf.c1370 const char *section_name;
1376 section_name = symbol->section ? symbol->section->name : "(*none*)";
1388 fprintf (file, " %s\t", section_name);
1368 const char *section_name; local
H A Daoutx.h2504 const char *section_name = symbol->section->name;
2509 section_name,
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dprintmsg.c71 const char *section_name)
90 printf(";; %s SECTION:\n", section_name);
70 printsection(dns_message_t *msg, dns_section_t sectionid, const char *section_name) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/
H A Dieee.h155 char * section_name; member in struct:ieee_section
/macosx-10.9.5/cctools-845/efitools/
H A Dmtoc.c567 char *object_addr, *section_name; local
734 section_name = section_names;
736 *section_name = '\0';
868 strcat(section_name, ".pointers");
869 len = strlen(section_name) + 1;
940 char *object_addr, *section_name; local
1059 section_name = section_names;
1061 *section_name = '\0';
1130 strcat(section_name, "LC_SEGMENT.");
1131 strcat(section_name, s6
[all...]
/macosx-10.9.5/CPANInternal-140/Class-Trigger-0.14/inc/Test/
H A DBase.pm153 my $section_name = shift || '';
154 my @blocks = $section_name
155 ? (grep { exists $_->{$section_name} } @$blocks)
/macosx-10.9.5/ruby-104/ruby/
H A Daddr2line.c462 char *section_name; local
527 section_name = shstr + shdr[i].sh_name;
528 if (!strcmp(section_name, ".debug_line")) {
531 } else if (!strcmp(section_name, ".gnu_debuglink")) {
/macosx-10.9.5/bind9-45.100/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
/macosx-10.9.5/man-16/man/man2html/
H A Dman2html.c1435 section_name(char *c) function
2105 out_html(section_name(wordlist[1]));

Completed in 325 milliseconds