Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:DTP_OFFSET
(Results
1 - 25
of
25
) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/internal/
H
A
D
pthread_impl.h
59
#ifndef
DTP_OFFSET
60
#define
DTP_OFFSET
0
macro
/third_party/musl/porting/uniproton/kernel/src/internal/
H
A
D
pthread_impl.h
59
#ifndef
DTP_OFFSET
60
#define
DTP_OFFSET
0
macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H
A
D
pthread_impl.h
54
#ifndef
DTP_OFFSET
55
#define
DTP_OFFSET
0
macro
/third_party/musl/porting/liteos_m/user/src/internal/
H
A
D
pthread_impl.h
108
#ifndef
DTP_OFFSET
109
#define
DTP_OFFSET
0
macro
/third_party/musl/arch/loongarch64/
H
A
D
pthread_arch.h
10
#define
DTP_OFFSET
0
macro
/third_party/musl/arch/m68k/
H
A
D
pthread_arch.h
10
#define
DTP_OFFSET
0x8000
macro
/third_party/musl/arch/powerpc64/
H
A
D
pthread_arch.h
12
#define
DTP_OFFSET
0x8000
macro
/third_party/musl/arch/powerpc/
H
A
D
pthread_arch.h
12
#define
DTP_OFFSET
0x8000
macro
/third_party/musl/arch/riscv32/
H
A
D
pthread_arch.h
11
#define
DTP_OFFSET
0x800
macro
/third_party/musl/arch/riscv64/
H
A
D
pthread_arch.h
11
#define
DTP_OFFSET
0x800
macro
/third_party/musl/arch/mips/
H
A
D
pthread_arch.h
16
#define
DTP_OFFSET
0x8000
macro
/third_party/musl/arch/mips64/
H
A
D
pthread_arch.h
17
#define
DTP_OFFSET
0x8000
macro
/third_party/musl/arch/mipsn32/
H
A
D
pthread_arch.h
17
#define
DTP_OFFSET
0x8000
macro
/third_party/musl/src/env/
H
A
D
__reset_tls.c
11
char *mem = (char *)(self->dtv[i] -
DTP_OFFSET
);
in __reset_tls()
H
A
D
__init_tls.c
89
dtv[i] = (uintptr_t)(mem + p->offset) +
DTP_OFFSET
;
in __copy_tls()
102
dtv[i] = (uintptr_t)(mem - p->offset) +
DTP_OFFSET
;
in __copy_tls()
/third_party/musl/porting/linux/user/src/env/
H
A
D
__init_tls.c
55
dtv[i] = (uintptr_t)(mem + p->offset) +
DTP_OFFSET
;
in __copy_tls()
68
dtv[i] = (uintptr_t)(mem - p->offset) +
DTP_OFFSET
;
in __copy_tls()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
pthread_impl.h
166
#ifndef
DTP_OFFSET
167
#define
DTP_OFFSET
0
macro
/third_party/musl/porting/liteos_a/user/src/internal/
H
A
D
pthread_impl.h
116
#ifndef
DTP_OFFSET
117
#define
DTP_OFFSET
0
macro
/third_party/musl/porting/liteos_a/user/src/env/
H
A
D
__init_tls.c
86
dtv[i] = (uintptr_t)(mem + p->offset) +
DTP_OFFSET
;
in __copy_tls()
97
dtv[i] = (uintptr_t)(mem - p->offset) +
DTP_OFFSET
;
in __copy_tls()
/third_party/musl/src/internal/
H
A
D
pthread_impl.h
154
#ifndef
DTP_OFFSET
155
#define
DTP_OFFSET
0
macro
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
457
*reloc_addr = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
484
new->args[1] = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
1626
(uintptr_t)new +
DTP_OFFSET
;
in install_new_tls()
2246
return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-
DTP_OFFSET
});
in do_dlsym()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
457
*reloc_addr = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
484
new->args[1] = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
1625
(uintptr_t)new +
DTP_OFFSET
;
in install_new_tls()
2245
return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-
DTP_OFFSET
});
in do_dlsym()
/third_party/musl/ldso/
H
A
D
dynlink.c
506
*reloc_addr = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
533
new->args[1] = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
1719
(uintptr_t)new +
DTP_OFFSET
;
2355
return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-
DTP_OFFSET
});
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
1162
*reloc_addr = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
1189
new->args[1] = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
2747
(uintptr_t)new +
DTP_OFFSET
;
in install_new_tls()
3844
return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-
DTP_OFFSET
});
in do_dlsym()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
1197
*reloc_addr = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
1224
new->args[1] = tls_val + addend -
DTP_OFFSET
;
in do_relocs()
2976
(uintptr_t)new +
DTP_OFFSET
;
in install_new_tls()
4161
return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-
DTP_OFFSET
});
in do_dlsym()
Completed in 31 milliseconds