Home | History | Annotate | Download | only in libebl

Lines Matching defs:res

42   const char *res = ebl != NULL ? ebl->section_name (section, xsection,
45 if (res == NULL)
48 res = "UNDEF";
50 res = "ABS";
52 res = "COMMON";
54 res = "BEFORE";
56 res = "AFTER";
63 res = scnnames[idx];
67 res = buf;
85 res = buf;
89 return res;