Searched refs:group_reloc_table (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cctools-845/as/
H A Darm.c3381 static struct group_reloc_table_entry group_reloc_table[] =
3437 in group_reloc_table. The pointer will be updated to the character after
3440 group_reloc_table entry. */
3446 for (i = 0; i < ARRAY_SIZE (group_reloc_table); i++)
3448 int length = strlen (group_reloc_table[i].name);
3450 if (strncasecmp (group_reloc_table[i].name, *str, length) == 0 &&
3453 *out = &group_reloc_table[i];
3480 where <group_reloc> is one of the strings defined in group_reloc_table.
3379 static struct group_reloc_table_entry group_reloc_table[] = variable in typeref:struct:group_reloc_table_entry

Completed in 200 milliseconds