Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 25 of 180) sorted by relevance

12345678

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc303 nds32_emit_section_head_template (char section_name[], in nds32_emit_section_head_template() argument
314 fprintf (asm_out_file, "\t.section\t%s, %s\n", section_name, flags_str); in nds32_emit_section_head_template()
332 char section_name[100]; in nds32_emit_isr_jmptbl_section() local
345 snprintf (section_name, sizeof (section_name), in nds32_emit_isr_jmptbl_section()
350 nds32_emit_section_head_template (section_name, symbol_name, 2, true); in nds32_emit_isr_jmptbl_section()
365 char section_name[100]; in nds32_emit_isr_vector_section() local
432 snprintf (section_name, sizeof (section_name), in nds32_emit_isr_vector_section()
439 nds32_emit_section_head_template (section_name, symbol_name, in nds32_emit_isr_vector_section()
521 char section_name[100]; in nds32_emit_isr_reset_content() local
543 snprintf (section_name, sizeof (section_name), ".nds32_jmptbl.00"); in nds32_emit_isr_reset_content()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c303 nds32_emit_section_head_template (char section_name[], in nds32_emit_section_head_template() argument
314 fprintf (asm_out_file, "\t.section\t%s, %s\n", section_name, flags_str); in nds32_emit_section_head_template()
332 char section_name[100]; in nds32_emit_isr_jmptbl_section() local
345 snprintf (section_name, sizeof (section_name), in nds32_emit_isr_jmptbl_section()
350 nds32_emit_section_head_template (section_name, symbol_name, 2, true); in nds32_emit_isr_jmptbl_section()
365 char section_name[100]; in nds32_emit_isr_vector_section() local
432 snprintf (section_name, sizeof (section_name), in nds32_emit_isr_vector_section()
439 nds32_emit_section_head_template (section_name, symbol_name, in nds32_emit_isr_vector_section()
521 char section_name[100]; in nds32_emit_isr_reset_content() local
543 snprintf (section_name, sizeof (section_name), ".nds32_jmptbl.00"); in nds32_emit_isr_reset_content()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dexpression.cc806 Section_expression(const char* section_name, size_t section_name_len) in Section_expression() argument
807 : section_name_(section_name, section_name_len) in Section_expression()
839 const char* section_name = this->section_name_.c_str(); in value() local
840 Output_section* os = eei->layout->find_output_section(section_name); in value()
851 if (ss->script_sections()->get_output_section_info(section_name, in value()
861 this->function_name(), section_name); in value()
985 Addr_expression(const char* section_name, size_t section_name_len) in Addr_expression() argument
986 : Section_expression(section_name, section_name_len) in Addr_expression()
1013 script_exp_function_addr(const char* section_name, size_t section_name_len) in script_exp_function_addr() argument
1015 return new Addr_expression(section_name, section_name_len); in script_exp_function_addr()
[all …]
H A Dicf.h139 check_section_for_function_pointers(const std::string& section_name, in check_section_for_function_pointers() argument
145 section_name.c_str())); in check_section_for_function_pointers()
199 is_section_foldable_candidate(const std::string& section_name) in is_section_foldable_candidate() argument
201 const char* section_name_cstr = section_name.c_str(); in is_section_foldable_candidate()
H A Ddwp.cc170 section_name(unsigned int shndx) in section_name() function in gold::Dwo_file
171 { return this->obj_->section_name(shndx); } in section_name()
276 { return this->elf_file_.section_name(shndx); } in do_section_name()
606 add_output_section(const char* section_name, int align);
610 write_new_section(const char* section_name, const unsigned char* contents,
858 std::string sect_name = this->section_name(i); in read_executable()
909 std::string sect_name = this->section_name(i); in read()
1002 std::string sect_name = this->section_name(i); in verify()
1157 this->name_, this->section_name(shndx).c_str(), version); in sized_read_unit_index()
1183 this->section_name(shndx).c_str()); in sized_read_unit_index()
[all …]
H A Dtarget.h327 section_may_have_icf_unsafe_pointers(const char* section_name) const in section_may_have_icf_unsafe_pointers() argument
328 { return this->do_section_may_have_icf_unsafe_pointers(section_name); } in section_may_have_icf_unsafe_pointers()
678 do_section_may_have_icf_unsafe_pointers(const char* section_name) const in do_section_may_have_icf_unsafe_pointers() argument
682 return (!is_prefix_of(".rodata._ZTV", section_name) in do_section_may_have_icf_unsafe_pointers()
683 && !is_prefix_of(".data.rel.ro._ZTV", section_name) in do_section_may_have_icf_unsafe_pointers()
684 && !is_prefix_of(".rodata._ZTC", section_name) in do_section_may_have_icf_unsafe_pointers()
685 && !is_prefix_of(".data.rel.ro._ZTC", section_name) in do_section_may_have_icf_unsafe_pointers()
686 && !is_prefix_of(".eh_frame", section_name)); in do_section_may_have_icf_unsafe_pointers()
H A Dmerge.cc423 Output_merge_data::do_print_merge_stats(const char* section_name) in do_print_merge_stats() argument
427 program_name, section_name, in do_print_merge_stats()
467 object->section_name(shndx).c_str()); in do_add_input_section()
531 object->section_name(shndx).c_str()); in do_add_input_section()
651 Output_merge_string<Char_type>::do_print_merge_stats(const char* section_name) in do_print_merge_stats() argument
654 snprintf(buf, sizeof buf, "%s merged %s", section_name, this->string_name()); in do_print_merge_stats()
H A Dscript-sections.cc114 increment_offset(std::string section_name, uint64_t amount, in increment_offset() argument
122 section_name.c_str(), this->name_.c_str()); in increment_offset()
1294 match_name(const char* file_name, const char* section_name, bool* keep) const;
1451 const char* section_name, in match_name() argument
1469 if (match(section_name, p->pattern.c_str(), p->pattern_is_wildcard)) in match_name()
1504 section_name() const in section_name() function in gold::Input_section_info
1614 unsigned long ip1 = get_init_priority(isi1.section_name().c_str()); in operator ()()
1615 unsigned long ip2 = get_init_priority(isi2.section_name().c_str()); in operator ()()
1625 if (isi1.section_name() != isi2.section_name()) in operator ()()
1626 return isi1.section_name() < isi2.section_name(); in operator ()()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dexpression.cc806 Section_expression(const char* section_name, size_t section_name_len) in Section_expression() argument
807 : section_name_(section_name, section_name_len) in Section_expression()
839 const char* section_name = this->section_name_.c_str(); in value() local
840 Output_section* os = eei->layout->find_output_section(section_name); in value()
851 if (ss->script_sections()->get_output_section_info(section_name, in value()
861 this->function_name(), section_name); in value()
985 Addr_expression(const char* section_name, size_t section_name_len) in Addr_expression() argument
986 : Section_expression(section_name, section_name_len) in Addr_expression()
1013 script_exp_function_addr(const char* section_name, size_t section_name_len) in script_exp_function_addr() argument
1015 return new Addr_expression(section_name, section_name_len); in script_exp_function_addr()
[all …]
H A Dicf.h139 check_section_for_function_pointers(const std::string& section_name, in check_section_for_function_pointers() argument
145 section_name.c_str())); in check_section_for_function_pointers()
199 is_section_foldable_candidate(const std::string& section_name) in is_section_foldable_candidate() argument
201 const char* section_name_cstr = section_name.c_str(); in is_section_foldable_candidate()
H A Ddwp.cc170 section_name(unsigned int shndx) in section_name() function in gold::Dwo_file
171 { return this->obj_->section_name(shndx); } in section_name()
276 { return this->elf_file_.section_name(shndx); } in do_section_name()
606 add_output_section(const char* section_name, int align);
610 write_new_section(const char* section_name, const unsigned char* contents,
858 std::string sect_name = this->section_name(i); in read_executable()
909 std::string sect_name = this->section_name(i); in read()
1002 std::string sect_name = this->section_name(i); in verify()
1157 this->name_, this->section_name(shndx).c_str(), version); in sized_read_unit_index()
1183 this->section_name(shndx).c_str()); in sized_read_unit_index()
[all …]
H A Dtarget.h327 section_may_have_icf_unsafe_pointers(const char* section_name) const in section_may_have_icf_unsafe_pointers() argument
328 { return this->do_section_may_have_icf_unsafe_pointers(section_name); } in section_may_have_icf_unsafe_pointers()
678 do_section_may_have_icf_unsafe_pointers(const char* section_name) const in do_section_may_have_icf_unsafe_pointers() argument
682 return (!is_prefix_of(".rodata._ZTV", section_name) in do_section_may_have_icf_unsafe_pointers()
683 && !is_prefix_of(".data.rel.ro._ZTV", section_name) in do_section_may_have_icf_unsafe_pointers()
684 && !is_prefix_of(".rodata._ZTC", section_name) in do_section_may_have_icf_unsafe_pointers()
685 && !is_prefix_of(".data.rel.ro._ZTC", section_name) in do_section_may_have_icf_unsafe_pointers()
686 && !is_prefix_of(".eh_frame", section_name)); in do_section_may_have_icf_unsafe_pointers()
H A Dmerge.cc423 Output_merge_data::do_print_merge_stats(const char* section_name) in do_print_merge_stats() argument
427 program_name, section_name, in do_print_merge_stats()
467 object->section_name(shndx).c_str()); in do_add_input_section()
531 object->section_name(shndx).c_str()); in do_add_input_section()
651 Output_merge_string<Char_type>::do_print_merge_stats(const char* section_name) in do_print_merge_stats() argument
654 snprintf(buf, sizeof buf, "%s merged %s", section_name, this->string_name()); in do_print_merge_stats()
H A Dscript-sections.cc114 increment_offset(std::string section_name, uint64_t amount, in increment_offset() argument
122 section_name.c_str(), this->name_.c_str()); in increment_offset()
1294 match_name(const char* file_name, const char* section_name, bool* keep) const;
1451 const char* section_name, in match_name() argument
1469 if (match(section_name, p->pattern.c_str(), p->pattern_is_wildcard)) in match_name()
1504 section_name() const in section_name() function in gold::Input_section_info
1614 unsigned long ip1 = get_init_priority(isi1.section_name().c_str()); in operator ()()
1615 unsigned long ip2 = get_init_priority(isi2.section_name().c_str()); in operator ()()
1625 if (isi1.section_name() != isi2.section_name()) in operator ()()
1626 return isi1.section_name() < isi2.section_name(); in operator ()()
[all …]
H A Dicf.cc825 is_function_ctor_or_dtor(const std::string& section_name) in is_function_ctor_or_dtor() argument
827 const char* mangled_func_name = strrchr(section_name.c_str(), '.'); in is_function_ctor_or_dtor()
978 const std::string section_name = (*p)->section_name(i); in find_identical_sections() local
979 if (!is_section_foldable_candidate(section_name)) in find_identical_sections()
981 if (is_prefix_of(".eh_frame", section_name.c_str())) in find_identical_sections()
995 && !is_function_ctor_or_dtor(section_name) in find_identical_sections()
1031 (*p)->section_name(*it_eh_ind).c_str()); in find_identical_sections()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.cc154 bpf_core_reloc_add (const tree type, const char * section_name, in bpf_core_reloc_add() argument
181 if (strcmp (sec->name, section_name) == 0) in bpf_core_reloc_add()
190 ctf_add_string (ctfc, section_name, &sec->name_offset, CTF_AUX_STRTAB); in bpf_core_reloc_add()
191 if (strcmp (section_name, "")) in bpf_core_reloc_add()
192 ctfc->ctfc_aux_strlen += strlen (section_name) + 1; in bpf_core_reloc_add()
194 sec->name = section_name; in bpf_core_reloc_add()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Daddr2line.c434 process_file (const char *file_name, const char *section_name, in process_file() argument
467 if (section_name != NULL) in process_file()
469 section = bfd_get_section_by_name (abfd, section_name); in process_file()
472 non_fatal (_("%s: cannot find section %s"), file_name, section_name); in process_file()
496 const char *section_name; in main() local
518 section_name = NULL; in main()
577 section_name = optarg; in main()
591 return process_file (file_name, section_name, target); in main()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Daddr2line.c431 process_file (const char *file_name, const char *section_name, in process_file() argument
459 if (section_name != NULL) in process_file()
461 section = bfd_get_section_by_name (abfd, section_name); in process_file()
463 fatal (_("%s: cannot find section %s"), file_name, section_name); in process_file()
484 const char *section_name; in main() local
506 section_name = NULL; in main()
565 section_name = optarg; in main()
579 return process_file (file_name, section_name, target); in main()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dmk-fipsmodule-cnf.pl16 my $section_name = "fips_sect";
20 "section_name=s" => \$section_name)
39 [$section_name]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-opts.cc62 char *section_name; in lto_write_options() local
68 section_name = lto_get_section_name (LTO_section_opts, NULL, 0, NULL); in lto_write_options()
69 lto_begin_section (section_name, false); in lto_write_options()
198 free (section_name); in lto_write_options()
H A Dlto-section-out.cc173 char *section_name; in lto_destroy_simple_output_block() local
176 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL); in lto_destroy_simple_output_block()
177 lto_begin_section (section_name, !flag_wpa); in lto_destroy_simple_output_block()
178 free (section_name); in lto_destroy_simple_output_block()
H A Dlto-streamer-out.cc2197 char *section_name; in produce_asm() local
2202 section_name = lto_get_section_name (section_type, name, in produce_asm()
2207 section_name = lto_get_section_name (section_type, NULL, 0, NULL); in produce_asm()
2209 lto_begin_section (section_name, !flag_wpa); in produce_asm()
2210 free (section_name); in produce_asm()
2512 char *section_name; in lto_output_toplevel_asms() local
2531 section_name = lto_get_section_name (LTO_section_asm, NULL, 0, NULL); in lto_output_toplevel_asms()
2532 lto_begin_section (section_name, !flag_wpa); in lto_output_toplevel_asms()
2533 free (section_name); in lto_output_toplevel_asms()
2563 char *section_name = in copy_function_or_variable() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-opts.c62 char *section_name; in lto_write_options() local
68 section_name = lto_get_section_name (LTO_section_opts, NULL, 0, NULL); in lto_write_options()
69 lto_begin_section (section_name, false); in lto_write_options()
196 free (section_name); in lto_write_options()
H A Dlto-section-out.c278 char *section_name; in lto_destroy_simple_output_block() local
281 section_name = lto_get_section_name (ob->section_type, NULL, 0, NULL); in lto_destroy_simple_output_block()
282 lto_begin_section (section_name, !flag_wpa); in lto_destroy_simple_output_block()
283 free (section_name); in lto_destroy_simple_output_block()
H A Dlto-streamer-out.c2139 char *section_name; in produce_asm() local
2144 section_name = lto_get_section_name (section_type, name, in produce_asm()
2149 section_name = lto_get_section_name (section_type, NULL, 0, NULL); in produce_asm()
2151 lto_begin_section (section_name, !flag_wpa); in produce_asm()
2152 free (section_name); in produce_asm()
2431 char *section_name; in lto_output_toplevel_asms() local
2450 section_name = lto_get_section_name (LTO_section_asm, NULL, 0, NULL); in lto_output_toplevel_asms()
2451 lto_begin_section (section_name, !flag_wpa); in lto_output_toplevel_asms()
2452 free (section_name); in lto_output_toplevel_asms()
2482 char *section_name = in copy_function_or_variable() local
[all …]

12345678