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

/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.c337 reloc->reloc_type = scatsrc->r_type;
344 reloc->reloc_type = src->r_type;
357 if (relocator->reloc_has_pair(reloc->reloc_type)) {
366 reloc->reloc_type) == scatsrc->r_type,
373 reloc->reloc_type) == scatsrc->r_type,
386 if (relocator->reloc_has_got(reloc->reloc_type)) {
754 reloc->pcrel, base_pc, link_pc, link_disp, reloc->reloc_type, target,
818 reloc->pcrel, base_pc, link_pc, link_addr, reloc->reloc_type, target,
1059 scatdst->r_type = reloc->reloc_type;
1067 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)) {

Completed in 78 milliseconds