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

/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h69 r_pcrel:1, /* was relocated pc relative already */ member in struct:relocation_info
154 r_pcrel:1, /* was relocated pc relative already */ member in struct:scattered_relocation_info
168 r_pcrel:1, /* was relocated pc relative already */ member in struct:scattered_relocation_info
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_reloc.c307 reloc->pcrel = scatsrc->r_pcrel;
314 reloc->pcrel = src->r_pcrel;
1029 scatdst->r_pcrel = reloc->pcrel;
1037 dst->r_pcrel = reloc->pcrel;
1048 dst->r_pcrel = reloc->pcrel;
1068 scatdst->r_pcrel = reloc->pcrel;
1076 dst->r_pcrel = reloc->pcrel;
1084 dst->r_pcrel = reloc->pcrel;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4741 if (reloc[i].r_pcrel != 0) {

Completed in 89 milliseconds