| /src/external/gpl2/texinfo/dist/makeinfo/ |
| float.h | 37 char *section_name; member in struct:float_elt
|
| index.h | 40 char *section_name; /* ... and its title. */ member in struct:index_elt
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-opts.cc | 62 char *section_name; local 68 section_name = lto_get_section_name (LTO_section_opts, NULL, 0, NULL); 69 lto_begin_section (section_name, false); 199 free (section_name);
|
| lto-section-out.cc | 173 char *section_name; local 176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL); 177 lto_begin_section (section_name, !flag_wpa); 178 free (section_name);
|
| btfout.cc | 314 const char *section_name = node->get_section (); local 316 if (section_name == NULL) 321 section_name = ".bss"; 324 section_name = ".data"; 327 section_name = ".rodata"; 353 btf_datasec_push_entry (ctfc, section_name, info);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-opts.cc | 62 char *section_name; local 68 section_name = lto_get_section_name (LTO_section_opts, NULL, 0, NULL); 69 lto_begin_section (section_name, false); 201 free (section_name);
|
| lto-section-out.cc | 173 char *section_name; local 176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL); 177 lto_begin_section (section_name, !flag_wpa); 178 free (section_name);
|
| btfout.cc | 404 const char *section_name = node->get_section (); local 406 if (section_name == NULL) 411 section_name = ".bss"; 414 section_name = ".data"; 417 section_name = ".rodata"; 423 return section_name; 475 const char *section_name = get_section_name (func); local 479 if (section_name == NULL) 490 btf_datasec_push_entry (ctfc, section_name, info); 517 const char *section_name = get_section_name (node) local [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| addr2line.c | 437 process_file (const char *file_name, const char *section_name, 470 if (section_name != NULL) 472 section = bfd_get_section_by_name (abfd, section_name); 475 non_fatal (_("%s: cannot find section %s"), file_name, section_name); 500 const char *section_name; 522 section_name = NULL; 581 section_name = optarg; 595 return process_file (file_name, section_name, target); 496 const char *section_name; local
|
| bucomm.c | 74 const char *section_name; 82 section_name = NULL; 90 section_name = bfd_section_name (section); 92 if (section_name) 93 fprintf (stderr, ": %s[%s]", filename, section_name); 72 const char *section_name; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| addr2line.c | 437 process_file (const char *file_name, const char *section_name, 470 if (section_name != NULL) 472 section = bfd_get_section_by_name (abfd, section_name); 475 non_fatal (_("%s: cannot find section %s"), file_name, section_name); 500 const char *section_name; 522 section_name = NULL; 581 section_name = optarg; 595 return process_file (file_name, section_name, target); 496 const char *section_name; local
|
| bucomm.c | 74 const char *section_name; 82 section_name = NULL; 90 section_name = bfd_section_name (section); 92 if (section_name) 93 fprintf (stderr, ": %s[%s]", filename, section_name); 72 const char *section_name; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| solib-aix.c | 317 const char *section_name = bfd_section_name (bfd_sect); local 320 if (strcmp (section_name, ".text") == 0) 329 else if (strcmp (section_name, ".data") == 0) 334 else if (strcmp (section_name, ".bss") == 0)
|
| coff-pe-read.c | 56 std::string section_name; /* Recorded section name. */ member in struct:read_pe_section_data 74 read_pe_section_index (const char *section_name) 76 if (strcmp (section_name, ".text") == 0) 81 else if (strcmp (section_name, ".data") == 0) 86 else if (strcmp (section_name, ".bss") == 0) 102 get_pe_section_index (const char *section_name, 106 if (sections[i].section_name == section_name) 150 section_data->section_name.c_str (), sym_name, 338 section_data[PE_SECTION_INDEX_TEXT].section_name = ".text" [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| solib-aix.c | 317 const char *section_name = bfd_section_name (bfd_sect); local 320 if (strcmp (section_name, ".text") == 0) 329 else if (strcmp (section_name, ".data") == 0) 334 else if (strcmp (section_name, ".bss") == 0)
|
| coff-pe-read.c | 56 std::string section_name; /* Recorded section name. */ member in struct:read_pe_section_data 74 read_pe_section_index (const char *section_name) 76 if (strcmp (section_name, ".text") == 0) 81 else if (strcmp (section_name, ".data") == 0) 86 else if (strcmp (section_name, ".bss") == 0) 102 get_pe_section_index (const char *section_name, 106 if (sections[i].section_name == section_name) 150 section_data->section_name.c_str (), sym_name, 338 section_data[PE_SECTION_INDEX_TEXT].section_name = ".text" [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 303 nds32_emit_section_head_template (char section_name[], 314 fprintf (asm_out_file, "\t.section\t%s, %s\n", section_name, flags_str); 332 char section_name[100]; local 345 snprintf (section_name, sizeof (section_name), 350 nds32_emit_section_head_template (section_name, symbol_name, 2, true); 365 char section_name[100]; local 432 snprintf (section_name, sizeof (section_name), 439 nds32_emit_section_head_template (section_name, symbol_name 521 char section_name[100]; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 303 nds32_emit_section_head_template (char section_name[], 314 fprintf (asm_out_file, "\t.section\t%s, %s\n", section_name, flags_str); 332 char section_name[100]; local 345 snprintf (section_name, sizeof (section_name), 350 nds32_emit_section_head_template (section_name, symbol_name, 2, true); 365 char section_name[100]; local 432 snprintf (section_name, sizeof (section_name), 439 nds32_emit_section_head_template (section_name, symbol_name 521 char section_name[100]; local [all...] |
| /src/external/gpl3/gdb/dist/sim/erc32/ |
| func.c | 1025 const char *section_name; local 1027 section_name = bfd_section_name (section); 1035 if (strcmp (section_name, ".text") == 0) 1037 else if (strcmp (section_name, ".data") == 0) { 1059 section_name, (uint64_t) section_address, section_size);
|
| /src/external/gpl3/gdb.old/dist/sim/erc32/ |
| func.c | 1025 const char *section_name; local 1027 section_name = bfd_section_name (section); 1035 if (strcmp (section_name, ".text") == 0) 1037 else if (strcmp (section_name, ".data") == 0) { 1059 section_name, (uint64_t) section_address, section_size);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| tekhex.c | 938 const char *section_name = symbol->section->name; local 943 section_name, symbol->name);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-coff.c | 1568 char *section_name; 1585 c = get_symbol_name (§ion_name); 1586 name = notes_memdup0 (section_name, input_line_pointer - section_name); 1564 char *section_name; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| tekhex.c | 938 const char *section_name = symbol->section->name; local 943 section_name, symbol->name);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-coff.c | 1549 char *section_name; 1566 c = get_symbol_name (§ion_name); 1567 name = notes_memdup0 (section_name, input_line_pointer - section_name); 1545 char *section_name; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| bpf.cc | 1084 const char * section_name; local 1086 section_name = DECL_SECTION_NAME (current_function_decl); 1088 section_name = ".text"; 1091 bpf_core_reloc_add (container, section_name, &accessors, label); 1498 const char * section_name; local 1500 section_name = DECL_SECTION_NAME (fn->decl); 1502 section_name = ".text"; 1509 bpf_core_reloc_add (container, section_name, &accessors, label);
|