HomeSort by relevance Sort by last modified time
    Searched defs:native (Results 51 - 63 of 63) sorted by null

1 23

  /toolchain/binutils/binutils-2.27/bfd/
bout.c 270 struct relocation_info *native, *natptr; local
279 native = bfd_malloc (natsize);
280 if (!native && natsize != 0)
304 for (natptr = native; count > 0; --count, ++natptr, ++generic)
381 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize)
383 free (native);
387 free (native);
    [all...]
aoutx.h 2370 unsigned char *native, *natptr; local
    [all...]
coffgen.c 762 if (coff_symbol_ptr && coff_symbol_ptr->native)
764 combined_entry_type *s = coff_symbol_ptr->native;
807 if (coff_symbol_ptr && coff_symbol_ptr->native)
810 combined_entry_type *s = coff_symbol_ptr->native;
864 combined_entry_type *native,
881 BFD_ASSERT (native->is_sym);
882 if (native->u.syment.n_sclass == C_FILE
883 && native->u.syment.n_numaux > 0)
889 native->u.syment._n._n_n._n_offset =
891 native->u.syment._n._n_n._n_zeroes = 0
1075 combined_entry_type *native; local
1170 combined_entry_type *native = symbol->native; local
2523 combined_entry_type * native; local
    [all...]
coffcode.h 354 . combined_entry_type *native;
1765 combined_entry_type *native; local
    [all...]
libcoff.h 664 combined_entry_type *native; member in struct:coff_symbol_struct
    [all...]
pdp11.c 1923 unsigned char *native; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 81 /* We can't support q and Q in native mode unless the compiler does;
232 /* Same, but handling native long long. */
251 /* Same, but handling native unsigned long long. */
334 [bln] distiguishes among big-endian, little-endian and native.
339 /* Native mode routines. ****************************************************/
423 /* Native mode doesn't support q or Q unless the platform C supports
1148 but potentially different from native rep -- reuse bx_bool funcs. */
1165 case '=': { /* Host byte order -- different from native in alignment! */
2044 formatdef *native = native_table; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 81 /* We can't support q and Q in native mode unless the compiler does;
232 /* Same, but handling native long long. */
251 /* Same, but handling native unsigned long long. */
334 [bln] distiguishes among big-endian, little-endian and native.
339 /* Native mode routines. ****************************************************/
423 /* Native mode doesn't support q or Q unless the platform C supports
1148 but potentially different from native rep -- reuse bx_bool funcs. */
1165 case '=': { /* Host byte order -- different from native in alignment! */
1995 formatdef *native = native_table; local
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 85 /* Native register description structure */
101 struct etna_native_reg native; /* native register to map to */ member in struct:etna_reg_desc
168 /* Next free native register, for register allocation */
287 /* Allocate a new, unused, native temp register */
295 /* assign TEMPs to native registers */
303 temps[idx].native = alloc_new_native_reg(c);
328 if (!inout->active || inout->native.valid) { /* Skip if already a native register assigned */
338 inout->native = temp->native
    [all...]
  /external/python/cpython2/Modules/
_struct.c 81 /* We can't support q and Q in native mode unless the compiler does;
232 /* Same, but handling native long long. */
251 /* Same, but handling native unsigned long long. */
334 [bln] distiguishes among big-endian, little-endian and native.
339 /* Native mode routines. ****************************************************/
423 /* Native mode doesn't support q or Q unless the platform C supports
1148 but potentially different from native rep -- reuse bx_bool funcs. */
1165 case '=': { /* Host byte order -- different from native in alignment! */
2042 formatdef *native = native_table; local
    [all...]
  /external/python/cpython3/Modules/
_struct.c 74 /* We can't support q and Q in native mode unless the compiler does;
158 /* Same, but handling native long long. */
181 /* Same, but handling native unsigned long long. */
344 [bln] distiguishes among big-endian, little-endian and native.
349 /* Native mode routines. ****************************************************/
450 /* Native mode doesn't support q or Q unless the platform C supports
1207 but potentially different from native rep -- reuse bx_bool funcs. */
1225 case '=': { /* Host byte order -- different from native in alignment! */
2306 const formatdef *native = native_table; local
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 250 void *native; member in union:pipe_shader_state::__anon30167
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.h 70 int native; member in struct:r200_vertex_program

Completed in 862 milliseconds

1 23