Lines Matching defs:sym
129 GElf_Sym *sym;
138 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
139 if (sym == NULL)
146 if (sym->st_shndx != SHN_ABS)
149 (unsigned int) sym->st_shndx);
153 if (sym->st_value != 0xfeedbeef)
156 (uintmax_t) sym->st_value);
160 if (sym->st_size != 4)
163 (uintmax_t) sym->st_value);
167 if (GELF_ST_TYPE (sym->st_info) != STT_FILE)
170 (unsigned int) GELF_ST_TYPE (sym->st_info));