Home | History | Annotate | Download | only in config

Lines Matching full:gotrel

7613   } gotrel[] = {
7683 for (j = 0; j < ARRAY_SIZE (gotrel); j++)
7685 int len = gotrel[j].len;
7686 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0)
7688 if (gotrel[j].rel[object_64bit] != 0)
7693 *rel = gotrel
7703 *types = gotrel[j].types64;
7740 gotrel[j].str, 1 << (5 + object_64bit));
7777 gotrel[] =
7791 for (j = 0; j < ARRAY_SIZE (gotrel); j++)
7793 int len = gotrel[j].len;
7795 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0)
7797 if (gotrel[j].rel[object_64bit] != 0)
7802 *rel = gotrel[j].rel[object_64bit];
7814 *types = gotrel[j].types64;
7842 gotrel[j].str, 1 << (5 + object_64bit));