Lines Matching defs:eSym
1194 const Elf_Sym &eSym = eSyms[i];
1200 sym->value = eSym.st_value;
1201 sym->size = eSym.st_size;
1202 sym->type = eSym.getType();
1203 sym->binding = eSym.getBinding();
1204 sym->stOther = eSym.st_other;
1206 if (eSym.st_shndx != SHN_ABS) {
1212 if (!(eSym.st_value & 1) || (eSym.getType() != STT_FUNC)) {
1224 if (eSym.st_size != ACLESESYM_SIZE) {