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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dsection.h291 /*@null@*/ yasm_reloc *yasm_section_reloc_next(yasm_reloc *reloc);
293 #define yasm_section_reloc_next(x) STAILQ_NEXT((x), link) macro
H A Dsection.c579 #undef yasm_section_reloc_next macro
581 yasm_section_reloc_next(yasm_reloc *reloc) function

Completed in 1573 milliseconds