Searched refs:target_byte_sex (Results 26 - 36 of 36) sorted by relevance

12

/macosx-10.9.5/cctools-845/misc/
H A Dlibtool.c253 enum byte_sex target_byte_sex);
2169 enum byte_sex target_byte_sex; local
2391 target_byte_sex = get_target_byte_sex(archs + 0, host_byte_sex);
2393 p = put_toc_member(p, archs+0, host_byte_sex, target_byte_sex);
2527 target_byte_sex = get_target_byte_sex(arch, host_byte_sex);
2540 p = put_toc_member(p, arch, host_byte_sex, target_byte_sex);
2699 enum byte_sex target_byte_sex; local
2701 target_byte_sex = UNKNOWN_BYTE_SEX;
2703 i < arch->nmembers && target_byte_sex == UNKNOWN_BYTE_SEX;
2705 target_byte_sex
2726 put_toc_member( char *p, struct arch *arch, enum byte_sex host_byte_sex, enum byte_sex target_byte_sex) argument
[all...]
H A Dsegedit.c114 static enum byte_sex target_byte_sex = UNKNOWN_BYTE_SEX; variable in typeref:enum:byte_sex
287 target_byte_sex = host_byte_sex == BIG_ENDIAN_BYTE_SEX ?
293 target_byte_sex = host_byte_sex;
310 target_byte_sex = host_byte_sex == BIG_ENDIAN_BYTE_SEX ?
316 target_byte_sex = host_byte_sex;
H A Dindr.c1514 enum byte_sex target_byte_sex; local
1539 target_byte_sex = UNKNOWN_BYTE_SEX;
1546 if(target_byte_sex == UNKNOWN_BYTE_SEX){
1547 target_byte_sex = arch->members[i].object->object_byte_sex;
1554 if(cputype == 0 || target_byte_sex == UNKNOWN_BYTE_SEX)
1644 object->object_byte_sex = target_byte_sex;
H A Dlipo.c2441 enum byte_sex host_byte_sex, target_byte_sex; local
2460 target_byte_sex = get_byte_sex_from_flag(arch);
2468 if(target_byte_sex != host_byte_sex)
2469 swap_mach_header_64(mh64, target_byte_sex);
2477 if(target_byte_sex != host_byte_sex)
2478 swap_mach_header(mh, target_byte_sex);
/macosx-10.9.5/cctools-845/ld/
H A Dld.h119 __private_extern__ enum byte_sex target_byte_sex; variable in typeref:enum:byte_sex
H A Dsymbols.c6634 if(host_byte_sex != target_byte_sex){
6636 swap_nlist(nlist, output_nsyms, target_byte_sex);
6963 if(host_byte_sex != target_byte_sex)
6964 swap_nlist(nlist, 1, target_byte_sex);
7022 if(host_byte_sex != target_byte_sex){
7025 target_byte_sex);
7070 if(host_byte_sex != target_byte_sex){
7073 target_byte_sex);
7124 if(host_byte_sex != target_byte_sex){
7129 target_byte_sex);
[all...]
H A Dsections.c4110 if(host_byte_sex != target_byte_sex){
4111 swap_relocation_info(output_locrel, nlocrel, target_byte_sex);
4112 swap_relocation_info(output_extrel, nextrel, target_byte_sex);
4171 if(host_byte_sex != target_byte_sex)
4172 swap_relocation_info(output_relocs, nreloc, target_byte_sex);
4350 if(host_byte_sex != target_byte_sex)
4395 if(host_byte_sex != target_byte_sex)
4472 if(host_byte_sex != target_byte_sex)
4516 if(host_byte_sex != target_byte_sex)
4571 if(host_byte_sex != target_byte_sex)
[all...]
H A Dindirect_sections.c1600 if(host_byte_sex != target_byte_sex)
1602 target_byte_sex);
H A Dld.c137 __private_extern__ enum byte_sex target_byte_sex = UNKNOWN_BYTE_SEX; variable in typeref:enum:byte_sex
1423 target_byte_sex = get_byte_sex_from_flag(&arch_flag);
2985 target_byte_sex = host_byte_sex;
H A Dpass2.c1270 if(host_byte_sex != target_byte_sex)
H A Dpass1.c4279 if(target_byte_sex == UNKNOWN_BYTE_SEX){
4281 target_byte_sex = host_byte_sex == BIG_ENDIAN_BYTE_SEX ?
4284 target_byte_sex = host_byte_sex;
4440 if(target_byte_sex != get_byte_sex_from_flag(family_arch_flag))

Completed in 295 milliseconds

12