OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:main_code
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.h
109
int asm_source, /*@out@*/ yasm_section **
main_code
,
129
/*@null@*/ yasm_section *
main_code
);
dwarf2-info.c
261
yasm_section *
main_code
)
308
if (
main_code
) {
311
yasm_section_bcs_first(
main_code
));
322
yasm_section_bcs_first(
main_code
),
323
yasm_section_bcs_last(
main_code
))), 0),
dwarf2-dbgfmt.c
154
/*@null@*/ yasm_section *debug_info, *debug_line, *
main_code
;
local
161
&
main_code
, &num_line_sections);
171
debug_info = yasm_dwarf2__generate_info(object, debug_line,
main_code
);
dwarf2-line.c
687
/*@out@*/ yasm_section **
main_code
,
752
*
main_code
= info.last_code;
754
*
main_code
= NULL;
[
all
...]
/external/chromium_org/components/translate/language_detection/
language_detection_util.cc
307
const std::string&
main_code
= chunks[0];
local
309
if (
main_code
.size() < 1 || 3 <
main_code
.size())
312
for (std::string::const_iterator it =
main_code
.begin();
313
it !=
main_code
.end(); ++it) {
Completed in 68 milliseconds