Searched refs:r_length (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.101.15/EXTERNAL_HEADERS/mach-o/ |
| H A D | reloc.h | 70 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-10063.101.15/libkern/kxld/ |
| H A D | kxld_reloc.c | 340 reloc->length = scatsrc->r_length; in kxld_reloc_create_macho() 347 reloc->length = src->r_length; in kxld_reloc_create_macho() 1119 scatdst->r_length = reloc->length; in export_macho_for_array() 1136 dst->r_length = reloc->length; in export_macho_for_array() 1156 dst->r_length = reloc->length; in export_macho_for_array() 1176 scatdst->r_length = reloc->length; in export_macho_for_array() 1184 dst->r_length = reloc->length; in export_macho_for_array() 1192 dst->r_length = reloc->length; in export_macho_for_array()
|
| /xnu-10063.101.15/libkern/c++/ |
| H A D | OSKext.cpp | 7040 || reloc[i].r_length != (sizeof(void *) == 8 ? 3 : 2) in slidePrelinkedExecutable()
|