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

/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c309 reloc->reloc_type = scatsrc->r_type;
316 reloc->reloc_type = src->r_type;
329 if (relocator->reloc_has_pair(reloc->reloc_type)) {
338 reloc->reloc_type) == scatsrc->r_type,
345 reloc->reloc_type) == scatsrc->r_type,
358 if (relocator->reloc_has_got(reloc->reloc_type)) {
726 reloc->pcrel, base_pc, link_pc, link_disp, reloc->reloc_type, target,
790 reloc->pcrel, base_pc, link_pc, link_addr, reloc->reloc_type, target,
1031 scatdst->r_type = reloc->reloc_type;
1039 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 31 milliseconds