Searched refs:PLT (Results 1 – 25 of 41) sorted by relevance
12
/third_party/libffi/src/x86/ |
D | asmnames.h | 19 # define PLT(X) X@PLT macro 21 # define PLT(X) X macro
|
D | win64.S | 111 call PLT(C(abort)) 146 call PLT(C(abort)) 158 99: call PLT(C(abort)) 221 call PLT(C(ffi_closure_win64_inner))
|
D | win64_intel.S | 36 extern PLT(C(abort)):near 111 call PLT(C(abort)) 147 call PLT(C(abort)) 160 call PLT(C(abort))
|
D | unix64.S | 192 L(sa): call PLT(C(abort)) 277 call PLT(C(ffi_closure_unix64_inner)) 350 L(la): call PLT(C(abort))
|
/third_party/boost/libs/context/src/asm/ |
D | make_ppc32_sysv_elf_gas.S | 126 # Use the secure PLT for _exit(0). If we use the insecure BSS PLT 127 # here, then the linker may use the insecure BSS PLT even if the 128 # C++ compiler wanted the secure PLT. 130 # set R30 for secure PLT, large model
|
D | make_s390x_sysv_elf_gas.S | 105 brasl %r14,_exit@PLT
|
D | make_x86_64_sysv_elf_gas.S | 77 call _exit@PLT
|
D | make_i386_sysv_elf_gas.S | 102 call _exit@PLT
|
D | make_arm_aapcs_elf_gas.S | 77 bl _exit@PLT
|
/third_party/musl/src/signal/sh/ |
D | sigsetjmp.s | 38 1: .long ___setjmp@PLT-(2b+4-.) 40 3: .long __sigsetjmp_tail@PLT-(4b+4-.) 41 5: .long ___setjmp@PLT-(6b+4-.)
|
/third_party/musl/src/signal/x86_64/ |
D | sigsetjmp.s | 14 call setjmp@PLT 24 1: jmp setjmp@PLT
|
/third_party/musl/src/signal/x32/ |
D | sigsetjmp.s | 14 call setjmp@PLT 25 1: jmp setjmp@PLT
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | DynamicTags.def | 41 DYNAMIC_TAG(PLTRELSZ, 2) // Size of relocation entries in PLT. 62 DYNAMIC_TAG(JMPREL, 23) // Address of relocations associated with PLT. 103 DYNAMIC_TAG(TLSDESC_PLT, 0x6FFFFEF6) // Location of PLT entry for TLS 106 // descriptor resolver PLT entry. 203 // of a writable PLT. 208 PPC_DYNAMIC_TAG(PPC_GOT, 0x70000000) // Uses Secure PLT ABI.
|
/third_party/musl/src/ldso/sh/ |
D | dlsym.s | 11 L1: .long __dlsym@PLT-(1b+4-.)
|
/third_party/musl/src/process/sh/ |
D | vfork.s | 20 1: .long __syscall_ret@PLT-(2b+4-.)
|
/third_party/musl/src/unistd/sh/ |
D | pipe.s | 27 L1: .long __syscall_ret@PLT-(1b-.)
|
/third_party/libffi/src/metag/ |
D | sysv.S | 135 callr D1RtP, CNAME(ffi_prep_args@PLT) 276 callr D1RtP, CNAME(ffi_closure_SYSV_inner@PLT)
|
/third_party/musl/src/math/x32/ |
D | expl.s | 40 call exp2l@PLT
|
/third_party/musl/src/math/x86_64/ |
D | expl.s | 40 call exp2l@PLT
|
/third_party/nghttp2/src/ |
D | http2.cc | 1160 static constexpr char PLT[] = "preload"; in parse_next_link_header_once() local 1161 static constexpr size_t PLTLEN = str_size(PLT); in parse_next_link_header_once() 1179 std::equal(PLT, PLT + PLTLEN, start, util::CaseCmp())) { in parse_next_link_header_once()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 84 Link Asia/Karachi PLT
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | icuzones | 84 Link Asia/Karachi PLT
|
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 164 PLT ; Asia/Karachi
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 164 PLT ; Asia/Karachi
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZCallingConv.td | 150 // registers that may be clobbered e.g. by PLT stubs.
|
12