Searched refs:arch_flag (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/cctools-845/libstuff/
H A Dset_arch_flag_name.c29 * set_arch_flag_name() sets the name field of the specified arch_flag to
37 struct arch_flag *p)
39 const struct arch_flag *arch_flag; local
41 arch_flag = get_arch_flags();
42 while(arch_flag->name != NULL){
43 if(arch_flag->cputype == p->cputype &&
44 (arch_flag->cpusubtype & ~CPU_SUBTYPE_MASK) ==
46 p->name = savestr(arch_flag->name);
49 arch_flag
[all...]
H A Dlto.c16 struct arch_flag *arch_flag,
42 struct arch_flag arch_flag; local
56 if(is_llvm_bitcode_from_memory(addr, size, &arch_flag,
58 ofile->lto_cputype = arch_flag.cputype;
59 ofile->lto_cpusubtype = arch_flag.cpusubtype;
67 * buffer, a pointer to an arch_flag struct and an pointer to return the lto
76 struct arch_flag *arch_flag,
73 is_llvm_bitcode_from_memory( char *addr, uint32_t size, struct arch_flag *arch_flag, void **pmod) argument
188 get_lto_cputype( struct arch_flag *arch_flag, char *target_triple) argument
[all...]
H A Darch.c38 static struct arch_flag arch_flags[] = {
40 static const struct arch_flag arch_flags[] = {
111 * If the pointer to the arch_flag is not NULL it is filled in with the
112 * arch_flag struct that matches the name.
118 struct arch_flag *arch_flag)
124 if(arch_flag != NULL)
125 *arch_flag = arch_flags[i];
129 if(arch_flag != NULL)
130 memset(arch_flag, '\
116 get_arch_from_flag( char *name, struct arch_flag *arch_flag) argument
[all...]
H A Darch_usage.c38 const struct arch_flag *arch_flags;
H A Dofile_error.c43 progname, ofile->arch_flag.name, ofile->file_name);
65 progname, ofile->arch_flag.name, ofile->file_name,
91 ofile->arch_flag.name, ofile->file_name,
96 ofile->arch_flag.name, ofile->file_name);
103 ofile->arch_flag.name, ofile->member_name);
H A Dofile.c163 progname, ofile->arch_flag.name, ofile->file_name,
195 struct arch_flag *arch_flags,
208 struct arch_flag host_arch_flag;
209 const struct arch_flag *family_arch_flag;
259 arch_name = ofile.arch_flag.name;
263 if(ofile.arch_flag.cputype ==
265 ((ofile.arch_flag.cpusubtype & ~CPU_SUBTYPE_MASK) ==
305 "files", ofile.arch_flag.name,
312 ofile.arch_flag.name,
360 ofile.arch_flag
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
[all...]
H A Dget_arch_from_host.c43 struct arch_flag *family_arch_flag,
44 struct arch_flag *specific_arch_flag)
52 memset(family_arch_flag, '\0', sizeof(struct arch_flag));
54 memset(specific_arch_flag, '\0', sizeof(struct arch_flag));
/macosx-10.9.5/cctools-845/include/stuff/
H A Darch.h40 struct arch_flag { struct
49 * If the pointer to the arch_flag is not NULL it is filled in with the
50 * arch_flag struct that matches the name.
54 struct arch_flag *arch_flag);
65 struct arch_flag *family_arch_flag,
66 struct arch_flag *specific_arch_flag);
72 __private_extern__ const struct arch_flag *get_arch_flags(
83 * set_arch_flag_name() sets the name field of the specified arch_flag to
89 struct arch_flag *
[all...]
H A Dlto.h11 struct arch_flag *arch_flag,
H A Dofile.h70 struct arch_flag arch_flag; /* the arch_flag for this arch, the name */ member in struct:ofile
138 struct arch_flag *arch_flags,
152 const struct arch_flag *arch_flag, /* can be NULL */
165 const struct arch_flag *arch_flag, /* can be NULL */
/macosx-10.9.5/cctools-845/as/
H A Ddriver.c2 * The assembler driver as and runs the assembler for the "-arch <arch_flag>"
3 * (if given) in ../libexec/as/<arch_flag>/as or
4 * ../local/libexec/as/<arch_flag>/as. Or runs the assembler for the host
41 struct arch_flag arch_flag; local
42 const struct arch_flag *arch_flags, *family_arch_flag;
72 * here is to parse out the "-arch <arch_flag>" and to do so the
176 * <arch_flag> or if none then from the value returned from
180 if(get_arch_from_host(&arch_flag, NULL)){
186 if(arch_flag
[all...]
/macosx-10.9.5/cctools-845/misc/
H A Dlipo.c79 struct arch_flag arch_flag; member in struct:input_file
116 static struct arch_flag thin_arch_flag = { 0 };
119 static struct arch_flag *remove_arch_flags = NULL;
123 static struct arch_flag *extract_arch_flags = NULL;
129 struct arch_flag arch_flag; member in struct:replace
136 struct arch_flag arch_flag; member in struct:segalign
147 static struct arch_flag *verify_arch
229 struct arch_flag *arch_flag; local
1371 struct arch_flag arch_flag; local
2318 struct arch_flag *arch_flag; local
[all...]
H A Dcodesign_allocate.c37 struct arch_flag arch_flag; member in struct:arch_sign
125 &(arch_signs[narch_signs].arch_flag)) == 0){
153 arch_signs[narch_signs].arch_flag.cputype =
159 arch_signs[narch_signs].arch_flag.cpusubtype =
165 arch_signs[narch_signs].arch_flag.name = (char *)
167 arch_signs[narch_signs].arch_flag.cputype,
168 arch_signs[narch_signs].arch_flag.cpusubtype);
204 arch_signs[i].arch_flag.name, arch_signs[i].datasize);
515 if(arch_signs[i].arch_flag
[all...]
H A Dlibtool.c128 struct arch_flag
174 struct arch_flag arch_flag; /* the identifing info of this architecture */ member in struct:arch
1363 ofiles[i].arch_flag.name,
1377 ofiles[i].arch_flag.name, cmd_flags.files[i]);
1387 ofiles[i].arch_flag.name, cmd_flags.files[i]);
1393 ofiles[i].arch_flag.name, cmd_flags.files[i]);
1440 ofiles[i].arch_flag.name);
1694 const struct arch_flag *family_arch_flag;
1787 if(archs[i].arch_flag
[all...]
H A Dcmpdylib.c146 struct arch_flag arch_flag; local
152 arch_flag.name = (char *)get_arch_name_from_types(
155 arch_flag.cputype = old_ofile->mh_cputype;
156 arch_flag.cpusubtype = old_ofile->mh_cpusubtype;
161 ofile_process(new_dylib, &arch_flag, 1, FALSE, TRUE, TRUE, FALSE,
166 "architecture %s\n", new_dylib, arch_flag.name);
318 "library", ofile->arch_flag.name, ofile->file_name);
H A Dpagestuff.c140 static struct arch_flag *arch_flag = NULL; variable in typeref:struct:arch_flag
211 struct arch_flag a;
228 arch_flag = &a;
235 if(arch_flag != NULL && arch_found == FALSE){
237 arch_flag->name);
250 if(arch_flag == NULL)
292 if(ofile_map(file_name, arch_flag, NULL, &ofile, FALSE) == FALSE)
314 "supported with %s)", ofile.arch_flag.name, file_name,
318 if(arch_flag !
[all...]
H A Dctf_insert.c41 struct arch_flag arch_flag; member in struct:arch_ctf
124 &(arch_ctfs[narch_ctfs].arch_flag)) == 0){
178 arch_ctfs[i].arch_flag.name, arch_ctfs[i].filename);
293 if(arch_ctfs[i].arch_flag.cputype == cputype &&
294 arch_ctfs[i].arch_flag.cpusubtype == cpusubtype)
312 add_ctf_section(arch, arch_ctfs[i].arch_flag.name,
H A Dstrings.c125 struct arch_flag *arch_flags;
160 (narch_flags + 1) * sizeof(struct arch_flag));
299 "[-n number] [[-arch <arch_flag>] ...] [--] [file ...]\n",
309 * used or a specific architecture if "-arch <arch_flag> fatfile" was used
338 if(ofile->file_type == OFILE_FAT && ofile->arch_flag.cputype != 0){
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Ddlf.h147 struct arch_flag struct
172 struct arch_flag arch_flag; /* the arch_flag for this arch, the name */ member in struct:ofile
/macosx-10.9.5/cctools-845/ld/
H A Dlayout.c377 segalign = get_segalign_from_flag(&arch_flag);
444 output_mach_header.cputype = arch_flag.cputype;
445 output_mach_header.cpusubtype = arch_flag.cpusubtype;
564 arch_flag.cputype != 0 &&
632 get_segprot_from_flag(&arch_flag);
644 stack_addr = get_stack_addr_from_flag(&arch_flag);
657 stack_size = get_stack_size_from_flag(&arch_flag);
663 if(get_stack_direction_from_flag(&arch_flag) < 0)
866 msg->sg.maxprot = get_segprot_from_flag(&arch_flag);
897 msg->sg.maxprot = get_segprot_from_flag(&arch_flag);
[all...]
H A Dpass1.c683 struct arch_flag host_arch_flag;
729 if(arch_flag.cputype != 0){
731 arch_flag.cputype, arch_flag.cpusubtype,
736 if(arch_flag.name != NULL){
740 file_name, arch_flag.name);
745 "(file ignored)", file_name, arch_flag.name);
748 prev_arch = get_arch_name_from_types(arch_flag.cputype,
749 arch_flag.cpusubtype);
768 if(arch_flag
[all...]
H A Dcoalesced_sections.c459 if(r_type == reloc_pair_r_type(arch_flag.cputype)){
479 if(reloc_has_pair(arch_flag.cputype, r_type)){
495 pair_r_type != reloc_pair_r_type(arch_flag.cputype)){
632 if(reloc_has_pair(arch_flag.cputype, r_type))
642 ((arch_flag.cputype == CPU_TYPE_POWERPC &&
644 (arch_flag.cputype == CPU_TYPE_HPPA &&
664 (reloc_is_sectdiff(arch_flag.cputype, r_type) ||
H A Dld.c113 __private_extern__ struct arch_flag arch_flag = variable in typeref:struct:arch_flag
489 const struct arch_flag *family_arch_flag;
1411 if(arch_flag.name != NULL &&
1412 strcmp(arch_flag.name, argv[i]) != 0)
1414 if(get_arch_from_flag(argv[i], &arch_flag) == 0){
1420 if(arch_flag.cputype == CPU_TYPE_ARM){
1423 target_byte_sex = get_byte_sex_from_flag(&arch_flag);
1888 if(arch_flag.cputype == CPU_TYPE_ARM){
2061 if(arch_flag
[all...]
H A Dsections.c431 if(arch_flag.cputype == CPU_TYPE_I860)
3555 if(reloc_has_pair(arch_flag.cputype, r_type))
3619 if(arch_flag.cputype == CPU_TYPE_MC680x0)
3622 else if(arch_flag.cputype == CPU_TYPE_I386)
3625 else if(arch_flag.cputype == CPU_TYPE_POWERPC ||
3626 arch_flag.cputype == CPU_TYPE_VEO)
3629 else if(arch_flag.cputype == CPU_TYPE_MC88000)
3631 else if(arch_flag.cputype == CPU_TYPE_HPPA)
3633 else if(arch_flag.cputype == CPU_TYPE_SPARC)
3636 else if(arch_flag
[all...]
H A Dld.h110 __private_extern__ struct arch_flag arch_flag; variable in typeref:struct:arch_flag

Completed in 252 milliseconds

12