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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 110 retval = yasm_object_get_general(object, ".text", 0, 0, 0, &isnew, 0);
139 retval = yasm_object_get_general(object, yasm_vp_string(vp), 0, 0, 0,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-aranges.c 91 yasm_object_get_general(object, ".debug_aranges",
dwarf2-info.c 270 yasm_object_get_general(object, ".debug_abbrev", 4, 0, 0, &new, 0);
272 yasm_object_get_general(object, ".debug_info", 4, 0, 0, &new, 0);
dwarf2-line.c 710 info.debug_line = yasm_object_get_general(object, ".debug_line", 1, 0, 0,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 110 /*@dependent@*/ yasm_section *yasm_object_get_general
section.c 303 yasm_object_get_general(yasm_object *object, const char *name, function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 335 info.stab = yasm_object_get_general(object, ".stab", 4, 0, 0, &new, 0);
351 yasm_object_get_general(object, ".stabstr", 1, 0, 0, &new, 0);
  /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/modules/objfmts/rdf/
rdf-objfmt.c 842 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
949 retval = yasm_object_get_general(object, sectname, 0, 1,
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 637 retval = yasm_object_get_general(object, ".text", 0, 1, 0, &isnew, 0);
746 retval = yasm_object_get_general(object, sectname, align, 1, resonly,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-type.c 525 yasm_object_get_general(object, ".debug$T", 1, 0, 0, &new, 0);
    [all...]
cv-symline.c 575 yasm_object_get_general(object, ".debug$S", 1, 0, 0, &new, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 918 retval = yasm_object_get_general(object, ".text", 16, 1, 0, &isnew, 0);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c     [all...]

Completed in 68 milliseconds