Searched refs:dysymtab (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Di386_vm_init.c229 struct dysymtab_command *dysymtab; local
231 dysymtab = (struct dysymtab_command *)loadcmd;
232 dysymtab->nlocrel = 0;
233 dysymtab->locreloff = 0;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp4617 struct dysymtab_command * dysymtab = NULL; local
4663 dysymtab = (struct dysymtab_command *) getcommandfromheader(mh, LC_DYSYMTAB);
4690 if (dysymtab != NULL) {
4691 if (dysymtab->nextrel > 0) {
4700 if (dysymtab->nlocrel > 0) {
4723 reloc = (struct relocation_info *) (linkeditBase + dysymtab->locreloff);
4724 reloc_size = dysymtab->nlocrel * sizeof(struct relocation_info);
4726 for (i = 0; i < dysymtab->nlocrel; i++) {
4770 if (dysymtab->locreloff < symtab->symoff){
4773 if (dysymtab
[all...]

Completed in 25 milliseconds