OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_ptr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c
36
/*@null@*/ yasm_section *
debug_ptr
;
member in struct:dwarf2_head
191
/*@null@*/ yasm_section *
debug_ptr
, int with_address, int with_segment)
204
if (
debug_ptr
) {
205
head->
debug_ptr
=
debug_ptr
;
208
head->
debug_ptr
= NULL;
284
if (head->
debug_ptr
) {
288
yasm_section_bcs_first(head->
debug_ptr
)),
dwarf2-dbgfmt.h
103
/*@null@*/ yasm_section *
debug_ptr
, int with_address, int with_segment);
Completed in 61 milliseconds