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

123

/macosx-10.9.5/cctools-845/ld/
H A Dlayout.h43 struct symtab_command symtab_command; member in struct:symtab_info
H A Dpass2.c389 &(output_symtab_info.symtab_command),
390 output_symtab_info.symtab_command.cmdsize);
548 if(output_symtab_info.symtab_command.symoff != offset)
550 output_symtab_info.symtab_command.symoff - offset);
551 offset = output_symtab_info.symtab_command.symoff +
552 output_symtab_info.symtab_command.nsyms *
617 if(output_symtab_info.symtab_command.symoff != offset)
619 output_symtab_info.symtab_command.symoff - offset);
620 offset = output_symtab_info.symtab_command.symoff +
621 output_symtab_info.symtab_command
[all...]
H A Dlayout.c427 output_symtab_info.symtab_command.cmd = LC_SYMTAB;
428 output_symtab_info.symtab_command.cmdsize =
429 sizeof(struct symtab_command);
430 output_symtab_info.symtab_command.nsyms = nmerged_symbols;
431 output_symtab_info.symtab_command.strsize =
435 output_symtab_info.symtab_command.strsize -
449 output_symtab_info.symtab_command.cmdsize;
456 output_symtab_info.symtab_command.symoff = offset;
457 offset += output_symtab_info.symtab_command.nsyms *
459 output_symtab_info.symtab_command
[all...]
H A Dobjects.h67 struct symtab_command /* The LC_SYMTAB load command which has */
H A Drld.c628 symbol_size = output_symtab_info.symtab_command.nsyms *
630 output_symtab_info.symtab_command.strsize;
1675 symbol_size = output_symtab_info.symtab_command.nsyms *
1677 output_symtab_info.symtab_command.strsize;
/macosx-10.9.5/xnu-2422.115.4/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));
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXDebug.c84 struct symtab_command *st = NULL;
116 st = (struct symtab_command *) lc;
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A Dmacho_util.h129 * @param symtab A pointer to the address of a symtab_command struct;
138 struct symtab_command ** symtab);
H A Dmacho_util.c65 struct symtab_command * symtab = NULL;
217 struct symtab_command * symtab;
231 struct symtab_command ** symtab)
276 if ((cmd_size != sizeof(struct symtab_command)) ||
277 ((void *)(lc_cmd + sizeof(struct symtab_command)) > file_end)) {
281 sym_data->symtab = (struct symtab_command *)lc_cmd;
1133 struct symtab_command *symtab = NULL;
1181 symtab = (struct symtab_command *) src;
/macosx-10.9.5/Libc-997.90.3/gen/
H A Dnlist.c245 struct symtab_command *stp;
273 sizeof(struct symtab_command)) {
277 stp = (struct symtab_command *)lcp;
/macosx-10.9.5/cctools-845/gprof/
H A Dgetnfile.c98 struct symtab_command *st;
106 struct symtab_command *lib_st;
225 lib_st = (struct symtab_command *)lib_lc;
262 st = (struct symtab_command *)lc;
330 lib_st = (struct symtab_command *)lib_lc;
382 struct symtab_command *st;
423 st = (struct symtab_command *)lc;
452 st = (struct symtab_command *)lc;
498 struct symtab_command *st;
530 st = (struct symtab_command *)l
[all...]
/macosx-10.9.5/Csu-79/
H A Dlazy_dylib_loader.c147 const struct symtab_command* symtab = (struct symtab_command*)cmd;
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dswap.h78 struct symtab_command *st,
/macosx-10.9.5/cctools-845/include/stuff/
H A Dbreakout.h136 struct symtab_command *st; /* the symbol table command */
/macosx-10.9.5/cctools-845/misc/
H A Dseg_hack.c155 object->st = (struct symtab_command *)lc;
227 object->st = (struct symtab_command *)lc;
H A Dcmpdylib.c348 struct symtab_command *old_st, *new_st;
369 old_st = (struct symtab_command *)lc;
447 new_st = (struct symtab_command *)lc;
H A Dindr.c1520 struct symtab_command *st;
1593 sizeof(struct symtab_command);
1596 st = (struct symtab_command *)(object_addr +
1603 mh->sizeofcmds = sizeof(struct symtab_command);
1607 st->cmdsize = sizeof(struct symtab_command);
1609 sizeof(struct symtab_command);
1612 sizeof(struct symtab_command) +
1616 sizeof(struct symtab_command) +
H A Dsegedit.c248 struct symtab_command *stp;
364 stp = (struct symtab_command *)lcp;
489 struct symtab_command *stp;
599 fatal("more than one symtab_command found in: %s", input);
600 stp = (struct symtab_command *)lcp;
1069 stp = (struct symtab_command *)lcp;
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c314 ((struct symtab_command *)
316 ((struct symtab_command *)
/macosx-10.9.5/cctools-845/cbtlibs/
H A Dlibsyminfo.c123 struct symtab_command *st,
144 struct symtab_command *st;
435 struct symtab_command *st;
471 st = (struct symtab_command *)lc;
841 struct symtab_command *st,
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c142 struct symtab_command symbol_table;
229 header.sizeofcmds += sizeof(struct symtab_command);
359 /* fill in the fields of the symtab_command (except the string table) */
361 symbol_table.cmdsize = sizeof(struct symtab_command);
369 /* fill in the string table fields of the symtab_command */
427 sizeof(struct symtab_command));
429 swap_symtab_command((struct symtab_command *)
432 offset += sizeof(struct symtab_command);
/macosx-10.9.5/cctools-845/efitools/
H A Dmakerelocs.c172 struct symtab_command *st;
189 st = (struct symtab_command *)lc;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXDebug.c547 struct symtab_command *st = NULL;
579 st = (struct symtab_command*) lc;

Completed in 241 milliseconds

123