Searched refs:got (Results 1 – 3 of 3) sorted by relevance
72 * Keep the .got section in the RO section as it is patched73 * prior to enabling the MMU and having the .got in RO is better for78 *(.got)
1357 unsigned got; in syncsearch() local1360 got = *have; in syncsearch()1362 while (next < len && got < 4) { in syncsearch()1363 if ((int)(buf[next]) == (got < 2 ? 0 : 0xff)) in syncsearch()1364 got++; in syncsearch()1366 got = 0; in syncsearch()1368 got = 4 - got; in syncsearch()1371 *have = got; in syncsearch()
81 *(.got) \