Home
last modified time | relevance | path

Searched refs:__unmapself (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/src/thread/s390x/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself, @function
4 __unmapself: label
/third_party/musl/src/thread/aarch64/
D__unmapself.s1 .global __unmapself symbol
2 .type __unmapself,%function
3 __unmapself: label
/third_party/musl/src/thread/mipsn32/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself,@function
4 __unmapself: label
/third_party/musl/src/thread/mips64/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself, @function
4 __unmapself: label
/third_party/musl/src/thread/powerpc/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself,%function
4 __unmapself: label
/third_party/musl/src/thread/riscv64/
D__unmapself.s1 .global __unmapself symbol
2 .type __unmapself, %function
3 __unmapself: label
/third_party/musl/src/thread/powerpc64/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself,%function
4 __unmapself: label
/third_party/musl/src/thread/arm/
D__unmapself.s3 .global __unmapself symbol
4 .type __unmapself,%function
5 __unmapself: label
/third_party/musl/src/thread/mips/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself,@function
4 __unmapself: label
/third_party/musl/src/thread/x86_64/
D__unmapself.s3 .global __unmapself symbol
4 .type __unmapself,@function
5 __unmapself: label
/third_party/musl/src/thread/x32/
D__unmapself.s3 .global __unmapself symbol
4 .type __unmapself,@function
5 __unmapself: label
/third_party/musl/src/thread/microblaze/
D__unmapself.s1 .global __unmapself symbol
2 .type __unmapself,@function
3 __unmapself: label
/third_party/musl/src/thread/i386/
D__unmapself.s2 .global __unmapself symbol
3 .type __unmapself,@function
4 __unmapself: label
/third_party/musl/src/thread/or1k/
D__unmapself.s1 .global __unmapself symbol
2 .type __unmapself,@function
3 __unmapself: label
/third_party/musl/src/thread/sh/
D__unmapself.c7 #define __unmapself __unmapself_sh_nommu macro
14 #undef __unmapself
20 void __unmapself(void *base, size_t size) in __unmapself() function
/third_party/musl/src/thread/
D__unmapself.c17 void __unmapself(void *base, size_t size) in __unmapself() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h103 hidden void __unmapself(void *, size_t);
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h103 hidden void __unmapself(void *, size_t);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h105 hidden void __unmapself(void *, size_t);
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h151 hidden void __unmapself(void *, size_t);
/third_party/musl/src/internal/
Dpthread_impl.h163 hidden void __unmapself(void *, size_t);
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h165 hidden void __unmapself(void *, size_t);
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h205 hidden void __unmapself(void *, size_t);
/third_party/musl/
Dmusl_src.gni30 "src/thread/arm/__unmapself.s",
141 "src/thread/aarch64/__unmapself.s",
162 "src/thread/mips/__unmapself.s",
189 "src/thread/riscv64/__unmapself.s",
239 "src/thread/x86_64/__unmapself.s",
1371 "src/thread/__unmapself.c",
1639 "src/thread/__unmapself.c",
1683 "src/thread/__unmapself.c",
1733 "src/thread/__unmapself.c",
1750 "src/thread/__unmapself.c",
[all …]
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c141 __unmapself(self->map_base, self->map_size); in __pthread_exit()

12