OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pROData1
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
114
{ return (NULL !=
f_pROData1
) && (0 !=
f_pROData1
->size()); }
410
assert(NULL !=
f_pROData1
);
411
return *
f_pROData1
;
415
assert(NULL !=
f_pROData1
);
416
return *
f_pROData1
;
677
LDSection*
f_pROData1
; // .rodata1
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
40
f_pROData1
(NULL),
141
f_pROData1
= pBuilder.CreateSection(".rodata1",
Completed in 25 milliseconds