Searched refs:symtab_command (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/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.c279 struct symtab_command *symtab_hdr = NULL;
397 symtab_hdr = (struct symtab_command *) load_hdr;
450 struct symtab_command *symtab_hdr = NULL;
566 symtab_hdr = (struct symtab_command *) load_hdr;
631 struct symtab_command *symtab_hdr = NULL;
661 symtab_hdr = (struct symtab_command *) load_hdr;
687 struct symtab_command *symtab_hdr = NULL;
717 symtab_hdr = (struct symtab_command *) load_hdr;
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,
101 kxld_symtab_init_from_macho_64(KXLDSymtab *symtab, struct symtab_command *src,
112 init_macho(KXLDSymtab *symtab, struct symtab_command *src,
395 return sizeof(struct symtab_command);
440 struct symtab_command *symtabhdr = NULL;
453 symtabhdr = (struct symtab_command *) ((void *) (buf + *header_offset));
H A Dkxld_object.c122 u_int *filetype_out, struct symtab_command **symtab_hdr_out);
505 struct symtab_command **symtab_hdr_out)
511 struct symtab_command *symtab_hdr = NULL;
626 symtab_hdr = (struct symtab_command *) cmd_hdr;
713 struct symtab_command *symtab_hdr = NULL;
796 struct symtab_command *symtab_hdr = NULL;
839 struct symtab_command *symtab_hdr = NULL;
932 symtab_hdr = (struct symtab_command *) cmd_hdr;
H A Dkxld_kext.c64 struct symtab_command;
/darwin-on-arm/xnu/osfmk/arm/
H A Dmodel_dep.c169 struct symtab_command *orig_st = NULL;
192 orig_st = (struct symtab_command *) cmd;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Dsdt.c526 struct symtab_command *orig_st = NULL;
560 orig_st = (struct symtab_command *) cmd;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dfbt_x86.c940 struct symtab_command *orig_st = NULL;
966 orig_st = (struct symtab_command *) cmd;
1458 struct symtab_command *orig_st = NULL;
1484 orig_st = (struct symtab_command *) cmd;
/darwin-on-arm/xnu/EXTERNAL_HEADERS/mach-o/
H A Dloader.h827 * The symtab_command contains the offsets and sizes of the link-edit 4.3BSD
831 struct symtab_command { struct
833 uint32_t cmdsize; /* sizeof(struct symtab_command) */
844 * The original set of symbolic information in the symtab_command which contains
/darwin-on-arm/xnu/osfmk/i386/AT386/
H A Dmodel_dep.c932 struct symtab_command *orig_st = NULL;
955 orig_st = (struct symtab_command *) cmd;
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c707 struct symtab_command symcmd;
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp754 struct symtab_command * dt_symtab = NULL;
4618 struct symtab_command * symtab = NULL;
4665 symtab = (struct symtab_command *) getcommandfromheader(mh, LC_SYMTAB);

Completed in 133 milliseconds