OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tls_ie
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
run-ie.c
5
__thread int
tls_ie
__attribute__((tls_model("initial-exec"))) = 4;
variable
9
return
tls_ie
;
14
return &
tls_ie
;
/frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp
1042
Relocator::Result
tls_ie
(Relocation& pReloc, X86_32Relocator& pParent) {
function in namespace:mcld
[
all
...]
Completed in 69 milliseconds