OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tls_offset
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/coregrind/m_gdbserver/
target.c
732
PtrdiffT
tls_offset
;
local
736
/* Assumes that
tls_offset
is placed right before tls_modid.
742
// Check we can read the
tls_offset
.
743
CHECK_DEREF(tls_offset_addr, sizeof(PtrdiffT), "link_map
tls_offset
");
744
tls_offset
= *(PtrdiffT *)(tls_offset_addr);
748
if ((
tls_offset
== -1) || (
tls_offset
== -2)) {
749
dlog(2, "link_map
tls_offset
is not valid for static TLS\n");
754
*tls_addr = ((CORE_ADDR)dtv_loc + 2 * sizeof(CORE_ADDR) +
tls_offset
);
/toolchain/binutils/binutils-2.25/gold/
symtab.cc
[
all
...]
object.cc
[
all
...]
output.h
242
tls_offset
() const
function in class:gold::Output_data
[
all
...]
/external/elfutils/src/
ldgeneric.c
6271
XElf_Addr
tls_offset
= 0;
local
[
all
...]
Completed in 137 milliseconds