OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_dbgfmt_destroy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h
62
/** Module-level implementation of
yasm_dbgfmt_destroy
().
63
* Call
yasm_dbgfmt_destroy
() instead of calling this function.
93
void
yasm_dbgfmt_destroy
(/*@only@*/ yasm_dbgfmt *dbgfmt);
114
#define
yasm_dbgfmt_destroy
(dbgfmt) \
macro
section.c
460
yasm_dbgfmt_destroy
(object->dbgfmt);
[
all
...]
Completed in 52 milliseconds