Searched refs:GOT (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_lwt_bpf.sh | 116 GOT="$(filter_trace "$TRACE")" 118 [ "$GOT" != "$EXPECT" ] && { 119 expect_fail "$EXPECT" "$GOT"
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_lwt_bpf.sh | 119 GOT="$(filter_trace "$TRACE")" 121 [ "$GOT" != "$EXPECT" ] && { 122 expect_fail "$EXPECT" "$GOT"
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | debug.S | 38 .word semi_writec_buf(GOT)
|
H A D | head.S | 362 * 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 D | debug.S | 38 .word semi_writec_buf(GOT)
|
H A D | head.S | 300 * 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 D | signal_32.c | 37 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 D | signal_32.c | 37 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 8 milliseconds