HomeSort by relevance Sort by last modified time
    Searched refs:yasm_section_reloc_next (Results 1 - 8 of 8) 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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 111 info->next_reloc = yasm_section_reloc_next(info->next_reloc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 808 yasm_section_reloc_next((yasm_reloc *)reloc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 418 reloc = (rdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 368 reloc = (xdf_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 681 reloc = (macho_reloc *)yasm_section_reloc_next((yasm_reloc *)reloc);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c     [all...]

Completed in 162 milliseconds