Home
last modified time | relevance | path

Searched refs:is_prefix_of (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dicf.h173 return (is_prefix_of(".text", section_name_cstr) in is_section_foldable_candidate()
174 || is_prefix_of(".gnu.linkonce.t", section_name_cstr)); in is_section_foldable_candidate()
Dtarget.h646 return (!is_prefix_of(".rodata._ZTV", section_name) in do_section_may_have_icf_unsafe_pointers()
647 && !is_prefix_of(".data.rel.ro._ZTV", section_name) in do_section_may_have_icf_unsafe_pointers()
648 && !is_prefix_of(".rodata._ZTC", section_name) in do_section_may_have_icf_unsafe_pointers()
649 && !is_prefix_of(".data.rel.ro._ZTC", section_name) in do_section_may_have_icf_unsafe_pointers()
650 && !is_prefix_of(".eh_frame", section_name)); in do_section_may_have_icf_unsafe_pointers()
Dobject.cc322 if (is_prefix_of(".ctors", name) in is_section_name_included()
323 || is_prefix_of(".dtors", name) in is_section_name_included()
324 || is_prefix_of(".note", name) in is_section_name_included()
325 || is_prefix_of(".init", name) in is_section_name_included()
326 || is_prefix_of(".fini", name) in is_section_name_included()
327 || is_prefix_of(".gcc_except_table", name) in is_section_name_included()
328 || is_prefix_of(".jcr", name) in is_section_name_included()
329 || is_prefix_of(".preinit_array", name) in is_section_name_included()
330 || (is_prefix_of(".text", name) in is_section_name_included()
332 || (is_prefix_of(".data", name) in is_section_name_included()
[all …]
Ddwp.h63 is_prefix_of(const char* prefix, const char* str) in is_prefix_of() function
Dlayout.cc637 return (is_prefix_of(".debug", secname)); in is_compressible_debug_section()
646 return (is_prefix_of(".zdebug", secname)); in is_compressed_debug_section()
703 if (is_prefix_of(".debug_", name) in include_section()
706 if (is_prefix_of(".zdebug_", name) in include_section()
714 if (is_prefix_of(".debug_", name) in include_section()
717 if (is_prefix_of(".zdebug_", name) in include_section()
726 if (is_prefix_of(".debug_", name) in include_section()
729 if (is_prefix_of(".zdebug_", name) in include_section()
738 if (is_prefix_of(".gnu.lto_", name)) in include_section()
1134 if (is_prefix_of(text_section_sort[i], name)) in special_ordering_of_input_section()
[all …]
Dgc.h315 if (is_prefix_of(cident_section_start_prefix, gsym->name())) in gc_process_relocs()
320 else if (is_prefix_of(cident_section_stop_prefix, gsym->name())) in gc_process_relocs()
Dgold.h245 is_prefix_of(const char* prefix, const char* str) in is_prefix_of() function
Dicf.cc681 if ((is_prefix_of("._ZN", mangled_func_name) in is_function_ctor_or_dtor()
682 || is_prefix_of("._ZZ", mangled_func_name)) in is_function_ctor_or_dtor()
Ddwp.cc860 if (is_prefix_of(".debug_", suffix)) in read_executable()
862 else if (is_prefix_of(".zdebug_", suffix)) in read_executable()
911 if (is_prefix_of(".debug_", suffix)) in read()
913 else if (is_prefix_of(".zdebug_", suffix)) in read()
1004 if (is_prefix_of(".debug_", suffix)) in verify()
1006 else if (is_prefix_of(".zdebug_", suffix)) in verify()
Dincremental.cc975 || is_prefix_of("--incremental-base=", argv[i]) in report_command_line()
976 || is_prefix_of("--incremental-patch=", argv[i]) in report_command_line()
977 || is_prefix_of("--debug=", argv[i])) in report_command_line()
Doutput.cc3282 if (is_prefix_of(".ctors.", this->section_name_.c_str()) in get_priority()
3283 || is_prefix_of(".dtors.", this->section_name_.c_str())) in get_priority()
3285 else if (is_prefix_of(".init_array.", this->section_name_.c_str()) in get_priority()
3286 || is_prefix_of(".fini_array.", this->section_name_.c_str())) in get_priority()
Ddwarf_reader.cc500 if (is_prefix_of(".debug_", section_name_suffix)) in read_section()
502 else if (is_prefix_of(".zdebug_", section_name_suffix)) in read_section()
Dsymtab.h868 { return is_prefix_of("_ZTV", this->name_); } in is_cxx_vtable()
Dmips.cc5912 this->section_is_mips16_fn_stub_[i] = is_prefix_of(".mips16.fn", name); in do_read_symbols()
5914 is_prefix_of(".mips16.call.", name); in do_read_symbols()
5916 is_prefix_of(".mips16.call.fp.", name); in do_read_symbols()
Di386.cc3851 && !is_prefix_of("__i686.get_pc_thunk.", sym->name())); in do_is_call_to_non_split()
Darm.cc2546 return (!is_prefix_of(".ARM.exidx", section_name) in do_section_may_have_icf_unsafe_pointers()
2547 && !is_prefix_of(".ARM.extab", section_name) in do_section_may_have_icf_unsafe_pointers()
DChangeLog14200 (is_prefix_of): Move from "layout.cc".
14202 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
/toolchain/binutils/binutils-2.25/gold/testsuite/
Dplugin_section_order.c113 inline static int is_prefix_of(const char *prefix, const char *str) in is_prefix_of() function
153 if (is_prefix_of(".text.", name)) in claim_file_hook()