Searched refs:symtabhdr (Results 1 – 1 of 1) sorted by relevance
439 struct symtab_command *symtabhdr = NULL; in kxld_symtab_export_macho() local450 require_action(sizeof(*symtabhdr) <= header_size - *header_offset, in kxld_symtab_export_macho()452 symtabhdr = (struct symtab_command *) ((void *) (buf + *header_offset)); in kxld_symtab_export_macho()453 *header_offset += sizeof(*symtabhdr); in kxld_symtab_export_macho()459 symtabhdr->cmd = LC_SYMTAB; in kxld_symtab_export_macho()460 symtabhdr->cmdsize = (uint32_t) sizeof(*symtabhdr); in kxld_symtab_export_macho()461 symtabhdr->symoff = (uint32_t) *data_offset; in kxld_symtab_export_macho()462 symtabhdr->strsize = 1; /* strtab start padding */ in kxld_symtab_export_macho()470 symtabhdr->nsyms++; in kxld_symtab_export_macho()471 symtabhdr->strsize += (uint32_t) (strlen(sym->name) + 1); in kxld_symtab_export_macho()[all …]