HomeSort by relevance Sort by last modified time
    Searched full:sectreloc (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 44 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 425 milliseconds