HomeSort by relevance Sort by last modified time
    Searched refs:YASM_WRITE_16_L (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 85 YASM_WRITE_16_L(bufp, shead->index);
87 YASM_WRITE_16_L(bufp, entry->index);
224 YASM_WRITE_16_L(bufp, ET_REL); /* e_type - object file */
225 YASM_WRITE_16_L(bufp, EM_X86_64); /* e_machine - or others */
232 YASM_WRITE_16_L(bufp, EHDR64_SIZE); /* e_ehsize */
233 YASM_WRITE_16_L(bufp, 0); /* e_phentsize */
234 YASM_WRITE_16_L(bufp, 0); /* e_phnum */
235 YASM_WRITE_16_L(bufp, SHDR64_SIZE); /* e_shentsize */
236 YASM_WRITE_16_L(bufp, secthead_count); /* e_shnum */
237 YASM_WRITE_16_L(bufp, shstrtab_index); /* e_shstrndx *
    [all...]
elf-x86-x86.c 93 YASM_WRITE_16_L(bufp, shead->index);
95 YASM_WRITE_16_L(bufp, entry->index);
211 YASM_WRITE_16_L(bufp, ET_REL); /* e_type - object file */
212 YASM_WRITE_16_L(bufp, EM_386); /* e_machine - or others */
218 YASM_WRITE_16_L(bufp, EHDR32_SIZE); /* e_ehsize */
219 YASM_WRITE_16_L(bufp, 0); /* e_phentsize */
220 YASM_WRITE_16_L(bufp, 0); /* e_phnum */
221 YASM_WRITE_16_L(bufp, SHDR32_SIZE); /* e_shentsize */
222 YASM_WRITE_16_L(bufp, secthead_count); /* e_shnum */
223 YASM_WRITE_16_L(bufp, shstrtab_index); /* e_shstrndx *
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 415 YASM_WRITE_16_L(localbuf, reloc->refseg); /* relocated symbol */
446 YASM_WRITE_16_L(localbuf, rsd->type); /* type */
447 YASM_WRITE_16_L(localbuf, rsd->scnum); /* number */
448 YASM_WRITE_16_L(localbuf, rsd->reserved); /* reserved */
591 YASM_WRITE_16_L(localbuf, scnum); /* segment allocated */
639 YASM_WRITE_16_L(localbuf, addralign);
649 YASM_WRITE_16_L(localbuf, scnum); /* segment allocated */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
file.h 258 #define YASM_WRITE_16_L(ptr, val) \
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 422 YASM_WRITE_16_L(buf, stab->desc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 410 YASM_WRITE_16_L(localbuf, yasm_section_get_align(sect)); /* alignment */
411 YASM_WRITE_16_L(localbuf, xsd->flags); /* flags */
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c     [all...]

Completed in 1349 milliseconds