OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_p_EData
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
93
f_p_EData
(NULL),
458
f_p_EData
=
617
if (NULL != f_pEData || NULL !=
f_p_EData
|| NULL != f_pBSSStart ||
628
if (NULL !=
f_p_EData
&& ResolveInfo::ThreadLocal !=
f_p_EData
->type()) {
629
f_p_EData
->setValue(
f_p_EData
->value() +
653
if (NULL !=
f_p_EData
)
654
f_p_EData
->setValue(0x0);
[
all
...]
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
512
LDSymbol*
f_p_EData
;
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp
667
if (NULL !=
f_p_EData
&& ResolveInfo::ThreadLocal !=
f_p_EData
->type()) {
668
f_p_EData
->setValue(edata->vaddr() + edata->filesz());
[
all
...]
Completed in 45 milliseconds