Home
last modified time | relevance | path

Searched refs:GOT (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/translations/zh_CN/arch/riscv/
H A Dboot.rst149 全局符号的访问都将通过 GOT进行,而GOT只是虚拟地重新定位。
/linux/samples/bpf/
H A Dtest_lwt_bpf.sh119 GOT="$(filter_trace "$TRACE")"
121 [ "$GOT" != "$EXPECT" ] && {
122 expect_fail "$EXPECT" "$GOT"
/linux/arch/mips/vdso/
H A DKconfig2 # of the GOT when targeting microMIPS, which we can't use in the VDSO due to
/linux/tools/testing/selftests/sgx/
H A Dtest_encl.lds41 ASSERT(!DEFINED(_GLOBAL_OFFSET_TABLE_), "Libcalls through GOT are not supported in enclaves")
/linux/arch/arm/boot/compressed/
H A Ddebug.S38 .word semi_writec_buf(GOT)
H A Dhead.S578 1: ldr r1, [r11, #0] @ relocate entries in the GOT
597 1: ldr r1, [r11, #0] @ relocate entries in the GOT
/linux/arch/sh/kernel/
H A Dsignal_32.c37 unsigned long GOT; member
322 err |= __get_user(regs->regs[12], &funcptr->GOT); in setup_frame()
392 err |= __get_user(regs->regs[12], &funcptr->GOT); in setup_rt_frame()
/linux/Documentation/arch/riscv/
H A Dboot.rst160 since otherwise, any access to a global symbol would go through the GOT which