Searched refs:reloc_type (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/include/aout/
H A Dreloc.h24 enum reloc_type enum
H A Dadobe.h258 enum reloc_type
310 enum reloc_type r_type; /* relocation type */
257 enum reloc_type enum
H A Daout64.h447 enum reloc_type
511 enum reloc_type r_type; /* Relocation type. */
445 enum reloc_type enum
/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_reloc.c310 reloc->reloc_type = scatsrc->r_type;
317 reloc->reloc_type = src->r_type;
330 if (relocator->reloc_has_pair(reloc->reloc_type)) {
339 reloc->reloc_type) == scatsrc->r_type,
346 reloc->reloc_type) == scatsrc->r_type,
359 if (relocator->reloc_has_got(reloc->reloc_type)) {
727 reloc->pcrel, base_pc, link_pc, link_disp, reloc->reloc_type, target,
791 reloc->pcrel, base_pc, link_pc, link_addr, reloc->reloc_type, target,
1032 scatdst->r_type = reloc->reloc_type;
1040 dst->r_type = reloc->reloc_type;
[all...]
H A Dkxld_reloc.h82 u_int reloc_type:4; member in struct:kxld_reloc
H A Dkxld_sect.c296 if (relocator->reloc_has_got(reloc->reloc_type)) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c148 unsigned char reloc_type;
1676 && gotent->reloc_type == r_type
1695 gotent->reloc_type = r_type;
2095 && gi->reloc_type == gs->reloc_type
2181 && ae->reloc_type == be->reloc_type
2185 total += alpha_got_entry_size (be->reloc_type);
2260 && ae->reloc_type == be->reloc_type
146 unsigned char reloc_type; member in struct:alpha_elf_link_hash_entry::alpha_elf_got_entry
[all...]
H A Dcoff-sparc.c41 enum reloc_type enum
H A Dnlm32-sparc.c32 enum reloc_type enum
H A Delf-m10200.c48 enum reloc_type { enum
H A Delf32-bfin.c1409 int reloc_type, long dynindx, bfd_vma addend,
1416 outrel.r_info = ELF32_R_INFO (dynindx, reloc_type);
1407 _bfinfdpic_add_dyn_reloc(bfd *output_bfd, asection *sreloc, bfd_vma offset, int reloc_type, long dynindx, bfd_vma addend, struct bfinfdpic_relocs_info *entry) argument
H A Delf32-frv.c1275 int reloc_type, long dynindx, bfd_vma addend,
1282 outrel.r_info = ELF32_R_INFO (dynindx, reloc_type);
1273 _frvfdpic_add_dyn_reloc(bfd *output_bfd, asection *sreloc, bfd_vma offset, int reloc_type, long dynindx, bfd_vma addend, struct frvfdpic_relocs_info *entry) argument
/macosx-10.9.5/cctools-845/as/
H A Di386.c3843 bfd_reloc_code_real_type reloc_type;
3934 reloc_type = reloc (size, pcrel, sign, i.reloc[n]);
3936 if (reloc_type == BFD_RELOC_32
3963 reloc_type = BFD_RELOC_386_GOTPC;
3970 i.op[n].disps->X_add_number, pcrel, 0, reloc_type);
3973 i.op[n].disps, pcrel, reloc_type);
4019 bfd_reloc_code_real_type reloc_type;
4064 reloc_type = reloc (size, 0, sign, i.reloc[n]);
4109 if (reloc_type == BFD_RELOC_32
4136 reloc_type
3840 bfd_reloc_code_real_type reloc_type; local
4016 bfd_reloc_code_real_type reloc_type; local
5130 bfd_reloc_code_real_type reloc_type; local
5132 enum bfd_reloc_code_real reloc_type; local
[all...]
H A Dm88k.c79 enum reloc_type reloc;
H A Darm.c15972 int reloc_type;
16017 reloc_type = BFD_RELOC_ARM_T32_OFFSET_IMM;
16021 reloc_type = BFD_RELOC_ARM_THUMB_OFFSET;
16031 reloc_type = BFD_RELOC_ARM_T32_ADD_PC12;
16035 reloc_type = BFD_RELOC_ARM_THUMB_ADD;
16052 reloc_type = BFD_RELOC_ARM_T32_IMMEDIATE;
16056 reloc_type = BFD_RELOC_ARM_THUMB_IMM;
16065 reloc_type = BFD_RELOC_THUMB_PCREL_BRANCH25;
16068 reloc_type = BFD_RELOC_THUMB_PCREL_BRANCH12;
16077 reloc_type
15960 int reloc_type; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dcgen.h688 int reloc_type;
/macosx-10.9.5/cctools-845/misc/
H A Dredo_prebinding.c562 unsigned int reloc_type);
8728 * check_pb_la_ptr_cputype() checks that the reloc_type (from the r_type field
8736 unsigned int reloc_type)
8740 return (reloc_type == GENERIC_RELOC_PB_LA_PTR);
8742 return (reloc_type == GENERIC_RELOC_PB_LA_PTR);
8744 return (reloc_type == HPPA_RELOC_PB_LA_PTR);
8746 return (reloc_type == SPARC_RELOC_PB_LA_PTR);
8748 return (reloc_type == PPC_RELOC_PB_LA_PTR);
8735 check_pb_la_ptr_reloc_cputype( unsigned int reloc_type) argument

Completed in 300 milliseconds