Searched refs:blk (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | vms-lib.c | 198 vms_read_block (bfd *abfd, unsigned int vbn, void *blk) in vms_read_block() argument 204 || bfd_bread (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE) in vms_read_block() 213 vms_write_block (bfd *abfd, unsigned int vbn, void *blk) in vms_write_block() argument 219 || bfd_bwrite (blk, VMS_BLOCK_SIZE, abfd) != VMS_BLOCK_SIZE) in vms_write_block() 1608 } blk[MAX_LEVEL]; in vms_write_index() local 1633 blk[0].vbn = (*vbn)++; in vms_write_index() 1634 blk[0].len = 0; in vms_write_index() 1635 blk[0].lastlen = 0; in vms_write_index() 1724 if (blk[j].len + blk[j].lastlen + idxlen > INDEXDEF__BLKSIZ) in vms_write_index() 1744 blk[level].vbn = (*vbn)++; in vms_write_index() [all …]
|
D | dwarf2.c | 64 struct dwarf_block *blk; member 932 struct dwarf_block *blk; in read_attribute_value() local 966 blk = (struct dwarf_block *) bfd_alloc (abfd, amt); in read_attribute_value() 967 if (blk == NULL) in read_attribute_value() 969 blk->size = read_2_bytes (abfd, info_ptr); in read_attribute_value() 971 blk->data = read_n_bytes (abfd, info_ptr, blk->size); in read_attribute_value() 972 info_ptr += blk->size; in read_attribute_value() 973 attr->u.blk = blk; in read_attribute_value() 977 blk = (struct dwarf_block *) bfd_alloc (abfd, amt); in read_attribute_value() 978 if (blk == NULL) in read_attribute_value() [all …]
|
D | vms-alpha.c | 3082 unsigned char blk[VMS_BLOCK_SIZE]; in alpha_vms_write_exec() local 3085 memset (blk, 0xff, sizeof (blk)); in alpha_vms_write_exec() 3090 (struct vms_eisd *)(blk + (eisd->file_pos % VMS_BLOCK_SIZE))); in alpha_vms_write_exec() 3097 if (bfd_bwrite (blk, sizeof (blk), abfd) != sizeof (blk)) in alpha_vms_write_exec() 3100 memset (blk, 0xff, sizeof (blk)); in alpha_vms_write_exec() 3109 unsigned char blk[VMS_BLOCK_SIZE]; in alpha_vms_write_exec() local 3121 memset (blk, 0, len); in alpha_vms_write_exec() 3122 if (bfd_bwrite (blk, len, abfd) != len) in alpha_vms_write_exec()
|
D | elf32-xtensa.c | 787 int blk, block_count; in xtensa_read_table_entries() local 898 for (blk = 1; blk < block_count; blk++) in xtensa_read_table_entries() 904 if (blocks[blk - 1].address == blocks[blk].address && in xtensa_read_table_entries() 905 blocks[blk - 1].size != 0) in xtensa_read_table_entries()
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | fr.po | 4997 msgstr "début blk: adresse: 0x%08x, nom: %.*s\n" 5002 msgstr "fin blk: taille: 0x%08x\n"
|