Searched refs:is_prefix_of (Results 1 - 25 of 54) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dplugin_section_alignment.cc55 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)) {
H A Dplugin_new_section_layout.c116 inline static int is_prefix_of(const char *prefix, const char *str) function
156 if (is_prefix_of(".text.", name))
H A Dplugin_section_order.c114 inline static int is_prefix_of(const char *prefix, const char *str) function
154 if (is_prefix_of(".text.", name))
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dicf.h202 return (is_prefix_of(".text", section_name_cstr)
203 || is_prefix_of(".gcc_except_table", section_name_cstr)
204 || is_prefix_of(".gnu.linkonce.t", section_name_cstr));
H A Ddwp.h63 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
H A Dgc.h204 || is_prefix_of(".eh_frame", src_section_name.c_str())))
316 if (is_prefix_of(cident_section_start_prefix, gsym->name()))
321 else if (is_prefix_of(cident_section_stop_prefix, gsym->name()))
H A Dtarget.h682 return (!is_prefix_of(".rodata._ZTV", section_name)
683 && !is_prefix_of(".data.rel.ro._ZTV", section_name)
684 && !is_prefix_of(".rodata._ZTC", section_name)
685 && !is_prefix_of(".data.rel.ro._ZTC", section_name)
686 && !is_prefix_of(".eh_frame", section_name));
H A Dgold.h249 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
H A Dobject.cc360 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("
[all...]
H A Dlayout.cc633 return (is_prefix_of(".debug", secname));
642 return (is_prefix_of(".zdebug", secname));
708 if (is_prefix_of(".debug_", name)
711 if (is_prefix_of(".zdebug_", name)
719 if (is_prefix_of(".debug_", name)
722 if (is_prefix_of(".zdebug_", name)
731 if (is_prefix_of(".debug_", name)
734 if (is_prefix_of(".zdebug_", name)
743 if (is_prefix_of(".gnu.lto_", name))
1140 if (is_prefix_of(text_section_sor
[all...]
H A Ddwp.cc860 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))
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dicf.h202 return (is_prefix_of(".text", section_name_cstr)
203 || is_prefix_of(".gcc_except_table", section_name_cstr)
204 || is_prefix_of(".gnu.linkonce.t", section_name_cstr));
H A Ddwp.h63 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
H A Dgc.h204 || is_prefix_of(".eh_frame", src_section_name.c_str())))
316 if (is_prefix_of(cident_section_start_prefix, gsym->name()))
321 else if (is_prefix_of(cident_section_stop_prefix, gsym->name()))
H A Dtarget.h674 return (!is_prefix_of(".rodata._ZTV", section_name)
675 && !is_prefix_of(".data.rel.ro._ZTV", section_name)
676 && !is_prefix_of(".rodata._ZTC", section_name)
677 && !is_prefix_of(".data.rel.ro._ZTC", section_name)
678 && !is_prefix_of(".eh_frame", section_name));
H A Dgold.h245 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
H A Dobject.cc360 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("
[all...]
H A Dlayout.cc633 return (is_prefix_of(".debug", secname));
642 return (is_prefix_of(".zdebug", secname));
708 if (is_prefix_of(".debug_", name)
711 if (is_prefix_of(".zdebug_", name)
719 if (is_prefix_of(".debug_", name)
722 if (is_prefix_of(".zdebug_", name)
731 if (is_prefix_of(".debug_", name)
734 if (is_prefix_of(".zdebug_", name)
743 if (is_prefix_of(".gnu.lto_", name))
1139 if (is_prefix_of(text_section_sor
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dicf.h202 return (is_prefix_of(".text", section_name_cstr)
203 || is_prefix_of(".gcc_except_table", section_name_cstr)
204 || is_prefix_of(".gnu.linkonce.t", section_name_cstr));
H A Ddwp.h63 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
H A Dgc.h204 || is_prefix_of(".eh_frame", src_section_name.c_str())))
316 if (is_prefix_of(cident_section_start_prefix, gsym->name()))
321 else if (is_prefix_of(cident_section_stop_prefix, gsym->name()))
H A Dtarget.h682 return (!is_prefix_of(".rodata._ZTV", section_name)
683 && !is_prefix_of(".data.rel.ro._ZTV", section_name)
684 && !is_prefix_of(".rodata._ZTC", section_name)
685 && !is_prefix_of(".data.rel.ro._ZTC", section_name)
686 && !is_prefix_of(".eh_frame", section_name));
H A Dgold.h249 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
H A Dobject.cc360 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("
[all...]
H A Dlayout.cc633 return (is_prefix_of(".debug", secname));
642 return (is_prefix_of(".zdebug", secname));
708 if (is_prefix_of(".debug_", name)
711 if (is_prefix_of(".zdebug_", name)
719 if (is_prefix_of(".debug_", name)
722 if (is_prefix_of(".zdebug_", name)
731 if (is_prefix_of(".debug_", name)
734 if (is_prefix_of(".zdebug_", name)
743 if (is_prefix_of(".gnu.lto_", name))
1140 if (is_prefix_of(text_section_sor
[all...]

Completed in 329 milliseconds

123