HomeSort by: relevance | last modified time | path
    Searched refs:PLT (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /src/lib/libc/arch/riscv/gen/
__sigsetjmp14.S 12 tail PLT(_C_LABEL(_setjmp))
13 1: tail PLT(_C_LABEL(__setjmp14))
19 tail PLT(_C_LABEL(_longjmp))
20 1: tail PLT(_C_LABEL(__longjmp14))
swapcontext.S 46 call PLT(_C_LABEL(_getcontext)) # getcontext(oucp)
59 tail PLT(_C_LABEL(setcontext)) # setcontext(ucp)
  /src/lib/libc/arch/or1k/gen/
__sigsetjmp14.S 12 l.bf PLT(_C_LABEL(_setjmp))
14 l.j PLT(_C_LABEL(__setjmp14))
21 l.bf PLT(_C_LABEL(_longjmp))
23 l.j PLT(_C_LABEL(__longjmp14))
  /src/external/gpl3/binutils/dist/ld/emulparams/
elf32ppc.sh 7 # Yes, we want duplicate .got and .plt sections. The linker chooses the
14 GOTPLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
15 PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }
aarch64gnu.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
aarch64nbsd.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${IREL_IN_PLT+ *(.iplt)} }"
aarch64nto.sh 20 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
37 # Ensure each PLT entry is aligned to a cache line.
38 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
elf32xtensa.sh 18 PLT="/* .plt* sections are embedded in .text */"
elf64alpha.sh 16 # Yes, we want duplicate .plt sections. The linker chooses the
18 PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
aarch64fbsd.sh 38 # Ensure each PLT entry is aligned to a cache line.
39 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
aarch64haiku.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
  /src/external/gpl3/binutils.old/dist/ld/emulparams/
elf32ppc.sh 7 # Yes, we want duplicate .got and .plt sections. The linker chooses the
14 GOTPLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
15 PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }
aarch64cloudabi.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
aarch64gnu.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
aarch64nbsd.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${IREL_IN_PLT+ *(.iplt)} }"
aarch64nto.sh 20 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
37 # Ensure each PLT entry is aligned to a cache line.
38 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${RELOCATING+${IREL_IN_PLT+ *(.iplt)}} }"
elf32xtensa.sh 18 PLT="/* .plt* sections are embedded in .text */"
elf64alpha.sh 16 # Yes, we want duplicate .plt sections. The linker chooses the
18 PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
  /src/external/gpl3/gdb/dist/ld/emulparams/
aarch64nbsd.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${IREL_IN_PLT+ *(.iplt)} }"
  /src/external/gpl3/gdb.old/dist/ld/emulparams/
aarch64nbsd.sh 36 # Ensure each PLT entry is aligned to a cache line.
37 PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${IREL_IN_PLT+ *(.iplt)} }"
  /src/tests/kernel/arch/i386/
contextspfunc.S 46 jmp _C_LABEL(contextdone)@PLT
execsp.S 47 jmp _C_LABEL(__start)@PLT
97 jmp _C_LABEL(execsp_main)@PLT
  /src/lib/csu/arch/x86_64/
crtbegin.S 93 call __cxa_finalize@PLT
110 call __deregister_frame_info@PLT
128 call __register_frame_info@PLT
136 call _Jv_RegisterClasses@PLT
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/config/systemz/
get_tls_offset.S 50 brasl %r14,__tls_get_offset@PLT
68 brasl %r14,__tls_get_offset@PLT
  /src/lib/libc/compat/arch/arm/gen/
compat_sigsetjmp.S 81 bl PIC_SYM(_C_LABEL(longjmp), PLT)
83 1: bl PIC_SYM(_C_LABEL(_longjmp), PLT)

Completed in 56 milliseconds

1 2 3