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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 134 if (strcmp(yasm_section_get_name(group->section), name) == 0)
168 yasm_section_get_name(group->section));
254 yasm_section_get_name(sect),
431 yasm_section_get_name(group->section),
604 fprintf(info->f, "%s\n", yasm_section_get_name(group->section));
620 s = yasm_section_get_name(group->section);
716 const char *s = yasm_section_get_name(group->section);
884 yasm_section_get_name(sect),
885 yasm_section_get_name(other),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.h 355 /*@observer@*/ const char *yasm_section_get_name(const yasm_section *sect);
section.c 644 yasm_section_get_name(const yasm_section *sect) function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/
dbg-objfmt.c 97 yasm_section_get_name(sect), line);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 398 const char *sectname = yasm_section_get_name(sect);
777 size_t namelen = strlen(yasm_section_get_name(sect));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 307 strcmp(yasm_symrec_get_name(sym), yasm_section_get_name(sect))==0)
692 sectname = yasm_section_get_name(sect);
887 const char *sectname = yasm_section_get_name(sect);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 288 const char *sectname=yasm_section_get_name(sect);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 817 const char *sectname = yasm_section_get_name(sect);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 610 const char *sectname = yasm_section_get_name(sect);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c     [all...]

Completed in 137 milliseconds