OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yasm_dbgfmt
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/null/
null-dbgfmt.c
35
static /*@null@*/ /*@only@*/
yasm_dbgfmt
*
40
return (
yasm_dbgfmt
*)dbgfmt;
44
null_dbgfmt_destroy(/*@only@*/
yasm_dbgfmt
*dbgfmt)
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
dbgfmt.h
34
/** Base #
yasm_dbgfmt
structure. Must be present as the first element in any
35
* #
yasm_dbgfmt
implementation.
60
/*@null@*/ /*@only@*/
yasm_dbgfmt
* (*create) (yasm_object *object);
65
void (*destroy) (/*@only@*/
yasm_dbgfmt
*dbgfmt);
78
const char *yasm_dbgfmt_keyword(const
yasm_dbgfmt
*dbgfmt);
87
/*@null@*/ /*@only@*/
yasm_dbgfmt
*yasm_dbgfmt_create
93
void yasm_dbgfmt_destroy(/*@only@*/
yasm_dbgfmt
*dbgfmt);
coretype.h
46
typedef struct
yasm_dbgfmt
yasm_dbgfmt
;
typedef in typeref:struct:yasm_dbgfmt
section.h
56
/*@owned@*/
yasm_dbgfmt
*dbgfmt; /**< Debug format */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-dbgfmt.c
36
static /*@null@*/ /*@only@*/
yasm_dbgfmt
*
57
return (
yasm_dbgfmt
*)dbgfmt_cv;
60
static /*@null@*/ /*@only@*/
yasm_dbgfmt
*
67
cv_dbgfmt_destroy(/*@only@*/
yasm_dbgfmt
*dbgfmt)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c
77
static /*@null@*/ /*@only@*/
yasm_dbgfmt
*
114
return (
yasm_dbgfmt
*)dbgfmt_dwarf2;
118
dwarf2_dbgfmt_destroy(/*@only@*/
yasm_dbgfmt
*dbgfmt)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c
162
static /*@null@*/ /*@only@*/
yasm_dbgfmt
*
167
return (
yasm_dbgfmt
*)dbgfmt_stabs;
171
stabs_dbgfmt_destroy(/*@only@*/
yasm_dbgfmt
*dbgfmt)
Completed in 131 milliseconds