Home
last modified time | relevance | path

Searched refs:room (Results 1 – 25 of 68) sorted by relevance

123

/toolchain/binutils/binutils-2.25/libiberty/
Dobstacks.texi442 whether there is room for the new growth in the current chunk. If you
454 The function @code{obstack_room} returns the amount of room available
465 While you know there is room, you can use these fast growth functions
499 enough room for what you want to add, the fast growth functions
502 new chunk; then there will be lots of room available again.
518 int room = obstack_room (obstack);
519 if (room == 0)
521 /* @r{Not enough room. Add one character slowly,}
522 @r{which may copy to a new chunk and make room.} */
528 if (room > len)
[all …]
/toolchain/binutils/binutils-2.25/gprof/po/
Dgprof.pot236 msgid "%s: ran out room for %lu bytes of text space\n"
Dja.po243 msgid "%s: ran out room for %lu bytes of text space\n"
Dsr.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Dbg.po260 msgid "%s: ran out room for %lu bytes of text space\n"
Duk.po260 msgid "%s: ran out room for %lu bytes of text space\n"
Dru.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Drw.po283 msgid "%s: ran out room for %lu bytes of text space\n"
Dde.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Did.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Dnl.po264 msgid "%s: ran out room for %lu bytes of text space\n"
Dsv.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Dfi.po266 msgid "%s: ran out room for %lu bytes of text space\n"
Dpt_BR.po251 msgid "%s: ran out room for %lu bytes of text space\n"
Dms.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Dda.po257 msgid "%s: ran out room for %lu bytes of text space\n"
Dit.po259 msgid "%s: ran out room for %lu bytes of text space\n"
Deo.po259 msgid "%s: ran out room for %lu bytes of text space\n"
Dtr.po257 msgid "%s: ran out room for %lu bytes of text space\n"
Dfr.po263 msgid "%s: ran out room for %lu bytes of text space\n"
Dga.po256 msgid "%s: ran out room for %lu bytes of text space\n"
Dhu.po260 msgid "%s: ran out room for %lu bytes of text space\n"
Des.po258 msgid "%s: ran out room for %lu bytes of text space\n"
Dvi.po264 msgid "%s: ran out room for %lu bytes of text space\n"
/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c3003 file_ptr room = VMS_BLOCK_SIZE - (PRIV (file_pos) % VMS_BLOCK_SIZE); in alpha_vms_write_exec() local
3006 if (PRIV (file_pos) < VMS_BLOCK_SIZE && room > 2) in alpha_vms_write_exec()
3007 room -= 2; in alpha_vms_write_exec()
3008 if (room < eisd->u.eisd.eisdsize + EISD__K_LENEND) in alpha_vms_write_exec()

123