Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_lwt_bpf.sh116 GOT="$(filter_trace "$TRACE")"
118 [ "$GOT" != "$EXPECT" ] && {
119 expect_fail "$EXPECT" "$GOT"
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_lwt_bpf.sh119 GOT="$(filter_trace "$TRACE")"
121 [ "$GOT" != "$EXPECT" ] && {
122 expect_fail "$EXPECT" "$GOT"
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
H A Ddebug.S38 .word semi_writec_buf(GOT)
H A Dhead.S362 * and folded into the former here. No GOT fixup has occurred
615 * r11 = GOT start
616 * r12 = GOT end
635 * Relocate all entries in the GOT table.
638 1: ldr r1, [r11, #0] @ relocate entries in the GOT
654 * Relocate entries in the GOT table. We only relocate
657 1: ldr r1, [r11, #0] @ relocate entries in the GOT
/kernel/linux/linux-6.6/arch/arm/boot/compressed/
H A Ddebug.S38 .word semi_writec_buf(GOT)
H A Dhead.S300 * No GOT fixup has occurred yet, but none of the code we're
377 * and folded into the former here. No GOT fixup has occurred
555 * r11 = GOT start
556 * r12 = GOT end
575 * Relocate all entries in the GOT table.
578 1: ldr r1, [r11, #0] @ relocate entries in the GOT
594 * Relocate entries in the GOT table. We only relocate
597 1: ldr r1, [r11, #0] @ relocate entries in the GOT
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds