Home
last modified time | relevance | path

Searched refs:symtab_command (Results 1 – 13 of 13) sorted by relevance

/xnu-8019.80.24/libkern/kxld/
H A Dkxld_symtab.h42 struct symtab_command;
62 struct symtab_command *src, u_char *macho, KXLDSeg * kernel_linkedit_seg)
68 struct symtab_command *src, u_char *macho, KXLDSeg * kernel_linkedit_seg)
H A Dkxld_util.c313 struct symtab_command *symtab_hdr = NULL; in validate_and_swap_macho_32()
435 symtab_hdr = (struct symtab_command *) load_hdr; in validate_and_swap_macho_32()
494 struct symtab_command *symtab_hdr = NULL; in validate_and_swap_macho_64()
615 symtab_hdr = (struct symtab_command *) load_hdr; in validate_and_swap_macho_64()
689 struct symtab_command *symtab_hdr = NULL; in unswap_macho_32()
721 symtab_hdr = (struct symtab_command *) load_hdr; in unswap_macho_32()
747 struct symtab_command *symtab_hdr = NULL; in unswap_macho_64()
779 symtab_hdr = (struct symtab_command *) load_hdr; in unswap_macho_64()
H A Dkxld_symtab.c58 static kern_return_t init_macho(KXLDSymtab *symtab, struct symtab_command *src,
89 kxld_symtab_init_from_macho_32(KXLDSymtab *symtab, struct symtab_command *src, in kxld_symtab_init_from_macho_32()
101 kxld_symtab_init_from_macho_64(KXLDSymtab *symtab, struct symtab_command *src, in kxld_symtab_init_from_macho_64()
112 init_macho(KXLDSymtab *symtab, struct symtab_command *src, in init_macho()
394 return sizeof(struct symtab_command); in kxld_symtab_get_macho_header_size()
439 struct symtab_command *symtabhdr = NULL; in kxld_symtab_export_macho()
452 symtabhdr = (struct symtab_command *) ((void *) (buf + *header_offset)); in kxld_symtab_export_macho()
H A Dkxld_object.c129 u_int *filetype_out, struct symtab_command **symtab_hdr_out);
571 struct symtab_command **symtab_hdr_out) in init_from_final_linked_image()
577 struct symtab_command *symtab_hdr = NULL; in init_from_final_linked_image()
708 symtab_hdr = (struct symtab_command *) cmd_hdr; in init_from_final_linked_image()
814 struct symtab_command *symtab_hdr = NULL; in init_from_execute()
903 struct symtab_command *symtab_hdr = NULL; in init_from_bundle()
954 struct symtab_command *symtab_hdr = NULL; in init_from_object()
1056 symtab_hdr = (struct symtab_command *) cmd_hdr; in init_from_object()
H A Dkxld_kext.c67 struct symtab_command;
/xnu-8019.80.24/san/memory/
H A Dkasan_dynamic_blacklist.c283 const struct symtab_command *st = NULL; in addr_to_func()
296 st = (const struct symtab_command *)cmd; in addr_to_func()
/xnu-8019.80.24/bsd/dev/dtrace/
H A Dfbt.c418 struct symtab_command *symtab = NULL; in fbt_provide_module_kernel_syms()
436 symtab = (struct symtab_command *) cmd; in fbt_provide_module_kernel_syms()
H A Dsdt.c489 struct symtab_command *orig_st = NULL; in sdt_find_symbol_table()
499 orig_st = (struct symtab_command *) cmd; in sdt_find_symbol_table()
/xnu-8019.80.24/osfmk/mach/
H A Ddyld_kernel_fixups.h337 struct symtab_command *symtab_cmd = NULL; in kernel_collection_adjust_fileset_entry_addrs()
345 symtab_cmd = (struct symtab_command *)lc; in kernel_collection_adjust_fileset_entry_addrs()
/xnu-8019.80.24/EXTERNAL_HEADERS/mach-o/
H A Dloader.h868 struct symtab_command { struct
/xnu-8019.80.24/osfmk/i386/AT386/
H A Dmodel_dep.c1078 struct symtab_command *orig_st = NULL; in panic_print_macho_symbol_name()
1101 orig_st = (struct symtab_command *) cmd; in panic_print_macho_symbol_name()
/xnu-8019.80.24/SETUP/kextsymboltool/
H A Dkextsymboltool.c720 struct symtab_command symcmd; in main()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp978 struct symtab_command * dt_symtab = NULL; in removeKextBootstrap()
6025 struct symtab_command * symtab = NULL; in slidePrelinkedExecutable()
6083 symtab = (struct symtab_command *) getcommandfromheader(mh, LC_SYMTAB); in slidePrelinkedExecutable()