Searched refs:symtab_command (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.121.3/libkern/kxld/ |
| H A D | kxld_symtab.h | 42 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 D | kxld_util.c | 291 struct symtab_command *symtab_hdr = NULL; in validate_and_swap_macho_32() 413 symtab_hdr = (struct symtab_command *) load_hdr; in validate_and_swap_macho_32() 472 struct symtab_command *symtab_hdr = NULL; in validate_and_swap_macho_64() 593 symtab_hdr = (struct symtab_command *) load_hdr; in validate_and_swap_macho_64() 667 struct symtab_command *symtab_hdr = NULL; in unswap_macho_32() 699 symtab_hdr = (struct symtab_command *) load_hdr; in unswap_macho_32() 725 struct symtab_command *symtab_hdr = NULL; in unswap_macho_64() 757 symtab_hdr = (struct symtab_command *) load_hdr; in unswap_macho_64()
|
| H A D | kxld_symtab.c | 58 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 D | kxld_object.c | 129 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 D | kxld_kext.c | 67 struct symtab_command;
|
| /xnu-8020.121.3/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 283 const struct symtab_command *st = NULL; in addr_to_func() 296 st = (const struct symtab_command *)cmd; in addr_to_func()
|
| /xnu-8020.121.3/bsd/dev/dtrace/ |
| H A D | fbt.c | 418 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 D | sdt.c | 492 struct symtab_command *orig_st = NULL; in sdt_find_symbol_table() 502 orig_st = (struct symtab_command *) cmd; in sdt_find_symbol_table()
|
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | dyld_kernel_fixups.h | 337 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-8020.121.3/EXTERNAL_HEADERS/mach-o/ |
| H A D | loader.h | 868 struct symtab_command { struct
|
| /xnu-8020.121.3/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1078 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-8020.121.3/SETUP/kextsymboltool/ |
| H A D | kextsymboltool.c | 720 struct symtab_command symcmd; in main()
|
| /xnu-8020.121.3/libkern/c++/ |
| H A D | OSKext.cpp | 979 struct symtab_command * dt_symtab = NULL; in removeKextBootstrap() 6026 struct symtab_command * symtab = NULL; in slidePrelinkedExecutable() 6084 symtab = (struct symtab_command *) getcommandfromheader(mh, LC_SYMTAB); in slidePrelinkedExecutable()
|