Lines Matching full:reloc_functions
1199 reloc_functions[] =1211 for (i = 0; reloc_functions[i].fname; i++)1213 int flen = strlen (reloc_functions[i].fname);1216 && strncasecmp (input_line_pointer + 1, reloc_functions[i].fname, flen) == 01219 reloc = reloc_functions[i].reloc;