Searched defs:yasm_symrec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcoretype.h105 typedef struct yasm_symrec yasm_symrec; typedef in typeref:struct:yasm_symrec
131 /*@null@*/ /*@dependent@*/ yasm_symrec *rel;
134 /*@null@*/ /*@dependent@*/ yasm_symrec *wrt;
295 (yasm_symrec *sym, yasm_bytecode *bc, unsigned char *buf,
H A Dsymrec.c60 struct yasm_symrec { struct
84 /*@owned@*/ yasm_symrec *rec;
152 yasm_symrec *sym = d;
160 static /*@partial@*/ yasm_symrec *
163 yasm_symrec *rec = yasm_xmalloc(sizeof(yasm_symrec));
183 static /*@partial@*/ /*@dependent@*/ yasm_symrec *
186 yasm_symrec *rec = symrec_new_common(name, symtab->case_sensitive);
201 static /*@partial@*/ /*@dependent@*/ yasm_symrec *
216 static /*@partial@*/ /*@dependent@*/ yasm_symrec *
[all...]

Completed in 605 milliseconds