Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.c296 struct symtab_command *symtab_hdr = NULL; in validate_and_swap_macho_32()
418 symtab_hdr = (struct symtab_command *) load_hdr; in validate_and_swap_macho_32()
477 struct symtab_command *symtab_hdr = NULL; in validate_and_swap_macho_64()
598 symtab_hdr = (struct symtab_command *) load_hdr; in validate_and_swap_macho_64()
672 struct symtab_command *symtab_hdr = NULL; in unswap_macho_32()
704 symtab_hdr = (struct symtab_command *) load_hdr; in unswap_macho_32()
730 struct symtab_command *symtab_hdr = NULL; in unswap_macho_64()
762 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.c134 u_int *filetype_out, struct symtab_command **symtab_hdr_out);
576 struct symtab_command **symtab_hdr_out) in init_from_final_linked_image()
582 struct symtab_command *symtab_hdr = NULL; in init_from_final_linked_image()
713 symtab_hdr = (struct symtab_command *) cmd_hdr; in init_from_final_linked_image()
819 struct symtab_command *symtab_hdr = NULL; in init_from_execute()
908 struct symtab_command *symtab_hdr = NULL; in init_from_bundle()
959 struct symtab_command *symtab_hdr = NULL; in init_from_object()
1061 symtab_hdr = (struct symtab_command *) cmd_hdr; in init_from_object()
H A Dkxld_kext.c67 struct symtab_command;
/xnu-10002.41.9/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-10002.41.9/bsd/dev/dtrace/
H A Dfbt.c411 struct symtab_command *symtab = NULL; in fbt_provide_module_kernel_syms()
429 symtab = (struct symtab_command *) cmd; in fbt_provide_module_kernel_syms()
H A Dsdt.c486 struct symtab_command *orig_st = NULL; in sdt_find_symbol_table()
496 orig_st = (struct symtab_command *) cmd; in sdt_find_symbol_table()
/xnu-10002.41.9/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-10002.41.9/EXTERNAL_HEADERS/mach-o/
H A Dloader.h868 struct symtab_command { struct
/xnu-10002.41.9/osfmk/i386/AT386/
H A Dmodel_dep.c1083 struct symtab_command *orig_st = NULL; in panic_print_macho_symbol_name()
1106 orig_st = (struct symtab_command *) cmd; in panic_print_macho_symbol_name()
/xnu-10002.41.9/SETUP/kextsymboltool/
H A Dkextsymboltool.c720 struct symtab_command symcmd; in main()
/xnu-10002.41.9/libkern/c++/
H A DOSKext.cpp1059 struct symtab_command * dt_symtab = NULL; in removeKextBootstrap()
6783 struct symtab_command * symtab = NULL; in slidePrelinkedExecutable()
6842 symtab = (struct symtab_command *) getcommandfromheader(mh, LC_SYMTAB); in slidePrelinkedExecutable()