Searched refs:native (Results 1 - 25 of 61) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcoffgen.c675 if (coff_symbol_ptr && coff_symbol_ptr->native)
677 combined_entry_type *s = coff_symbol_ptr->native;
719 if (coff_symbol_ptr && coff_symbol_ptr->native)
722 combined_entry_type *s = coff_symbol_ptr->native;
773 combined_entry_type *native,
790 if (native->u.syment.n_sclass == C_FILE
791 && native->u.syment.n_numaux > 0)
797 native->u.syment._n._n_n._n_offset =
799 native->u.syment._n._n_n._n_zeroes = 0;
803 strncpy (native
771 coff_fix_symbol_name(bfd *abfd, asymbol *symbol, combined_entry_type *native, bfd_size_type *string_size_p, asection **debug_string_section_p, bfd_size_type *debug_string_size_p) argument
890 coff_write_symbol(bfd *abfd, asymbol *symbol, combined_entry_type *native, bfd_vma *written, bfd_size_type *string_size_p, asection **debug_string_section_p, bfd_size_type *debug_string_size_p) argument
974 combined_entry_type *native; local
1040 combined_entry_type *native = symbol->native; local
2285 combined_entry_type * native; local
[all...]
H A Dlibecoff.h164 void * native; member in struct:ecoff_symbol_struct
H A Dbout.c271 struct relocation_info *native, *natptr; local
280 native = bfd_malloc (natsize);
281 if (!native && natsize != 0)
305 for (natptr = native; count > 0; --count, ++natptr, ++generic)
382 if (bfd_bwrite ((void *) native, natsize, abfd) != natsize)
384 free (native);
388 free (native);
H A Dcoff-i386.c385 && coffsym->native->u.syment.n_scnum == 0) \
386 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoff-x86_64.c485 && coffsym->native->u.syment.n_scnum == 0) \
486 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
H A Dcoffcode.h290 . combined_entry_type *native;
1550 combined_entry_type *native;
1574 native = bfd_zalloc (abfd, amt);
1575 if (native == NULL)
1578 /* We don't need to set up n_name, n_value, or n_scnum in the native
1584 native->u.syment.n_type = T_NULL;
1585 native->u.syment.n_sclass = C_STAT;
1587 coffsymbol (section->symbol)->native = native;
2965 && cf->native !
1549 combined_entry_type *native; local
[all...]
H A Decoff.c647 new->native = NULL;
903 internal_ptr->native = (void *) eraw_src;
933 internal_ptr->native = (void *) lraw_src;
1383 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native,
1394 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native,
1414 (*debug_swap->swap_sym_in) (abfd, ecoffsymbol (symbol)->native,
1417 pos = ((((char *) ecoffsymbol (symbol)->native
1427 (*debug_swap->swap_ext_in) (abfd, ecoffsymbol (symbol)->native,
1430 pos = (((char *) ecoffsymbol (symbol)->native
1844 (obfd, ecoffsymbol (*sym_ptr_ptr)->native,
[all...]
H A Dpe-mips.c369 && coffsym->native->u.syment.n_scnum == 0) \
370 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_arm.cc92 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); local
95 if (native)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DEndian.h24 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
40 if (endian != native && sys::IsBigEndianHost != (endian == big))
164 <uint16_t, native, unaligned> unaligned_uint16_t;
166 <uint32_t, native, unaligned> unaligned_uint32_t;
168 <uint64_t, native, unaligned> unaligned_uint64_t;
171 <int16_t, native, unaligned> unaligned_int16_t;
173 <int32_t, native, unaligned> unaligned_int32_t;
175 <int64_t, native, unaligned> unaligned_int64_t;
H A DPath.h168 /// Convert path to the native form. This is used to give paths to users and
172 /// @param path A path that is transformed to native format.
174 void native(const Twine &path, SmallVectorImpl<char> &result);
176 /// Convert path to the native form in place. This is used to give paths to
180 /// @param path A path that is transformed to native format.
181 void native(SmallVectorImpl<char> &path);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/nvpair/
H A Dnvpair.c2439 * the native format. n_base points to a buffer containing the
2454 nvs_native_create(nvstream_t *nvs, nvs_native_t *native, char *buf, argument
2460 nvs->nvs_private = native;
2461 native->n_curr = native->n_base = buf;
2462 native->n_end = buf + buflen;
2463 native->n_flag = 0;
2467 nvs->nvs_private = native;
2468 native->n_curr = native
2485 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2515 nvs_native_t *native = nvs->nvs_private; local
2558 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2577 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2596 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2628 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2753 nvs_native_t *native = (nvs_native_t *)nvs->nvs_private; local
2796 nvs_native_t native; local
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-ecoff.c180 information to be stored in the native field of the symbol. */
193 esym->native = xmalloc (debug_swap->external_ext_size);
194 (*debug_swap->swap_ext_out) (stdoutput, ext, esym->native);
H A Dobj-coff.c199 entry = &coffsymbol (symbol_get_bfdsym (sym))->native[1];
200 p = coffsymbol (symbol_get_bfdsym (val))->native;
210 entry = &coffsymbol (symbol_get_bfdsym (sym))->native[1];
211 p = coffsymbol (symbol_get_bfdsym (val))->native;
219 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type;
225 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_type = val;
232 return coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_sclass;
238 coffsymbol (symbol_get_bfdsym (sym))->native->u.syment.n_sclass = val;
322 coffsymbol (symbol_get_bfdsym (symbolP))->native = (combined_entry_type *) s;
341 memcpy (s, coffsymbol (symbol_get_bfdsym (orgsymP))->native, s
[all...]
H A Dobj-coff.h211 (&coffsymbol (symbol_get_bfdsym (S))->native[1].u.auxent)
213 (&coffsymbol (symbol_get_bfdsym (S))->native[1])
217 (coffsymbol (symbol_get_bfdsym (s))->native->u.syment.n_numaux)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp176 llvm::sys::path::native(FilePath, NativeFilePath);
311 llvm::sys::path::native(AbsolutePath.str(), NativeFilePath);
313 llvm::sys::path::native(FileName, NativeFilePath);
H A DTooling.cpp149 llvm::sys::path::native(AbsolutePath);
193 llvm::sys::path::native(FilePath, PathStorage);
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_wol.c156 uint8_t native = paramp->ewp_bitmap.mask[pos]; local
160 swapped |= (native & 0x1);
161 native >>= 1;
/freebsd-9.3-release/contrib/groff/src/devices/xditview/
H A DDviP.h154 int native; member in struct:__anon1548
H A DDvi.c232 dw->dvi.native = 0;
467 dw->dvi.native = dw->dvi.device->X11;
470 if (dw->dvi.native) {
/freebsd-9.3-release/sys/xen/
H A Dblkif.h102 blkif_back_ring_t native; member in union:blkif_back_rings
/freebsd-9.3-release/contrib/bmake/mk/sys/
H A DNetBSD.mk8 # we are running native make
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dcoffgrok.c193 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms;
272 if (rawsyms + i == ((coff_symbol_type *) (&(s->lineno[l].u.sym[0])))->native)
/freebsd-9.3-release/contrib/gdb/
H A Dltcf-gcj.sh200 *** your PATH or compiler configuration so that the native linker is
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DPath.cpp451 void native(const Twine &path, SmallVectorImpl<char> &result) {
458 native(result);
461 void native(SmallVectorImpl<char> &path) {

Completed in 201 milliseconds

123