Searched refs:bim (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dbfdio.c121 struct bfd_in_memory *bim; local
124 bim = abfd->iostream;
126 if (abfd->where + get > bim->size)
128 if (bim->size < (bfd_size_type) abfd->where)
131 get = bim->size - abfd->where;
134 memcpy (ptr, bim->buffer + abfd->where, (size_t) get);
156 struct bfd_in_memory *bim = abfd->iostream; local
159 if (abfd->where + size > bim->size)
163 oldsize = (bim->size + 127) & ~(bfd_size_type) 127;
164 bim
271 struct bfd_in_memory *bim; local
[all...]
H A Dpeicode.h91 struct bfd_in_memory * bim; member in struct:__anon2419
417 sizeof (* vars.bim) \
600 BFD_ASSERT (vars->data + size < vars->bim->buffer + vars->bim->size);
622 BFD_ASSERT (vars->data <= vars->bim->buffer + vars->bim->size);
769 vars.bim = (struct bfd_in_memory *) ptr;
770 vars.bim->buffer = ptr;
771 vars.bim->size = ILF_DATA_SIZE;
772 ptr += sizeof (* vars.bim);
[all...]
H A Dopncls.c752 struct bfd_in_memory *bim;
760 bim = bfd_malloc (sizeof (struct bfd_in_memory));
761 abfd->iostream = bim;
763 bim->size = 0;
764 bim->buffer = 0;
751 struct bfd_in_memory *bim; local
H A Delfcode.h1605 struct bfd_in_memory *bim;
1779 bim = bfd_malloc (sizeof (struct bfd_in_memory));
1780 if (bim == NULL)
1789 free (bim);
1796 bim->size = contents_size;
1797 bim->buffer = contents;
1798 nbfd->iostream = bim;
1601 struct bfd_in_memory *bim; local
H A Dcoff-alpha.c2112 struct bfd_in_memory *bim;
2207 bim = ((struct bfd_in_memory *)
2209 if (bim == NULL)
2211 bim->size = size;
2212 bim->buffer = buf;
2218 nbfd->iostream = (PTR) bim;
2104 struct bfd_in_memory *bim; local
H A Dxcofflink.c3368 struct bfd_in_memory *bim;
3370 bim = bfd_malloc ((bfd_size_type) sizeof (* bim));
3371 if (bim == NULL)
3374 bim->size = 0;
3375 bim->buffer = 0;
3379 abfd->iostream = (void *) bim;
3363 struct bfd_in_memory *bim; local
H A Darchive.c1378 struct bfd_in_memory *bim = member->iostream;
1383 status.st_size = bim->size;
1371 struct bfd_in_memory *bim = member->iostream; local
/haiku-buildtools/binutils/bfd/
H A Dbfdio.c473 struct bfd_in_memory *bim; local
476 bim = (struct bfd_in_memory *) abfd->iostream;
478 if (abfd->where + get > bim->size)
480 if (bim->size < (bfd_size_type) abfd->where)
483 get = bim->size - abfd->where;
486 memcpy (ptr, bim->buffer + abfd->where, (size_t) get);
493 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
495 if (abfd->where + size > bim->size)
499 oldsize = (bim->size + 127) & ~(bfd_size_type) 127;
500 bim
529 struct bfd_in_memory *bim; local
582 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
601 struct bfd_in_memory *bim = (struct bfd_in_memory *) abfd->iostream; local
[all...]
H A Dpeicode.h92 struct bfd_in_memory * bim; member in struct:__anon172
618 BFD_ASSERT (vars->data + size < vars->bim->buffer + vars->bim->size);
654 BFD_ASSERT (vars->data <= vars->bim->buffer + vars->bim->size);
810 vars.bim
811 = (struct bfd_in_memory *) bfd_malloc ((bfd_size_type) sizeof (*vars.bim));
812 if (vars.bim == NULL)
816 vars.bim->buffer = ptr;
817 vars.bim
[all...]
H A Dopncls.c844 struct bfd_in_memory *bim;
852 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
853 if (bim == NULL)
855 abfd->iostream = bim;
857 bim->size = 0;
858 bim->buffer = 0;
843 struct bfd_in_memory *bim; local
H A Delfcode.h1630 struct bfd_in_memory *bim;
1837 bim = (struct bfd_in_memory *) bfd_malloc (sizeof (struct bfd_in_memory));
1838 if (bim == NULL)
1846 free (bim);
1852 bim->size = high_offset;
1853 bim->buffer = contents;
1854 nbfd->iostream = bim;
1626 struct bfd_in_memory *bim; local
H A Dcoff-alpha.c2062 struct bfd_in_memory *bim;
2156 bim = ((struct bfd_in_memory *)
2158 if (bim == NULL)
2160 bim->size = size;
2161 bim->buffer = buf;
2167 nbfd->iostream = bim;
2054 struct bfd_in_memory *bim; local
H A Dxcofflink.c3995 struct bfd_in_memory *bim;
3997 bim = bfd_malloc ((bfd_size_type) sizeof (* bim));
3998 if (bim == NULL)
4001 bim->size = 0;
4002 bim->buffer = 0;
4006 abfd->iostream = (void *) bim;
3984 struct bfd_in_memory *bim; local
H A Darchive.c1932 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream;
1937 status.st_size = bim->size;
1924 struct bfd_in_memory *bim = (struct bfd_in_memory *) member->iostream; local
/haiku-buildtools/gcc/libgcc/config/nds32/isr-library/
H A Drestore_all.inc29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
35 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore extra $r2 to keep
40 lmw.bim $r0, [$sp], $r10, #0x0 /* Restore all regs. */
41 lmw.bim $r15, [$sp], $r15, #0xf
43 lmw.bim $r0, [$sp], $r27, #0xf /* Restore all regs. */
H A Drestore_partial.inc30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
37 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore extra $r2 to keep
41 lmw.bim $r0, [$sp], $r5, #0x0 /* Restore all regs. */
43 lmw.bim $r15, [$sp], $r15, #0x2
45 lmw.bim $r15, [$sp], $r27, #0x2 /* Restore all regs. */
H A Dreset.S75 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore extra $r2 to keep
81 lmw.bim $r15, [$sp], $r15, #0xf
82 lmw.bim $r0, [$sp], $r10, #0x0
85 lmw.bim $r0, [$sp], $r27, #0xf
H A Dreset_4b.S75 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore extra $r2 to keep
81 lmw.bim $r15, [$sp], $r15, #0xf
82 lmw.bim $r0, [$sp], $r10, #0x0
85 lmw.bim $r0, [$sp], $r27, #0xf
H A Drestore_mac_regs.inc28 lmw.bim $r1, [$sp], $r4, #0x0
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Dzarch-arch12.s145 bim -10000(%r6,%r9)
/haiku-buildtools/gcc/libgcc/config/nds32/
H A Dlib1asmsrc-mculib.S476 lmw.bim $r6, [$sp], $r10, 2
683 lmw.bim $r6, [$sp], $r10, 2
857 lmw.bim $r6, [$sp], $r8, 2
1002 lmw.bim $r0, [$sp], $r4, 2
1052 lmw.bim $r0, [$sp], $r5, 0
1108 lmw.bim $r0, [$sp], $r5, 0
1223 lmw.bim $r0, [$sp], $r5, 0
1288 lmw.bim $r0, [$sp], $r3, 0
1436 lmw.bim $r6, [$sp], $r10, 10
1612 lmw.bim
[all...]

Completed in 279 milliseconds