Home
last modified time | relevance | path

Searched refs:bsec (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/makefs/msdos/
H A Dmkfs_msdos.c286 bpb.bsec = bpb.sec; in mkfs_msdos()
298 bpb.bsec = o.size; in mkfs_msdos()
461 else if (bpb.rde || bpb.bsec < in mkfs_msdos()
550 bpb.bsec); in mkfs_msdos()
562 bpb.sec = bpb.bsec; in mkfs_msdos()
563 bpb.bsec = 0; in mkfs_msdos()
573 if (bpb.bsec == 0) in mkfs_msdos()
643 mk4(bsbpb->bsec, bpb.bsec); in mkfs_msdos()
806 if (!bpb->bsec) in getbpbinfo()
807 bpb->bsec = size; in getbpbinfo()
[all …]
/openbsd/sbin/newfs_msdos/
H A Dnewfs_msdos.c358 bpb.bsec = bpb.sec; in main()
370 bpb.bsec = opt_s; in main()
458 else if (bpb.rde || bpb.bsec < in main()
517 cls = (bpb.bsec - x1) / bpb.spc; in main()
531 bpb.bsec); in main()
542 bpb.sec = bpb.bsec; in main()
543 bpb.bsec = 0; in main()
590 mk4(bsbpb->bsec, bpb.bsec); in main()
754 if (!bpb->bsec) in getdiskinfo()
785 if (bpb->bsec) in print_bpb()
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c2002 compare_section (sort_type sort, asection *asec, asection *bsec) in compare_section() argument
2012 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
2020 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
2025 bfd_get_section_name (bsec->owner, bsec)); in compare_section()
2031 ret = (bfd_section_alignment (bsec->owner, bsec) in compare_section()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c9038 bfd *bbfd, const asection *bsec) in _bfd_elf_match_sections_by_type() argument
9041 || bsec == NULL in _bfd_elf_match_sections_by_type()
9046 return elf_section_type (asec) == elf_section_type (bsec); in _bfd_elf_match_sections_by_type()