OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DefineLabelCommon
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
encoded_program.h
99
CheckBool
DefineLabelCommon
(RvaVector*, int, RVA) WARN_UNUSED_RESULT;
encoded_program.cc
150
return
DefineLabelCommon
(&rel32_rva_, index, value);
154
return
DefineLabelCommon
(&abs32_rva_, index, value);
159
CheckBool EncodedProgram::
DefineLabelCommon
(RvaVector* rvas,
Completed in 24 milliseconds