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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
value.c 119 yasm_object *object = yasm_section_get_object(yasm_bc_get_section(bc));
242 sect2 = yasm_bc_get_section(precbc);
249 && (sect = yasm_bc_get_section(precbc2))
275 && sect2 == yasm_bc_get_section(expr_precbc)))) {
bytecode.h 396 /*@dependent@*/ /*@null@*/ yasm_section *yasm_bc_get_section
bytecode.c 115 yasm_bc_get_section(yasm_bytecode *bc) function
symrec.c 666 yasm_section_print(yasm_bc_get_section(sym->value.precbc), f,
expr.c 259 sect2 = yasm_bc_get_section(precbc);
267 (sect = yasm_bc_get_section(precbc2)) &&
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
nasm-listfmt.c 168 sect = yasm_bc_get_section(bc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 539 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc);
670 (dsect = yasm_bc_get_section(precbc)) &&
710 sect = yasm_bc_get_section(precbc);
858 sect = yasm_bc_get_section(precbc);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 508 (sect = yasm_bc_get_section(precbc)) &&
659 yasm_bc_get_section(precbc) == info->section) {
684 yasm_bc_get_section(precbc) == info->section) {
917 && (sect = yasm_bc_get_section(precbc))) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 435 yasm_section *sect = yasm_bc_get_section(bc);
545 if (yasm_section_is_code(yasm_bc_get_section(precbc)))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 255 sect = yasm_bc_get_section(precbc);
540 sect = yasm_bc_get_section(precbc);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 293 sect = yasm_bc_get_section(precbc);
535 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc);
    [all...]
elf.c 519 (sect = yasm_bc_get_section(precbc)) &&
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 471 sect = yasm_bc_get_section(precbc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 555 yasm_section *sym_sect = yasm_bc_get_section(sym_precbc);
    [all...]

Completed in 2047 milliseconds