Lines Matching defs:eSym
1209 const Elf_Sym &eSym = eSyms[i];
1215 sym->value = eSym.st_value;
1216 sym->size = eSym.st_size;
1217 sym->type = eSym.getType();
1218 sym->binding = eSym.getBinding();
1219 sym->stOther = eSym.st_other;
1221 if (eSym.st_shndx != SHN_ABS) {
1227 if (!(eSym.st_value & 1) || (eSym.getType() != STT_FUNC)) {
1239 if (eSym.st_size != ACLESESYM_SIZE) {