Searched refs:seg64 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmacho++.cpp205 struct segment_command_64 *seg64 = NULL; local
215 seg64 = (struct segment_command_64 *)cmd;
216 if (strcmp(seg64->segname, SEG_LINKEDIT) == 0) {
217 isValid = flip(seg64->fileoff) + flip(seg64->filesize) == this->length();
339 const segment_command_64 *seg64 = reinterpret_cast<const segment_command_64 *>(seg); local
340 const section_64 *sect = increment<const section_64>(seg64 + 1, 0);
341 for (unsigned n = flip(seg64->nsects); n > 0; n--, sect++) {
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmacho++.cpp205 struct segment_command_64 *seg64 = NULL; local
215 seg64 = (struct segment_command_64 *)cmd;
216 if (strcmp(seg64->segname, SEG_LINKEDIT) == 0) {
217 isValid = flip(seg64->fileoff) + flip(seg64->filesize) == this->length();
339 const segment_command_64 *seg64 = reinterpret_cast<const segment_command_64 *>(seg); local
340 const section_64 *sect = increment<const section_64>(seg64 + 1, 0);
341 for (unsigned n = flip(seg64->nsects); n > 0; n--, sect++) {
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dmach_loader.c1657 struct segment_command_64 *seg64; local
1731 seg64 = (struct segment_command_64 *)lcp;
1732 if ((seg64->fileoff <= eip->cryptoff) &&
1733 (seg64->fileoff+seg64->filesize >=
1735 map_offset = seg64->vmaddr + eip->cryptoff - seg64->fileoff + slide;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.c1069 struct segment_command_64 *seg64 = (struct segment_command_64 *) src; local
1084 if (!strncmp(seg64->segname, SEG_LINKEDIT, sizeof(SEG_LINKEDIT) - 1)) {
1086 *linkedit_size = seg64->vmsize;
1162 struct segment_command_64 *seg64 = (struct segment_command_64 *) src; local
1175 if (!strncmp(seg64->segname, SEG_LINKEDIT, sizeof(SEG_LINKEDIT) - 1)) {

Completed in 125 milliseconds