Searched defs:sectreloc (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c44 typedef struct sectreloc { struct
45 /*@reldef@*/ SLIST_ENTRY(sectreloc) link;
49 } sectreloc; typedef in typeref:struct:sectreloc
152 /*@reldef@*/ SLIST_HEAD(sectrelochead, sectreloc) reloc_hist;
153 /*@null@*/ sectreloc *last_hist = NULL;
182 last_hist = yasm_xmalloc(sizeof(sectreloc));

Completed in 195 milliseconds