Searched refs:yasm_section_reloc_next (Results 1 – 8 of 8) sorted by relevance
291 /*@null@*/ yasm_reloc *yasm_section_reloc_next(yasm_reloc *reloc);293 #define yasm_section_reloc_next(x) STAILQ_NEXT((x), link) macro
579 #undef yasm_section_reloc_next581 yasm_section_reloc_next(yasm_reloc *reloc) in yasm_section_reloc_next() function
111 info->next_reloc = yasm_section_reloc_next(info->next_reloc); in nasm_listfmt_output_value()
368 reloc = (xdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in xdf_objfmt_output_section()
808 yasm_section_reloc_next((yasm_reloc *)reloc); in elf_secthead_write_relocs_to_file()
418 reloc = (rdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in rdf_objfmt_output_section_reloc()
681 reloc = (macho_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in macho_objfmt_output_relocs()
860 reloc = (coff_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in coff_objfmt_output_section()