Home | History | Annotate | Download | only in macho

Lines Matching refs:all_syms

315     int all_syms;               /* outputting all symbols? */
803 if (info->all_syms ||
837 if (info->all_syms ||
978 if (info->all_syms ||
1031 macho_objfmt_output(yasm_object *object, FILE *f, int all_syms,
1094 info.all_syms = all_syms || info.is_64;
1095 /*info.all_syms = 1; * force all syms into symbol table */