Searched refs:hold (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.h168 uint32_t hold; member in struct:tstate
/freebsd-9.3-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl508 // I adhere to mmi; in order to hold Itanium 1 back and avoid 6 cycle
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffcode.h3026 by allocating a new section header to hold the correct counts. */
3439 /* Extra reloc to hold real count. */
3690 asymbol *hold;
3693 hold = *psym;
3696 *psymsec = hold;
3706 by creating a new section header to hold the correct values. */
4170 /* The physical address field of a .lib section is used to hold the
3689 asymbol *hold; local
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ppc.c266 /* Structure to hold information about predefined registers. */
2274 char *hold;
2314 hold = input_line_pointer;
2442 input_line_pointer = hold;
4244 Like .data, but intended to hold data subject to relocation, such as
4470 * to the section to hold the system specific stuff. (krk)
2263 char *hold; local
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c743 alloc_type_forward, /* element to hold unknown tag */
3032 corresponding symbol. We create a fake symbol to hold the
3459 localsym_t *hold = NULL;
3492 index field (aka desc) to hold the line number, and the value
3493 field to hold the address. The symbol type is st_Label, which
3584 hold = symbol_get_obj (sym)->ecoff_symbol;
3589 symbol_get_obj (sym)->ecoff_symbol = hold;
3429 localsym_t *hold = NULL; local
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c2417 lang_statement_list_type *hold;
2450 hold = stat_ptr;
2470 stat_ptr = hold;
2415 lang_statement_list_type *hold; local
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp420 unique_ptr<facet, release> hold(f);
425 install(hold.get(), id);
439 unique_ptr<facet, release> hold(f);
444 facets_[static_cast<size_t>(id)] = hold.release();
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s918 ; Registers to hold 64-bit values to manipulate. The "L" part
H A Dpa-risc2W.s905 ; Registers to hold 64-bit values to manipulate. The "L" part
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dprocfs.c301 /* The procinfo struct is a wrapper to hold all the state information
309 this data structure is kept in a list (which for now will hold no
1997 char hold[sizeof (gdb_sigset_t)]; member in struct:__anon1422
2001 memcpy (&arg.hold, sighold, sizeof (gdb_sigset_t));
4371 * As they are a limited resource, we cannot hold onto them indefinitely.
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c1985 ** allot space to hold the "leave" address, push a branch
2998 static void hold(FICL_VM *pVM) function
4490 ** c-addr is the address of a transient region that can be used to hold
4939 dictAppendWord(dp, "hold", hold, FW_DEFAULT);
5022 ficlSetEnv(pSys, "/hold", nPAD);

Completed in 266 milliseconds

123