Home | History | Annotate | Download | only in tests

Lines Matching defs:sym

113 	  GElf_Sym *sym;
122 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem);
123 if (sym == NULL)
130 if (sym->st_shndx != SHN_ABS)
133 (unsigned int) sym->st_shndx);
137 if (sym->st_value != 0xfeedbeef)
140 (uintmax_t) sym->st_value);
144 if (sym->st_size != 4)
147 (uintmax_t) sym->st_value);
151 if (GELF_ST_TYPE (sym->st_info) != STT_FILE)
154 (unsigned int) GELF_ST_TYPE (sym->st_info));