| /src/external/gpl3/binutils/dist/ld/ |
| ldelfgen.c | 149 asection *bsec = NULL; local 155 bsec = elf_linked_to_section (bi->is->section); 158 if (asec == NULL || bsec == NULL) 160 if (bsec != NULL) 168 bpos = bsec->output_section->lma + bsec->output_offset; 178 the two sections has zero size, or asec and bsec are the 180 if (asec->size < bsec->size) 182 else if (asec->size > bsec->size) 191 bpos = bsec->output_section->vma + bsec->output_offset [all...] |
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldelfgen.c | 149 asection *bsec = NULL; local 155 bsec = elf_linked_to_section (bi->is->section); 158 if (asec == NULL || bsec == NULL) 160 if (bsec != NULL) 168 bpos = bsec->output_section->lma + bsec->output_offset; 178 the two sections has zero size, or asec and bsec are the 180 if (asec->size < bsec->size) 182 else if (asec->size > bsec->size) 191 bpos = bsec->output_section->vma + bsec->output_offset [all...] |
| /src/sbin/newfs_msdos/ |
| mkfs_msdos.c | 130 u_int8_t bsec[4]; /* big total sectors */ member in struct:bsbpb 174 u_int bsec; /* big total sectors */ member in struct:bpb 319 bpb.bsec = bpb.sec; 331 bpb.bsec = o.size; 339 bpb.bsec -= (o.offset / bpb.bps); 356 x1 = howmany(bpb.bsec, (1048576 / 512)); /* -> MB */ 485 if (bpb.bsec < (bpb.res ? bpb.res : bss) + 494 else if (bpb.rde || bpb.bsec < 544 (u_int64_t)(maxcls(o.fat_type) + 1) * bpb.spc <= bpb.bsec; 552 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) { [all...] |
| /src/usr.sbin/sysinst/arch/i386/ |
| md.c | 110 int bcyl = 0, bhead = 0, bsec = 0, res; local 135 if (get_bios_info(pm->diskdev, pm->parts, &bcyl, &bhead, &bsec) 138 bcyl, bhead, bsec); 711 int *bhead, int *bsec) 787 *bsec = sec; 789 set_bios_geom(parts, bcyl, bhead, bsec); 793 *bsec = biosdisk->bi_sec;
|
| /src/usr.sbin/sysinst/ |
| mbr.c | 205 fprintf(stderr, "\n%s: bsec %d\n", label, bsec); 356 int bsec, bhead, bcyl; local 367 bsec = atoi(res); 368 } while (bsec <= 0 || bsec > MAXSECTOR); 376 bcyl = s / bsec / bhead; 377 if (s != bcyl * bsec * bhead) 381 pm->max_chs = (unsigned long)bcyl * bhead * bsec; 382 pm->current_cylsize = bhead * bsec; 1034 unsigned long bsec, bhead, bcyl; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-rx.c | 3259 sec_ptr bsec; 3328 bsec = abfd->sections; 3329 while (bsec) 3332 && phdr[i].p_vaddr <= bsec->vma 3333 && bsec->vma <= phdr[i].p_vaddr + (phdr[i].p_filesz - 1)) 3335 bsec->lma = phdr[i].p_paddr + (bsec->vma - phdr[i].p_vaddr); 3337 bsec = bsec->next; 3254 sec_ptr bsec; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-rx.c | 3257 sec_ptr bsec; 3326 bsec = abfd->sections; 3327 while (bsec) 3330 && phdr[i].p_vaddr <= bsec->vma 3331 && bsec->vma <= phdr[i].p_vaddr + (phdr[i].p_filesz - 1)) 3333 bsec->lma = phdr[i].p_paddr + (bsec->vma - phdr[i].p_vaddr); 3335 bsec = bsec->next; 3252 sec_ptr bsec; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-rx.c | 3257 sec_ptr bsec; 3326 bsec = abfd->sections; 3327 while (bsec) 3330 && phdr[i].p_vaddr <= bsec->vma 3331 && bsec->vma <= phdr[i].p_vaddr + (phdr[i].p_filesz - 1)) 3333 bsec->lma = phdr[i].p_paddr + (bsec->vma - phdr[i].p_vaddr); 3335 bsec = bsec->next; 3252 sec_ptr bsec; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-rx.c | 3257 sec_ptr bsec; 3326 bsec = abfd->sections; 3327 while (bsec) 3330 && phdr[i].p_vaddr <= bsec->vma 3331 && bsec->vma <= phdr[i].p_vaddr + (phdr[i].p_filesz - 1)) 3333 bsec->lma = phdr[i].p_paddr + (bsec->vma - phdr[i].p_vaddr); 3335 bsec = bsec->next; 3252 sec_ptr bsec; local
|