Home
last modified time | relevance | path

Searched defs:sfile (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c272 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first, in wr_un()
548 wr_dps_start (struct coff_sfile *sfile, in wr_dps_start()
602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type_1()
875 walk_tree_type (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type()
919 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct c… in walk_tree_symbol()
1133 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, … in walk_tree_scope()
1157 walk_tree_sfile (struct coff_section *section, struct coff_sfile *sfile) in walk_tree_sfile()
1163 wr_program_structure (struct coff_ofile *p, struct coff_sfile *sfile) in wr_program_structure()
1171 wr_du (struct coff_ofile *p, struct coff_sfile *sfile, int n) in wr_du()
1238 wr_dus (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_sfile *sfile) in wr_dus()
[all …]
H A Dcoffgrok.h218 struct coff_sfile * sfile; member
H A Dobjdump.c2708 SFILE sfile; in disassemble_jumps() local
2970 SFILE sfile; in disassemble_bytes() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c272 wr_un (struct coff_ofile *ptr, struct coff_sfile *sfile, int first, in wr_un()
548 wr_dps_start (struct coff_sfile *sfile, in wr_dps_start()
602 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type_1()
875 walk_tree_type (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type()
919 walk_tree_symbol (struct coff_sfile *sfile, struct coff_section *section ATTRIBUTE_UNUSED, struct c… in walk_tree_symbol()
1133 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, … in walk_tree_scope()
1157 walk_tree_sfile (struct coff_section *section, struct coff_sfile *sfile) in walk_tree_sfile()
1163 wr_program_structure (struct coff_ofile *p, struct coff_sfile *sfile) in wr_program_structure()
1171 wr_du (struct coff_ofile *p, struct coff_sfile *sfile, int n) in wr_du()
1238 wr_dus (struct coff_ofile *p ATTRIBUTE_UNUSED, struct coff_sfile *sfile) in wr_dus()
[all …]
H A Dcoffgrok.h218 struct coff_sfile * sfile; member
H A Dobjdump.c2958 SFILE sfile; in disassemble_jumps() local
3220 SFILE sfile; in disassemble_bytes() local
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dbuild.cpp80 impl::c_o(const std::string& sfile, const std::string& ofile, in c_o()
94 impl::cpp(const std::string& sfile, const std::string& ofile, in cpp()
108 impl::cxx_o(const std::string& sfile, const std::string& ofile, in cxx_o()
H A Dcheck_test.cpp98 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY() local
113 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY() local
128 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY() local
145 std::ofstream sfile("test.c"); in ATF_TEST_CASE_BODY() local
160 std::ofstream sfile("test.cpp"); in ATF_TEST_CASE_BODY() local
175 std::ofstream sfile("test.cpp"); in ATF_TEST_CASE_BODY() local
H A Dcheck.cpp107 impl::build_c_o(const std::string& sfile, const std::string& ofile, in build_c_o()
121 impl::build_cpp(const std::string& sfile, const std::string& ofile, in build_cpp()
135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, in build_cxx_o()
/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dtest_helpers.cpp56 build_check_cxx_o(const char* sfile) in build_check_cxx_o()
68 build_check_cxx_o_srcdir(const atf::tests::tc& tc, const char* sfile) in build_check_cxx_o_srcdir()
H A Dtest_helpers.hpp57 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dbuild.c149 atf_build_c_o(const char *sfile, in atf_build_c_o()
194 atf_build_cpp(const char *sfile, in atf_build_cpp()
239 atf_build_cxx_o(const char *sfile, in atf_build_cxx_o()
H A Dh_build.h45 const char *sfile; member
183 const char *sfile; member
282 const char *sfile; member
H A Dcheck_test.c110 FILE *sfile; in ATF_TC_BODY() local
128 FILE *sfile; in ATF_TC_BODY() local
146 FILE *sfile; in ATF_TC_BODY() local
172 FILE *sfile; in ATF_TC_BODY() local
190 FILE *sfile; in ATF_TC_BODY() local
208 FILE *sfile; in ATF_TC_BODY() local
H A Dcheck.c400 atf_check_build_c_o(const char *sfile, in atf_check_build_c_o()
420 atf_check_build_cpp(const char *sfile, in atf_check_build_cpp()
440 atf_check_build_cxx_o(const char *sfile, in atf_check_build_cxx_o()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.h58 #define BUILD_TC(name, sfile, descr, failmsg) \ argument
H A Dtest_helpers.c68 build_check_c_o_srcdir(const atf_tc_t *tc, const char *sfile) in build_check_c_o_srcdir()
/netbsd-src/external/gpl3/gcc/dist/contrib/header-tools/
H A Dgraph-include-web88 sfile = open (arg[2:], "r") variable
/netbsd-src/external/gpl3/gcc.old/dist/contrib/header-tools/
H A Dgraph-include-web88 sfile = open (arg[2:], "r") variable
/netbsd-src/games/rogue/
H A Dsave.c90 save_into_file(const char *sfile) in save_into_file()
/netbsd-src/external/bsd/openldap/dist/tests/progs/
H A Dslapd-tester.c141 char *sfile = NULL; in main() local
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-s390.c2367 const char *sfile; in md_apply_fix() local
H A Dtc-ppc.c7482 const char *sfile; in md_apply_fix() local
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-s390.c2366 const char *sfile; in md_apply_fix() local
H A Dtc-ppc.c7394 const char *sfile; in md_apply_fix() local

12