Home | History | Annotate | Download | only in gold

Lines Matching full:st_other

106   // Read the symbols then set up st_other vector.
441 // ELF st_other field for local symbols.
2056 // Read the symbols then set up st_other vector.
2082 unsigned char st_other = sym.get_st_other();
2083 this->st_other_[i] = st_other;
2084 if ((st_other & elfcpp::STO_PPC64_LOCAL_MASK) != 0)
2089 gold_error(_("%s: local symbol %d has invalid st_other"