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

/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-mips.c1374 static struct mips_hi16 *mips_hi16_list;
1400 n->next = mips_hi16_list;
1404 mips_hi16_list = n;
1454 while (mips_hi16_list != NULL)
1459 hi = mips_hi16_list;
1479 mips_hi16_list = hi->next;
1366 static struct mips_hi16 *mips_hi16_list; variable in typeref:struct:mips_hi16
/haiku-buildtools/binutils/bfd/
H A Delfxx-mips.c2426 static struct mips_hi16 *mips_hi16_list;
2452 n->next = mips_hi16_list;
2456 mips_hi16_list = n;
2506 while (mips_hi16_list != NULL)
2511 hi = mips_hi16_list;
2535 mips_hi16_list = hi->next;
2416 static struct mips_hi16 *mips_hi16_list; variable in typeref:struct:mips_hi16

Completed in 569 milliseconds