Home
last modified time | relevance | path

Searched refs:r_length (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/EXTERNAL_HEADERS/mach-o/
H A Dreloc.h70 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */ member
155 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */ member
167 r_length:2, /* 0=byte, 1=word, 2=long, 3=quad */ member
/xnu-12377.41.6/libkern/kxld/
H A Dkxld_reloc.c339 reloc->length = scatsrc->r_length; in kxld_reloc_create_macho()
346 reloc->length = src->r_length; in kxld_reloc_create_macho()
1118 scatdst->r_length = reloc->length; in export_macho_for_array()
1135 dst->r_length = reloc->length; in export_macho_for_array()
1155 dst->r_length = reloc->length; in export_macho_for_array()
1175 scatdst->r_length = reloc->length; in export_macho_for_array()
1183 dst->r_length = reloc->length; in export_macho_for_array()
1191 dst->r_length = reloc->length; in export_macho_for_array()
/xnu-12377.41.6/libkern/c++/
H A DOSKext.cpp7062 || reloc[i].r_length != (sizeof(void *) == 8 ? 3 : 2) in slidePrelinkedExecutable()