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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 171 /*@dependent@*/ /*@null@*/ yasm_section *yasm_object_find_general
section.c 549 yasm_object_find_general(yasm_object *object, const char *name) function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 167 debug_info = yasm_object_find_general(object, ".debug_info");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 377 stext = yasm_object_find_general(object, ".text");
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 815 yasm_section *stabsect = yasm_object_find_general(object, ".stab");
817 yasm_object_find_general(object, ".stabstr");
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c     [all...]

Completed in 97 milliseconds