Home
last modified time | relevance | path

Searched refs:yasm_section_reloc_next (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dsection.h291 /*@null@*/ yasm_reloc *yasm_section_reloc_next(yasm_reloc *reloc);
293 #define yasm_section_reloc_next(x) STAILQ_NEXT((x), link) macro
Dsection.c579 #undef yasm_section_reloc_next
581 yasm_section_reloc_next(yasm_reloc *reloc) in yasm_section_reloc_next() function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
Dnasm-listfmt.c111 info->next_reloc = yasm_section_reloc_next(info->next_reloc); in nasm_listfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c368 reloc = (xdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in xdf_objfmt_output_section()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.c808 yasm_section_reloc_next((yasm_reloc *)reloc); in elf_secthead_write_relocs_to_file()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c418 reloc = (rdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in rdf_objfmt_output_section_reloc()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c681 reloc = (macho_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in macho_objfmt_output_relocs()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c860 reloc = (coff_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc); in coff_objfmt_output_section()