OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_pInterp
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h
102
{ return (NULL !=
f_pInterp
) && (0 !=
f_pInterp
->size()); }
370
assert(NULL !=
f_pInterp
);
371
return *
f_pInterp
;
375
assert(NULL !=
f_pInterp
);
376
return *
f_pInterp
;
673
LDSection*
f_pInterp
; // .interp
/frameworks/compile/mclinker/lib/LD/
ELFDynObjFileFormat.cpp
30
f_pInterp
= pBuilder.CreateSection(".interp",
ELFExecFileFormat.cpp
31
f_pInterp
= pBuilder.CreateSection(".interp",
ELFFileFormat.cpp
36
f_pInterp
(NULL),
Completed in 26 milliseconds