Searched refs:linkedit (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddlfcn.c353 static void linkedit(NSLinkEditErrors c, int n, const char* f, const char* m) function
360 undefined, multiple, linkedit
/macosx-10.10/top-100.1.2/
H A Dglobalstats.c363 char linkedit[6]; local
369 || (-1 == humanize_number(linkedit, sizeof(linkedit),
381 "%s linkedit.",
384 linkedit);
H A Dlibtop.c748 mach_vm_size_t linkedit = 0; local
787 linkedit += sinfo.pages_resident;
796 tsamp.fw_linkedit += linkedit * pagesize;
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp926 "keepsyms boot arg specified; keeping linkedit segment for symbols.");
4721 "Sliding kext %s: No linkedit segment.",
4800 * new linkedit segment size.
5182 * The linkedit segment is used by the kext linker for dependency
5191 kernel_segment_command_t * linkedit = NULL; local
5215 /* Find the linkedit segment. If it's not the last segment, then freeing
5219 linkedit = getsegbynamefromheader(machhdr, SEG_LINKEDIT);
5220 if (!linkedit) {
5225 round_page(linkedit->vmaddr + linkedit
[all...]
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.c9018 /* Find the linkedit segment. If it's not the last segment, then freeing
9022 struct segment_command_64 * linkedit = local
9024 if (!linkedit) goto finish;
9027 round_page(linkedit->vmaddr) + round_page(linkedit->vmsize))
9032 struct segment_command * linkedit = local
9034 if (!linkedit) goto finish;
9037 round_page(linkedit->vmaddr) + round_page(linkedit->vmsize))

Completed in 245 milliseconds