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

/xnu-2422.115.4/libkern/kxld/
H A Dkxld_util.c279 struct symtab_command *symtab_hdr = NULL; local
397 symtab_hdr = (struct symtab_command *) load_hdr;
399 if (swap) swap_symtab_command(symtab_hdr, host_order);
404 symtab_hdr->symoff + symtab_hdr->nsyms * sizeof(*symtab), finish,
409 require_action(size >= symtab_hdr->stroff + symtab_hdr->strsize, finish,
415 symtab = (struct nlist *) ((void *) (file + symtab_hdr->symoff));
416 if (swap) swap_nlist(symtab, symtab_hdr->nsyms, host_order);
450 struct symtab_command *symtab_hdr local
631 struct symtab_command *symtab_hdr = NULL; local
687 struct symtab_command *symtab_hdr = NULL; local
[all...]
H A Dkxld_object.c504 struct symtab_command *symtab_hdr = NULL; local
619 symtab_hdr = (struct symtab_command *) cmd_hdr;
695 if (symtab_hdr_out) *symtab_hdr_out = symtab_hdr;
708 struct symtab_command *symtab_hdr = NULL; local
722 rval = init_from_final_linked_image(object, &filetype, &symtab_hdr);
741 object->symtab, symtab_hdr, object->file, kernel_linkedit_seg); local
791 struct symtab_command *symtab_hdr = NULL; local
801 rval = init_from_final_linked_image(object, &filetype, &symtab_hdr);
809 object->symtab, symtab_hdr, object->file, local
834 struct symtab_command *symtab_hdr local
931 object->symtab, symtab_hdr, object->file, local
[all...]

Completed in 26 milliseconds