Home
last modified time | relevance | path

Searched refs:native (Results 1 – 25 of 120) sorted by relevance

12345

/dflybsd-src/contrib/gdb-7/bfd/
H A Dcoffgen.c762 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_renumber_symbols()
764 combined_entry_type *s = coff_symbol_ptr->native; in coff_renumber_symbols()
806 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_mangle_symbols()
809 combined_entry_type *s = coff_symbol_ptr->native; in coff_mangle_symbols()
860 combined_entry_type *native, in coff_fix_symbol_name() argument
877 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name()
878 && native->u.syment.n_numaux > 0) in coff_fix_symbol_name()
884 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
886 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
890 strncpy (native->u.syment._n._n_name, ".file", SYMNMLEN); in coff_fix_symbol_name()
[all …]
/dflybsd-src/contrib/binutils-2.27/bfd/
H A Dcoffgen.c762 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_renumber_symbols()
764 combined_entry_type *s = coff_symbol_ptr->native; in coff_renumber_symbols()
807 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_mangle_symbols()
810 combined_entry_type *s = coff_symbol_ptr->native; in coff_mangle_symbols()
864 combined_entry_type *native, in coff_fix_symbol_name() argument
881 BFD_ASSERT (native->is_sym); in coff_fix_symbol_name()
882 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name()
883 && native->u.syment.n_numaux > 0) in coff_fix_symbol_name()
889 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
891 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
[all …]
H A Dcoff-bfd.c38 if (csym == NULL || csym->native == NULL in bfd_coff_get_syment()
39 || ! csym->native->is_sym) in bfd_coff_get_syment()
45 *psyment = csym->native->u.syment; in bfd_coff_get_syment()
47 if (csym->native->fix_value) in bfd_coff_get_syment()
70 || csym->native == NULL in bfd_coff_get_auxent()
71 || ! csym->native->is_sym in bfd_coff_get_auxent()
72 || indx >= csym->native->u.syment.n_numaux) in bfd_coff_get_auxent()
78 ent = csym->native + indx + 1; in bfd_coff_get_auxent()
H A Dcoffcode.h1765 combined_entry_type *native; in coff_new_section_hook() local
1803 native = (combined_entry_type *) bfd_zalloc (abfd, amt); in coff_new_section_hook()
1804 if (native == NULL) in coff_new_section_hook()
1813 native->is_sym = TRUE; in coff_new_section_hook()
1814 native->u.syment.n_type = T_NULL; in coff_new_section_hook()
1815 native->u.syment.n_sclass = sclass; in coff_new_section_hook()
1817 coffsymbol (section->symbol)->native = native; in coff_new_section_hook()
3211 && cf->native != NULL in coff_compute_section_file_positions()
3212 && cf->native->is_sym in coff_compute_section_file_positions()
3213 && SYMNAME_IN_DEBUG (&cf->native->u.syment)) in coff_compute_section_file_positions()
[all …]
H A Dcoff-x86_64.c507 && coffsym->native->u.syment.n_scnum == 0) \
508 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
/dflybsd-src/contrib/binutils-2.34/bfd/
H A Dcoffgen.c771 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_renumber_symbols()
773 combined_entry_type *s = coff_symbol_ptr->native; in coff_renumber_symbols()
816 if (coff_symbol_ptr && coff_symbol_ptr->native) in coff_mangle_symbols()
819 combined_entry_type *s = coff_symbol_ptr->native; in coff_mangle_symbols()
873 combined_entry_type *native, in coff_fix_symbol_name() argument
890 BFD_ASSERT (native->is_sym); in coff_fix_symbol_name()
891 if (native->u.syment.n_sclass == C_FILE in coff_fix_symbol_name()
892 && native->u.syment.n_numaux > 0) in coff_fix_symbol_name()
898 native->u.syment._n._n_n._n_offset = in coff_fix_symbol_name()
900 native->u.syment._n._n_n._n_zeroes = 0; in coff_fix_symbol_name()
[all …]
H A Dcoff-bfd.c38 if (csym == NULL || csym->native == NULL in bfd_coff_get_syment()
39 || ! csym->native->is_sym) in bfd_coff_get_syment()
45 *psyment = csym->native->u.syment; in bfd_coff_get_syment()
47 if (csym->native->fix_value) in bfd_coff_get_syment()
70 || csym->native == NULL in bfd_coff_get_auxent()
71 || ! csym->native->is_sym in bfd_coff_get_auxent()
72 || indx >= csym->native->u.syment.n_numaux) in bfd_coff_get_auxent()
78 ent = csym->native + indx + 1; in bfd_coff_get_auxent()
H A Dcoffcode.h1754 combined_entry_type *native; in coff_new_section_hook() local
1792 native = (combined_entry_type *) bfd_zalloc (abfd, amt); in coff_new_section_hook()
1793 if (native == NULL) in coff_new_section_hook()
1802 native->is_sym = TRUE; in coff_new_section_hook()
1803 native->u.syment.n_type = T_NULL; in coff_new_section_hook()
1804 native->u.syment.n_sclass = sclass; in coff_new_section_hook()
1806 coffsymbol (section->symbol)->native = native; in coff_new_section_hook()
2943 && cf->native != NULL in coff_compute_section_file_positions()
2944 && cf->native->is_sym in coff_compute_section_file_positions()
2945 && SYMNAME_IN_DEBUG (&cf->native->u.syment)) in coff_compute_section_file_positions()
[all …]
H A Dcoff-x86_64.c504 && coffsym->native->u.syment.n_scnum == 0) \
505 cache_ptr->addend = - coffsym->native->u.syment.n_value; \
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dheaderdirs.texi8 @code{GCC_INCLUDE_DIR} means the same thing for native and cross. It is
16 @code{GPLUSPLUS_INCLUDE_DIR} means the same thing for native and cross. It
20 @code{LOCAL_INCLUDE_DIR} is used only by native compilers. GCC
28 @code{TOOL_INCLUDE_DIR} is used for both native and cross compilers. It
H A Dconfigterms.texi27 @dfn{native}. If build and host are the same but target is different,
32 is different, you are using a cross-compiler to build a native for a
34 @dfn{crossed native}, or @dfn{cross-built native}. If build and target
H A Dmakefile.texi87 When GCC is configured for a native configuration, the default action
89 that GCC is built three times---once with the native compiler, once with
90 the native-built compiler it just built, and once with the compiler it
94 due to ABI incompatibilities between the native compiler and GCC.
/dflybsd-src/contrib/file/magic/Magdir/
H A Docaml10 >8 string Y native object file (.cmx)
11 >8 string Z native library file (.cmxa)
H A Dconvex53 >84 belong&0x18000000 =0x00000000 native fpmode
67 >84 belong&0x18000000 =0x00000000 native fpmode
H A Djava36 # See https://hg.openjdk.java.net/jdk9/jdk9/jdk/file/tip/src/java.base/share/native/libjimage/image…
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_arm.cc101 bool native = __is_gxx_exception_class(header->unwindHeader.exception_class); in __cxa_begin_cleanup() local
104 if (native) in __cxa_begin_cleanup()
/dflybsd-src/share/mk/
H A Dbsd.cpu.gcc47.mk11 _CPUCFLAGS= -march=native
102 _CPUCFLAGS= -march=native
H A Dbsd.cpu.gcc80.mk11 _CPUCFLAGS= -march=native
132 _CPUCFLAGS= -march=native
H A Dbsd.hostlib.mk34 @${ECHO} building native static ${LIB} library
/dflybsd-src/contrib/elftoolchain/
H A DREADME.DELETED9 common/native-elf-format
/dflybsd-src/contrib/smbfs/
H A DREADME6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
/dflybsd-src/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A DMakefile48 LVL1_= ${STOPDIR}/cc_prep/config/dragonfly-native.h \
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dfs_path.h244 __pathname = root_name().native(); in _GLIBCXX_VISIBILITY()
247 __pathname += __p.relative_path().native(); // XXX is this right? in _GLIBCXX_VISIBILITY()
259 _M_pathname += __p.native(); in _GLIBCXX_VISIBILITY()
320 const string_type& native() const noexcept { return _M_pathname; } in _GLIBCXX_VISIBILITY()
810 return operator+=(__p.native()); in _GLIBCXX_VISIBILITY()
/dflybsd-src/gnu/usr.bin/cc80/
H A DMakefile.tgt49 TARGET_INC+= dragonfly-native.h
/dflybsd-src/gnu/usr.bin/cc47/
H A DMakefile.tgt57 TARGET_INC+= dragonfly-native.h

12345