Searched refs:ofile (Results 1 - 25 of 104) sorted by relevance

12345

/macosx-10.9.5/xnu-2422.115.4/bsd/conf/
H A Dcompat_hdrs.awk9 ofile = sprintf("compat/%s/%s", $2, $3);
10 printf("#import\t<machine/compat_%s>\n", $3) > ofile
11 printf(hdr, $1, $3, $1, $3) > ofile;
15 ofile = sprintf("compat/%s/%s", $2, $3);
16 printf("#error This file has been removed\n") > ofile;
20 ofile = sprintf("compat/%s/%s", $2, $3);
21 printf(hdr, $1, $NF, $1, $NF) > ofile;
H A Dmachine.awk11 ofile = sprintf("%s/%s", loc, $1);
12 printf(hdr, dir, $1, dir, $1) > ofile;
/macosx-10.9.5/cctools-845/libstuff/
H A Dofile_error.c28 #include "stuff/ofile.h"
35 struct ofile *ofile,
41 if(ofile->file_type == OFILE_FAT){
43 progname, ofile->arch_flag.name, ofile->file_name);
46 print("%s: archive: %s ", progname, ofile->file_name);
57 struct ofile *ofile,
63 if(ofile
34 archive_error( struct ofile *ofile, const char *format, ...) argument
56 archive_member_error( struct ofile *ofile, const char *format, ...) argument
81 Mach_O_error( struct ofile *ofile, const char *format, ...) argument
[all...]
H A Dofile.c77 #include "stuff/ofile.h"
113 struct ofile *ofile,
116 struct ofile *ofile);
118 struct ofile *ofile);
120 struct ofile *ofile,
123 struct ofile *ofil
154 temporary_archive_member_warning( struct ofile *ofile, const char *format, ...) argument
193 ofile_process( char *name, struct arch_flag *arch_flags, uint32_t narch_flags, enum bool all_archs, enum bool process_non_objects, enum bool dylib_flat, enum bool use_member_syntax, void (*processor)(struct ofile *ofile, char *arch_name, void *cookie), void *cookie) argument
206 struct ofile ofile; local
826 ofile_map( const char *file_name, const struct arch_flag *arch_flag, const char *object_name, struct ofile *ofile, enum bool archives_with_fat_objects) argument
892 ofile_map_from_memory( char *addr, uint64_t size, const char *file_name, uint64_t mtime, const struct arch_flag *arch_flag, const char *object_name, struct ofile *ofile, enum bool archives_with_fat_objects) argument
1394 ofile_unmap( struct ofile *ofile) argument
1420 ofile_first_arch( struct ofile *ofile) argument
1440 ofile_next_arch( struct ofile *ofile) argument
1464 ofile_specific_arch( struct ofile *ofile, uint32_t narch) argument
1663 ofile_first_member( struct ofile *ofile) argument
1927 ofile_next_member( struct ofile *ofile) argument
2153 ofile_specific_member( const char *member_name, struct ofile *ofile) argument
2393 ofile_first_module( struct ofile *ofile) argument
2493 ofile_next_module( struct ofile *ofile) argument
2585 ofile_specific_module( const char *module_name, struct ofile *ofile) argument
2714 ofile_print( struct ofile *ofile) argument
2755 check_fat( struct ofile *ofile) argument
2832 check_fat_object_in_archive( struct ofile *ofile) argument
2958 check_archive( struct ofile *ofile, enum bool archives_with_fat_objects) argument
3133 check_extend_format_1( struct ofile *ofile, struct ar_hdr *ar_hdr, uint32_t size_left, uint32_t *member_name_size) argument
3188 check_archive_toc( struct ofile *ofile) argument
3332 check_Mach_O( struct ofile *ofile) argument
5984 swap_back_Mach_O( struct ofile *ofile) argument
6005 check_overlaping_element( struct ofile *ofile, struct element *head, uint32_t offset, uint32_t size, char *name) argument
6087 check_dylib_module( struct ofile *ofile, struct symtab_command *st, struct dysymtab_command *dyst, char *strings, uint32_t module_index) argument
[all...]
H A Dbreakout.c27 #include "stuff/ofile.h"
39 struct ofile *ofile);
43 struct ofile *ofile);
54 struct ofile *
63 struct ofile *ofile; local
68 ofile = allocate(sizeof(struct ofile));
106 struct ofile *ofile; local
134 breakout_internal( char *filename, struct arch **archs, uint32_t *narchs, enum bool calculate_input_prebind_cksum, struct ofile *ofile) argument
220 breakout_loop_through_archive( char *filename, struct arch *arch, struct ofile *ofile) argument
[all...]
H A Dofile_get_word.c24 #include "stuff/ofile.h"
34 void *get_word_data /* struct mach_object_file *ofile */ )
42 struct ofile *ofile; local
44 ofile = (struct ofile *)get_word_data;
45 for(i = 0, lc = ofile->load_commands; i < ofile->mh->ncmds; i++){
56 if(s->offset > ofile->object_size ||
57 s->offset + s->size > ofile
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dcompile34 ofile=
42 ofile=$2
44 case "$ofile" in
48 args="$args -o $ofile"
49 ofile=
64 if test -z "$ofile" || test -z "$cfile"; then
95 mv "$cofile" "$ofile"
/macosx-10.9.5/cctools-845/include/stuff/
H A Dofile.h23 /* ofile.h */
57 struct ofile { struct
144 void (*processor)(struct ofile *ofile, char *arch_name, void *cookie),
154 struct ofile *ofile,
167 struct ofile *ofile,
170 struct ofile *ofile);
[all...]
/macosx-10.9.5/ruby-104/ruby/sample/pty/
H A Dscript.rb4 ofile = "typescript"
6 ofile = ARGV[0]
9 logfile = File.open(ofile,"a")
/macosx-10.9.5/OpenLDAP-491.1/
H A Dar.sh54 local ofile;
55 for ofile in `find "${archdir}" -name \*.o`; do
56 ofiles="${ofiles} $(basename ${ofile})";
63 local ofile;
64 for ofile in ${ofiles}; do
65 lipo -create $(find "${dir}" -name "${ofile}" -print) -o "${dir}/${ofile}";
/macosx-10.9.5/net_snmp-140.1/
H A Dar.sh55 local ofile;
56 for ofile in `find "${archdir}" -name \*.o`; do
57 ofiles="${ofiles} $(basename ${ofile})";
64 local ofile;
65 for ofile in ${ofiles}; do
66 lipo -create $(find "${dir}" -name "${ofile}" -print) -o "${dir}/${ofile}";
/macosx-10.9.5/perl-92/fix/
H A Dar.sh55 local ofile;
56 for ofile in `find "${archdir}" -name \*.o`; do
57 ofiles="${ofiles} $(basename ${ofile})";
64 local ofile;
65 for ofile in ${ofiles}; do
66 lipo -create $(find "${dir}" -name "${ofile}" -print) -o "${dir}/${ofile}";
/macosx-10.9.5/Heimdal-323.92.1/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
129 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/admin/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
129 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
/macosx-10.9.5/cctools-845/misc/
H A Dstrings.c80 #include "stuff/ofile.h"
97 struct ofile *ofile,
305 * ofile_processor() is called by ofile_process() for each ofile to process.
317 struct ofile *ofile,
334 * If the ofile is not an object file then process it without reguard
337 if(ofile->object_addr == NULL){
338 if(ofile->file_type == OFILE_FAT && ofile
316 ofile_processor( struct ofile *ofile, char *arch_name, void *cookie) argument
[all...]
H A Dchecksyms.c36 #include "stuff/ofile.h"
64 struct ofile *ofile,
69 struct ofile *ofile,
75 struct ofile *ofile,
270 struct ofile *ofile,
288 if(ofile
269 checksyms( struct ofile *ofile, char *arch_name, void *cookie) argument
513 check_dynamic_binary( struct ofile *ofile, char *arch_name, enum bool detail, enum bool verification) argument
638 check_dylib( struct ofile *ofile, char *arch_name, enum bool detail, enum bool verification, enum bool *debug) argument
[all...]
H A Dnm.c93 #include "stuff/ofile.h"
171 struct ofile *ofile,
176 struct ofile *ofile,
181 struct ofile *ofile,
185 struct ofile *ofile,
202 struct ofile *ofil
477 nm( struct ofile *ofile, char *arch_name, void *cookie) argument
782 nm_lto( struct ofile *ofile, char *arch_name, struct cmd_flags *cmd_flags) argument
858 print_header( struct ofile *ofile, char *arch_name, struct cmd_flags *cmd_flags) argument
891 select_symbols( struct ofile *ofile, struct symtab_command *st, struct dysymtab_command *dyst, struct cmd_flags *cmd_flags, struct process_flags *process_flags, uint32_t *nsymbols) argument
1138 print_mach_symbols( struct ofile *ofile, struct symbol *symbols, uint32_t nsymbols, char *strings, uint32_t strsize, struct cmd_flags *cmd_flags, struct process_flags *process_flags, char *arch_name) argument
1406 print_symbols( struct ofile *ofile, struct symbol *symbols, uint32_t nsymbols, char *strings, uint32_t strsize, struct cmd_flags *cmd_flags, struct process_flags *process_flags, char *arch_name, struct value_diff *value_diffs) argument
[all...]
H A Dsize.c67 #include "stuff/ofile.h"
83 struct ofile *ofile,
214 struct ofile *ofile,
230 if(ofile->mh != NULL)
231 ncmds = ofile->mh->ncmds;
233 ncmds = ofile->mh64->ncmds;
235 if(flag->nfiles > 1 || ofile->member_ar_hdr != NULL ||
237 if(ofile
213 size( struct ofile *ofile, char *arch_name, void *cookie) argument
[all...]
/macosx-10.9.5/dtrace-118.1/test/tst/common/misc/
H A Dtst.include.ksh38 ofile=$2
58 echo $inc failed: `cat $errfile | head -1` > $ofile
60 echo $inc succeeded > $ofile
111 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
113 doit $file $ofile $errfile &
133 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
135 if [ -f $ofile ]; then
136 cat $ofile >> $bigofile
137 rm $ofile
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/
H A Dbuild.cpp80 impl::c_o(const std::string& sfile, const std::string& ofile, argument
85 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
94 impl::cpp(const std::string& sfile, const std::string& ofile, argument
99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
108 impl::cxx_o(const std::string& sfile, const std::string& ofile, argument
113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
/macosx-10.9.5/OpenPAM-20/openpam/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.9.5/file-46/file/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"
/macosx-10.9.5/iodbc-42.5/iodbc/admin/
H A Dcompile58 ofile=
74 ofile=$2
96 if test -z "$ofile" || test -z "$cfile"; then
127 mv "$cofile" "$ofile"
129 mv "${cofile}bj" "$ofile"

Completed in 179 milliseconds

12345