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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c51 typedef struct bcreloc { struct
52 /*@reldef@*/ STAILQ_ENTRY(bcreloc) link;
56 } bcreloc; typedef in typeref:struct:bcreloc
60 /*@reldef@*/ STAILQ_HEAD(bcrelochead, bcreloc) bcrelocs;
104 bcreloc *reloc = yasm_xmalloc(sizeof(bcreloc));
154 /*@null@*/ bcreloc *reloc = NULL;
272 bcreloc *reloc2 = STAILQ_NEXT(reloc, link);

Completed in 350 milliseconds