Searched refs:linkonce_t (Results 1 – 1 of 1) sorted by relevance
1171 const char* const linkonce_t = ".gnu.linkonce.t."; in include_linkonce_section() local1173 if (strncmp(name, linkonce_t, strlen(linkonce_t)) == 0) in include_linkonce_section()1174 symname = name + strlen(linkonce_t); in include_linkonce_section()