Home | History | Annotate | Download | only in gold

Lines Matching defs:isym

978       ld_plugin_symbol* isym = &syms[i];
987 else if (isym->def == LDPK_UNDEF
988 || isym->def == LDPK_WEAKUNDEF
989 || isym->def == LDPK_COMMON)
1029 isym->resolution = res;
1101 const struct ld_plugin_symbol* isym = &this->syms_[i];
1102 const char* name = isym->name;
1103 const char* ver = isym->version;
1113 switch (isym->def)
1127 switch (isym->def)
1143 switch (isym->visibility)
1160 if (isym->comdat_key != NULL
1161 && isym->comdat_key[0] != '\0'
1162 && !this->include_comdat_group(isym->comdat_key, layout))