OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pJCR
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
182
bool hasJCR() const { return (
f_pJCR
!= NULL) && (
f_pJCR
->size() != 0); }
593
assert(
f_pJCR
!= NULL);
594
return *
f_pJCR
;
598
assert(
f_pJCR
!= NULL);
599
return *
f_pJCR
;
717
LDSection*
f_pJCR
; // .jcr
/frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp
56
f_pJCR
(NULL),
210
f_pJCR
= pBuilder.CreateSection(".jcr",
Completed in 855 milliseconds