Home
last modified time | relevance | path

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

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
Dbin-objfmt.c120 bin_section_data *bsd; member
234 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); in bin_lma_create_group() local
302 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); in bin_vma_create_group() local
474 bin_section_data *bsd; in get_ssym_value() local
510 bin_section_data *bsd; in bin_objfmt_expr_xform() local
548 bin_section_data *bsd = yasm_section_get_data(sect, &bin_section_data_cb); in map_prescan_bytes() local
579 bin_section_data *bsd = group->bsd; in map_sections_summary() local
616 bin_section_data *bsd = group->bsd; in map_sections_detail() local
685 bin_section_data *bsd = in map_symrec_output() local
854 bin_section_data *bsd, *bsd2; in check_lma_overlap() local
[all …]
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp44 enum OutputFormatTy { bsd, sysv, posix }; enumerator