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
120
return (
f_pROData1
!= NULL) && (
f_pROData1
->size() != 0);
432
assert(
f_pROData1
!= NULL);
433
return *
f_pROData1
;
437
assert(
f_pROData1
!= NULL);
438
return *
f_pROData1
;
699
LDSection*
f_pROData1
; // .rodata1
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
40
f_pROData1
(NULL),
137
f_pROData1
= pBuilder.CreateSection(".rodata1",
Completed in 3261 milliseconds