Home
last modified time | relevance | path

Searched refs:got (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/scat/
H A Dbl31.scat72 * Keep the .got section in the RO section as it is patched
73 * prior to enabling the MMU and having the .got in RO is better for
78 *(.got)
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c1357 unsigned got; in syncsearch() local
1360 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()
/rk3399_ARM-atf/include/common/
H A Dbl_common.ld.h81 *(.got) \