HomeSort by relevance Sort by last modified time
    Searched refs:is_prefix_of (Results 1 - 20 of 20) sorted by null

  /toolchain/binutils/binutils-2.27/gold/testsuite/
plugin_section_alignment.cc 55 inline static int is_prefix_of(const char *prefix, const char *str) function
62 if (is_prefix_of(".data.v", secname)) {
64 } else if (is_prefix_of(".bss.v", secname)) {
66 } else if (is_prefix_of(".rodata.v", secname)) {
212 if (is_prefix_of(".data.v", name) ||
213 is_prefix_of(".bss.v", name) ||
214 is_prefix_of(".rodata.v", name)) {
plugin_section_order.c 113 inline static int is_prefix_of(const char *prefix, const char *str) function
153 if (is_prefix_of(".text.", name))
  /toolchain/binutils/binutils-2.27/gold/
icf.h 173 return (is_prefix_of(".text", section_name_cstr)
174 || is_prefix_of(".gnu.linkonce.t", section_name_cstr));
dwp.h 63 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
target.h 657 return (!is_prefix_of(".rodata._ZTV", section_name)
658 && !is_prefix_of(".data.rel.ro._ZTV", section_name)
659 && !is_prefix_of(".rodata._ZTC", section_name)
660 && !is_prefix_of(".data.rel.ro._ZTC", section_name)
661 && !is_prefix_of(".eh_frame", section_name));
    [all...]
gold.h 249 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
gc.h 310 if (is_prefix_of(cident_section_start_prefix, gsym->name()))
315 else if (is_prefix_of(cident_section_stop_prefix, gsym->name()))
object.cc 360 if (is_prefix_of(".ctors", name)
361 || is_prefix_of(".dtors", name)
362 || is_prefix_of(".note", name)
363 || is_prefix_of(".init", name)
364 || is_prefix_of(".fini", name)
365 || is_prefix_of(".gcc_except_table", name)
366 || is_prefix_of(".jcr", name)
367 || is_prefix_of(".preinit_array", name)
368 || (is_prefix_of(".text", name)
370 || (is_prefix_of(".data", name
    [all...]
layout.cc 627 return (is_prefix_of(".debug", secname));
636 return (is_prefix_of(".zdebug", secname));
702 if (is_prefix_of(".debug_", name)
705 if (is_prefix_of(".zdebug_", name)
713 if (is_prefix_of(".debug_", name)
716 if (is_prefix_of(".zdebug_", name)
725 if (is_prefix_of(".debug_", name)
728 if (is_prefix_of(".zdebug_", name)
737 if (is_prefix_of(".gnu.lto_", name))
    [all...]
dwp.cc 860 if (is_prefix_of(".debug_", suffix))
862 else if (is_prefix_of(".zdebug_", suffix))
911 if (is_prefix_of(".debug_", suffix))
913 else if (is_prefix_of(".zdebug_", suffix))
1004 if (is_prefix_of(".debug_", suffix))
1006 else if (is_prefix_of(".zdebug_", suffix))
    [all...]
icf.cc 735 if ((is_prefix_of("._ZN", mangled_func_name)
736 || is_prefix_of("._ZZ", mangled_func_name))
    [all...]
incremental.cc 975 || is_prefix_of("--incremental-base=", argv[i])
976 || is_prefix_of("--incremental-patch=", argv[i])
977 || is_prefix_of("--debug=", argv[i]))
    [all...]
output.cc     [all...]
symtab.h 871 { return is_prefix_of("_ZTV", this->name_); }
    [all...]
dwarf_reader.cc 500 if (is_prefix_of(".debug_", section_name_suffix))
502 else if (is_prefix_of(".zdebug_", section_name_suffix))
    [all...]
arm.cc     [all...]
mips.cc     [all...]
i386.cc     [all...]
x86_64.cc 761 if (is_prefix_of(".relr.dyn", (*p)->name()))
    [all...]
aarch64.cc     [all...]

Completed in 317 milliseconds