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

/macosx-10.5.8/xnu-1228.15.4/iokit/mach-o/
H A Dmach_header.h79 struct symtab_command *getsectcmdsymtabfromheader(struct mach_header *);
/macosx-10.5.8/xnu-1228.15.4/libkern/mach-o/
H A Dmach_header.h79 struct symtab_command *getsectcmdsymtabfromheader(struct mach_header *);
H A Dloader.h521 * The symtab_command contains the offsets and sizes of the link-edit 4.3BSD
525 struct symtab_command { struct
527 unsigned long cmdsize; /* sizeof(struct symtab_command) */
538 * The original set of symbolic information in the symtab_command which contains
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach-o/
H A Dmach_header.h79 struct symtab_command *getsectcmdsymtabfromheader(struct mach_header *);
H A Dmach_header.c545 struct symtab_command *
556 return((struct symtab_command *)sgp);
569 struct symtab_command *symtab_cmd;
H A Dloader.h474 * The symtab_command contains the offsets and sizes of the link-edit 4.3BSD
478 struct symtab_command { struct
480 unsigned long cmdsize; /* sizeof(struct symtab_command) */
491 * The original set of symbolic information in the symtab_command which contains
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsymbols.c90 syms_getname(const struct symtab_command *sc, const char *ss,
113 const struct symtab_command *sc = NULL;
125 sc = (const struct symtab_command *) p;
H A Dkmod.c1295 struct symtab_command * orig_symtab = NULL;
1306 struct symtab_command * symtab;
1359 orig_symtab = (struct symtab_command *)load_cmd;
1481 symtab = (struct symtab_command *)((int)seg_cmd + seg_cmd->cmdsize);
1483 symtab->cmdsize = sizeof(struct symtab_command);
1548 struct symtab_command *dt_symtab = NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dfbt_ppc.c329 struct symtab_command *orig_st = NULL;
372 orig_st = (struct symtab_command *) cmd;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c546 struct symtab_command *orig_st = NULL;
572 orig_st = (struct symtab_command *) cmd;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c399 struct symtab_command *orig_st = NULL;
442 orig_st = (struct symtab_command *) cmd;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c223 struct symtab_command *fSymtab;
694 swap_symtab_command((struct symtab_command *) seg, hostOrder);
695 swap_nlist((struct nlist *) (((vm_offset_t) mh) + ((struct symtab_command *) seg)->symoff),
696 ((struct symtab_command *) seg)->nsyms, hostOrder);
743 swap_nlist((struct nlist *) (((vm_offset_t) mh) + ((struct symtab_command *) seg)->symoff),
744 ((struct symtab_command *) seg)->nsyms, hostOrder);
747 swap_symtab_command((struct symtab_command *) seg, hostOrder);
2246 // Rebase the cached-in object 'struct symtab_command' pointer
2552 file.fSymtab = (struct symtab_command *) cmd;
H A Dload.c528 struct symtab_command * symcmd;
535 struct symtab_command symcmd;
559 symcmd = (struct symtab_command *) seg;
/macosx-10.5.8/xnu-1228.15.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h787 * The symtab_command contains the offsets and sizes of the link-edit 4.3BSD
791 struct symtab_command { struct
793 uint32_t cmdsize; /* sizeof(struct symtab_command) */
804 * The original set of symbolic information in the symtab_command which contains
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c843 struct symtab_command *orig_st = NULL;
869 orig_st = (struct symtab_command *) cmd;

Completed in 120 milliseconds