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

  /toolchain/binutils/binutils-2.27/gold/
dwp.h 63 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
gold.h 249 is_prefix_of(const char* prefix, const char* str) function in namespace:gold
  /toolchain/binutils/binutils-2.27/gold/testsuite/
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))
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)) {

Completed in 91 milliseconds