OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pDtors
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
139
{ return (NULL !=
f_pDtors
) && (0 !=
f_pDtors
->size()); }
491
assert(NULL !=
f_pDtors
);
492
return *
f_pDtors
;
496
assert(NULL !=
f_pDtors
);
497
return *
f_pDtors
;
687
LDSection*
f_pDtors
; // .dtors
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
48
f_pDtors
(NULL),
191
f_pDtors
= pBuilder.CreateSection(".dtors",
Completed in 90 milliseconds