Searched defs:bsd (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp44 enum OutputFormatTy { bsd, sysv, posix }; enumerator in enum:__anon21750::OutputFormatTy
48 cl::values(clEnumVal(bsd, "BSD format"),
51 clEnumValEnd), cl::init(bsd));
78 cl::opt<bool> BSDFormat("B", cl::desc("Alias for --format=bsd"));
202 } else if (OutputFormat == bsd && MultipleFiles) {
236 } else if (OutputFormat == bsd) {
456 if (BSDFormat) OutputFormat = bsd;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
H A Dbin-objfmt.c120 bin_section_data *bsd; member in struct:bin_group
169 bin_section_data_print(group->bsd, stdout, indent_level+1);
234 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); local
239 assert(bsd != NULL);
243 group->bsd = bsd;
247 if (!bsd->align)
248 bsd->align = yasm_intnum_create_uint(align > 4 ? align : 4);
251 if (yasm_intnum_compare(align_intn, bsd->align) > 0) {
257 yasm_intnum_get_uint(bsd
302 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); local
474 bin_section_data *bsd; local
510 bin_section_data *bsd; local
548 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); local
579 bin_section_data *bsd = group->bsd; local
616 bin_section_data *bsd = group->bsd; local
685 bin_section_data *bsd = local
854 bin_section_data *bsd, *bsd2; local
1053 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); local
1451 bin_section_data *bsd = NULL; local
1682 bin_section_data *bsd = (bin_section_data *)data; local
1703 bin_section_data *bsd = (bin_section_data *)data; local
[all...]

Completed in 104 milliseconds