Home
last modified time | relevance | path

Searched refs:mips16_stubs (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/config/mips/
H A Dmips.c8036 static struct mips16_stub *mips16_stubs; variable
8156 for (l = mips16_stubs; l != NULL; l = l->next) in build_mips16_call_stub()
8300 l->next = mips16_stubs; in build_mips16_call_stub()
8301 mips16_stubs = l; in build_mips16_call_stub()
/openbsd/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c9108 static struct mips16_stub *mips16_stubs; variable
9243 for (l = mips16_stubs; l != NULL; l = l->next)
9385 l->next = mips16_stubs;
9386 mips16_stubs = l;