| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | sco5-core.c | 112 char *secname; in sco5_core_file_p() local 222 secname = NULL; in sco5_core_file_p() 250 secname = ".reg"; in sco5_core_file_p() 258 secname = ".data"; /* Data region. */ in sco5_core_file_p() 261 secname = ".stack"; /* Stack region. */ in sco5_core_file_p() 264 secname = ".shmem"; /* Shared memory */ in sco5_core_file_p() 267 secname = ".libdat"; /* Shared library data */ in sco5_core_file_p() 270 secname = ".virt86"; /* Virtual 8086 mode */ in sco5_core_file_p() 273 secname = ".mmfile"; /* Memory mapped file */ in sco5_core_file_p() 276 secname = ".Xdat0"; /* XENIX data region, virtual 0 */ in sco5_core_file_p() [all …]
|
| H A D | irix-core.c | 59 char *secname; in do_sections64() local 71 secname = ".data"; in do_sections64() 74 secname = ".stack"; in do_sections64() 78 secname = ".mapfile"; in do_sections64() 90 if (!make_bfd_asection (abfd, secname, in do_sections64() 107 char *secname; in do_sections() local 119 secname = ".data"; in do_sections() 122 secname = ".stack"; in do_sections() 126 secname = ".mapfile"; in do_sections() 138 if (!make_bfd_asection (abfd, secname, in do_sections()
|
| H A D | osf-core.c | 78 char *secname; in osf_core_core_file_p() local 115 secname = ".data"; in osf_core_core_file_p() 119 secname = ".stack"; in osf_core_core_file_p() 123 secname = ".reg"; in osf_core_core_file_p() 132 if (!make_bfd_asection (abfd, secname, flags, in osf_core_core_file_p()
|
| H A D | lynx-core.c | 182 char secname[100]; in lynx_core_file_p() local 184 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid)); in lynx_core_file_p() 185 newsect = make_bfd_asection (abfd, secname, in lynx_core_file_p()
|
| H A D | hpux-core.c | 189 char secname[100]; /* Of arbitrary size, but plenty large. */ in hpux_core_core_file_p() local 248 sprintf (secname, ".reg/%d", core_kernel_thread_id (abfd)); in hpux_core_core_file_p() 249 if (!make_bfd_asection (abfd, secname, in hpux_core_core_file_p()
|
| H A D | mmo.c | 460 mmo_make_section (bfd *abfd, const char *secname) in mmo_make_section() argument 462 asection *sec = bfd_get_section_by_name (abfd, secname); in mmo_make_section() 466 char *newsecname = strdup (secname); in mmo_make_section() 473 abfd, secname); in mmo_make_section() 1002 char secname[sizeof (MMIX_OTHER_SPEC_SECTION_PREFIX) + 20] in mmo_get_generic_spec_data_section() local 1005 sprintf (secname + strlen (MMIX_OTHER_SPEC_SECTION_PREFIX), in mmo_get_generic_spec_data_section() 1008 sec = mmo_make_section (abfd, secname); in mmo_get_generic_spec_data_section() 1019 char *secname; in mmo_get_spec_section() local 1060 secname = bfd_malloc (secname_length + 1); in mmo_get_spec_section() 1061 secname[secname_length] = 0; in mmo_get_spec_section() [all …]
|
| H A D | ihex.c | 359 char *secname; in ihex_scan() local 365 secname = (char *) bfd_alloc (abfd, amt); in ihex_scan() 366 if (secname == NULL) in ihex_scan() 368 strcpy (secname, secbuf); in ihex_scan() 370 sec = bfd_make_section_with_flags (abfd, secname, flags); in ihex_scan()
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | irix-core.c | 59 char *secname; in do_sections64() local 71 secname = ".data"; in do_sections64() 74 secname = ".stack"; in do_sections64() 78 secname = ".mapfile"; in do_sections64() 90 if (!make_bfd_asection (abfd, secname, in do_sections64() 107 char *secname; in do_sections() local 119 secname = ".data"; in do_sections() 122 secname = ".stack"; in do_sections() 126 secname = ".mapfile"; in do_sections() 138 if (!make_bfd_asection (abfd, secname, in do_sections()
|
| H A D | osf-core.c | 78 char *secname; in osf_core_core_file_p() local 115 secname = ".data"; in osf_core_core_file_p() 119 secname = ".stack"; in osf_core_core_file_p() 123 secname = ".reg"; in osf_core_core_file_p() 132 if (!make_bfd_asection (abfd, secname, flags, in osf_core_core_file_p()
|
| H A D | lynx-core.c | 182 char secname[100]; in lynx_core_file_p() local 184 sprintf (secname, ".reg/%d", BUILDPID (0, threadp[secnum].tid)); in lynx_core_file_p() 185 newsect = make_bfd_asection (abfd, secname, in lynx_core_file_p()
|
| H A D | hpux-core.c | 187 char secname[100]; /* Of arbitrary size, but plenty large. */ in hpux_core_core_file_p() local 245 sprintf (secname, ".reg/%d", core_kernel_thread_id (abfd)); in hpux_core_core_file_p() 246 if (!make_bfd_asection (abfd, secname, in hpux_core_core_file_p()
|
| H A D | mmo.c | 460 mmo_make_section (bfd *abfd, const char *secname) in mmo_make_section() argument 462 asection *sec = bfd_get_section_by_name (abfd, secname); in mmo_make_section() 466 size_t len = strlen (secname) + 1; in mmo_make_section() 474 memcpy (newsecname, secname, len); in mmo_make_section() 998 char secname[sizeof (MMIX_OTHER_SPEC_SECTION_PREFIX) + 20] in mmo_get_generic_spec_data_section() local 1001 sprintf (secname + strlen (MMIX_OTHER_SPEC_SECTION_PREFIX), in mmo_get_generic_spec_data_section() 1004 sec = mmo_make_section (abfd, secname); in mmo_get_generic_spec_data_section() 1015 char *secname; in mmo_get_spec_section() local 1056 secname = bfd_malloc (secname_length + 1); in mmo_get_spec_section() 1057 secname[secname_length] = 0; in mmo_get_spec_section() [all …]
|
| H A D | ihex.c | 359 char *secname; in ihex_scan() local 365 secname = (char *) bfd_alloc (abfd, amt); in ihex_scan() 366 if (secname == NULL) in ihex_scan() 368 strcpy (secname, secbuf); in ihex_scan() 370 sec = bfd_make_section_with_flags (abfd, secname, flags); in ihex_scan()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | sectioning.c | 181 what_section (char *text, char **secname) in what_section() argument 223 if (secname) in what_section() 243 *secname = section_alist[i].name; in what_section() 323 char *temp, *secname; in sectioning_underscore() local 334 level = what_section (temp, &secname); in sectioning_underscore() 383 xml_insert_element_with_attribute (xml_element (secname), in sectioning_underscore() 388 xml_insert_element_with_attribute (xml_element (secname), in sectioning_underscore() 393 xml_insert_element (xml_element (secname), START); in sectioning_underscore() 396 xml_open_section (level, secname); in sectioning_underscore() 407 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore() [all …]
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | mdoc_state.c | 208 char *secname; in state_sh() local 214 secname = NULL; in state_sh() 215 deroff(&secname, n); in state_sh() 227 n->sec = n->parent->sec = secname == NULL ? in state_sh() 228 SEC_CUSTOM : mdoc_a2sec(secname); in state_sh() 231 free(secname); in state_sh()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | rddbg.c | 100 const char *secname; in read_section_stabs_debugging_info() member 120 sec = bfd_get_section_by_name (abfd, names[i].secname); in read_section_stabs_debugging_info() 136 bfd_get_filename (abfd), names[i].secname, in read_section_stabs_debugging_info() 201 bfd_get_filename (abfd), names[i].secname, in read_section_stabs_debugging_info() 225 bfd_get_filename (abfd), names[i].secname, in read_section_stabs_debugging_info()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | rddbg.c | 99 const char *secname; in read_section_stabs_debugging_info() member 118 sec = bfd_get_section_by_name (abfd, names[i].secname); in read_section_stabs_debugging_info() 132 bfd_get_filename (abfd), names[i].secname, in read_section_stabs_debugging_info() 200 bfd_get_filename (abfd), names[i].secname, in read_section_stabs_debugging_info() 224 bfd_get_filename (abfd), names[i].secname, in read_section_stabs_debugging_info()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | btfout.cc | 263 btf_datasec_push_entry (ctf_container_ref ctfc, const char *secname, in btf_datasec_push_entry() argument 266 if (secname == NULL) in btf_datasec_push_entry() 270 if (strcmp (datasecs[i].name, secname) == 0) in btf_datasec_push_entry() 279 ctf_add_string (ctfc, secname, &str_off, CTF_AUX_STRTAB); in btf_datasec_push_entry() 280 if (strcmp (secname, "")) in btf_datasec_push_entry() 281 ctfc->ctfc_aux_strlen += strlen (secname) + 1; in btf_datasec_push_entry() 284 ds.name = secname; in btf_datasec_push_entry()
|
| /netbsd-src/sys/arch/amd64/stand/prekern/ |
| H A D | elf.c | 146 char *buf, *secname; in elf_sym_lookup() local 161 secname = buf + 8; in elf_sym_lookup() 162 sec = elf_find_section(secname); in elf_sym_lookup() 170 secname = buf + 7; in elf_sym_lookup() 171 sec = elf_find_section(secname); in elf_sym_lookup()
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/ |
| H A D | ldelf.c | 2093 ldelf_place_orphan (asection *s, const char *secname, int constraint) in ldelf_place_orphan() argument 2157 secname = ".rela.dyn"; in ldelf_place_orphan() 2161 secname = ".rel.dyn"; in ldelf_place_orphan() 2167 else if (startswith (secname, ".rel")) in ldelf_place_orphan() 2169 secname = secname[4] == 'a' ? ".rela.dyn" : ".rel.dyn"; in ldelf_place_orphan() 2209 secname = ".mbind.bss"; in ldelf_place_orphan() 2211 secname = ".mbind.data"; in ldelf_place_orphan() 2213 secname = ".mbind.rodata"; in ldelf_place_orphan() 2215 secname = ".mbind.text"; in ldelf_place_orphan() 2224 for (os = lang_output_section_find (secname); in ldelf_place_orphan() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/ld/ |
| H A D | ldelf.c | 2102 ldelf_place_orphan (asection *s, const char *secname, int constraint) in ldelf_place_orphan() argument 2166 secname = ".rela.dyn"; in ldelf_place_orphan() 2170 secname = ".rel.dyn"; in ldelf_place_orphan() 2176 else if (startswith (secname, ".rel")) in ldelf_place_orphan() 2178 secname = secname[4] == 'a' ? ".rela.dyn" : ".rel.dyn"; in ldelf_place_orphan() 2218 secname = ".mbind.bss"; in ldelf_place_orphan() 2220 secname = ".mbind.data"; in ldelf_place_orphan() 2222 secname = ".mbind.rodata"; in ldelf_place_orphan() 2224 secname = ".mbind.text"; in ldelf_place_orphan() 2233 for (os = lang_output_section_find (secname); in ldelf_place_orphan() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | BNF | 50 ipopts = optlist | "sec-class" [ secname ] . 51 secname = seclvl [ "," secname ] .
|
| /netbsd-src/external/bsd/ipf/dist/tools/ |
| H A D | BNF.ipf | 49 ipopts = optlist | "sec-class" [ secname ] . 50 secname = seclvl [ "," secname ] .
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | msp430.em | 258 const char * secname, 277 if (strncmp (secname, ".upper.", 7) == 0 278 || strncmp (secname, ".lower.", 7) == 0) 280 warn_no_output_section (secname); 285 if (strncmp (secname, ".either.", 8) != 0) 289 secname += 7; 294 if (strchr (secname + 1, '.') != NULL) 296 name = xstrdup (secname); 301 name = (char *) secname;
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | msp430.em | 258 const char * secname, 277 if (strncmp (secname, ".upper.", 7) == 0 278 || strncmp (secname, ".lower.", 7) == 0) 280 warn_no_output_section (secname); 285 if (strncmp (secname, ".either.", 8) != 0) 289 secname += 7; 294 if (strchr (secname + 1, '.') != NULL) 296 name = xstrdup (secname); 301 name = (char *) secname;
|