Lines Matching refs:sym
132 GElf_Sym sym;
144 &sym, &shndx) == NULL) {
157 if ((sym.st_shndx == SHN_XINDEX) &&
190 &sym, &shndx) == NULL)) {
212 type = GELF_ST_TYPE(sym.st_info);
213 bind = GELF_ST_BIND(sym.st_info);
233 if (sym.st_shndx < SHN_LORESERVE)
234 shndx = sym.st_shndx;
235 else if ((sym.st_shndx != SHN_XINDEX) ||
237 shndx = sym.st_shndx;
267 ndx, sym.st_value, sym.st_size,
268 typestr, bindstr, sym.st_other, shndxstr,
269 elf_strptr(elf, shdr.sh_link, sym.st_name));