/toolchain/binutils/binutils-2.25/gold/ |
D | icf.h | 173 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()
|
D | target.h | 646 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()
|
D | object.cc | 322 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 …]
|
D | dwp.h | 63 is_prefix_of(const char* prefix, const char* str) in is_prefix_of() function
|
D | layout.cc | 637 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 …]
|
D | gc.h | 315 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()
|
D | gold.h | 245 is_prefix_of(const char* prefix, const char* str) in is_prefix_of() function
|
D | icf.cc | 681 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()
|
D | dwp.cc | 860 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()
|
D | incremental.cc | 975 || 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()
|
D | output.cc | 3282 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()
|
D | dwarf_reader.cc | 500 if (is_prefix_of(".debug_", section_name_suffix)) in read_section() 502 else if (is_prefix_of(".zdebug_", section_name_suffix)) in read_section()
|
D | symtab.h | 868 { return is_prefix_of("_ZTV", this->name_); } in is_cxx_vtable()
|
D | mips.cc | 5912 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()
|
D | i386.cc | 3851 && !is_prefix_of("__i686.get_pc_thunk.", sym->name())); in do_is_call_to_non_split()
|
D | arm.cc | 2546 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()
|
D | ChangeLog | 14200 (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/ |
D | plugin_section_order.c | 113 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()
|