/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
objfmt.h | 94 void (*output) (yasm_object *o, FILE *f, int all_syms, 141 * \param all_syms if nonzero, all symbols should be included in 146 void yasm_objfmt_output(yasm_object *object, FILE *f, int all_syms, 196 #define yasm_objfmt_output(object, f, all_syms, ews) \ 198 (object, f, all_syms, ews)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/dbg/ |
dbg-objfmt.c | 58 dbg_objfmt_output(yasm_object *object, FILE *f, int all_syms, 78 fprintf(objfmt_dbg->dbgfile, "%d)\n", all_syms);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
xdf-objfmt.c | 98 int all_syms; /* outputting all symbols? */ member in struct:xdf_objfmt_output_info 433 if (info->all_syms || 453 if (info->all_syms || vis != YASM_SYM_LOCAL) { 529 if (info->all_syms || vis != YASM_SYM_LOCAL) { 539 xdf_objfmt_output(yasm_object *object, FILE *f, int all_syms, 562 info.all_syms = 1; /* force all syms into symbol table */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 315 int all_syms; /* outputting all symbols? */ member in struct:macho_objfmt_output_info 803 if (info->all_syms || 837 if (info->all_syms || [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 207 int all_syms; /* outputting all symbols? */ member in struct:coff_objfmt_output_info [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/ |
bin-objfmt.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-objfmt.c | 727 elf_objfmt_output(yasm_object *object, FILE *f, int all_syms, 759 * if all_syms, register them by name. if not, use strtab entry 0 */ 763 buildsym_info.local_names = all_syms; [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
rdf-objfmt.c | 666 rdf_objfmt_output(yasm_object *object, FILE *f, int all_syms, [all...] |