HomeSort by relevance Sort by last modified time
    Searched defs:yasm_section_reloc_next (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 291 /*@null@*/ yasm_reloc *yasm_section_reloc_next(yasm_reloc *reloc);
293 #define yasm_section_reloc_next(x) STAILQ_NEXT((x), link) macro
section.c 579 #undef yasm_section_reloc_next macro
581 yasm_section_reloc_next(yasm_reloc *reloc) function
    [all...]

Completed in 328 milliseconds