Searched refs:symoff (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_symtab.c117 u_long symoff; local
137 * The symoff is an offset relative to the linkedit segment
149 symoff = (u_long)(src->symoff - kernel_linkedit_seg->fileoff);
154 symoff = (u_long)src->symoff;
164 symtab, macho_or_linkedit, symoff, src->nsyms);
460 symtabhdr->symoff = (uint32_t) *data_offset;
479 symtabhdr->stroff = (uint32_t) (symtabhdr->symoff +
486 nl = buf + symtabhdr->symoff;
[all...]
H A Dkxld_util.c404 symtab_hdr->symoff + symtab_hdr->nsyms * sizeof(*symtab), finish,
415 symtab = (struct nlist *) ((void *) (file + symtab_hdr->symoff));
573 symtab_hdr->symoff + symtab_hdr->nsyms * sizeof(*symtab), finish,
584 symtab = (struct nlist_64 *) ((void *) (file + symtab_hdr->symoff));
662 symtab = (struct nlist*) ((void *) (file + symtab_hdr->symoff));
718 symtab = (struct nlist_64 *) ((void *) (file + symtab_hdr->symoff));
/macosx-10.10/dtrace-147/lockstat/
H A Dlockstat.c533 uintptr_t symoff; local
536 if (addr_to_sym(*addrp, &symoff, &symsize) != NULL && symoff < symsize)
537 *addrp -= symoff;
1629 uintptr_t symoff; local
1633 symname = addr_to_sym(addr, &symoff, &symsize);
1635 if (show_size && symoff == 0)
1637 else if (symoff == 0)
1639 else if (symoff < 16 && bcmp(symname, "master_cpu", 10) == 0) /* CPU */
1640 (void) sprintf(buf, "cpu[%d]", (int) symoff);
[all...]
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXDebug.c135 sym = (struct nlist *) (base + st->symoff);
/macosx-10.10/cxxfilt-11/cxxfilt/include/coff/
H A Dxcoff.h482 char symoff[XCOFFARMAG_ELEMENT_SIZE]; member in struct:xcoff_ar_file_hdr
509 char symoff[XCOFFARMAGBIG_ELEMENT_SIZE]; member in struct:xcoff_ar_file_hdr_big
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c440 bfd_vma symoff = sym->symoff + (i * 12); local
458 bfd_seek (abfd, symoff, SEEK_SET);
462 12, (unsigned long) symoff);
478 bfd_h_put_32 (abfd, seg->symoff, buf);
703 bfd_vma symoff = sym->symoff + (i * 12); local
714 bfd_seek (abfd, symoff, SEEK_SET);
718 12, (unsigned long) symoff);
1205 seg->symoff
[all...]
H A Dmach-o.h222 unsigned long symoff; member in struct:bfd_mach_o_symtab_command
272 /* The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
H A Dcoff-rs6000.c1140 off = strtol (xcoff_ardata (abfd)->symoff, (char **) NULL, 10);
1195 off = strtol (xcoff_ardata_big (abfd)->symoff, (char **) NULL, 10);
1491 || filestart == strtol (xcoff_ardata (archive)->symoff,
1515 || filestart == strtol (xcoff_ardata_big (archive)->symoff,
1827 /* xcoff_write_archive_contents_big passes nextoff in symoff. */
1829 READ20 (fhdr->symoff, nextoff);
1953 PRINT20 (fhdr->symoff, 0);
2275 sprintf (fhdr.symoff, "%d", 0);
2279 sprintf (fhdr.symoff, "%ld", (long) nextoff);
2542 PRINT20 (fhdr.symoff,
[all...]
H A Dpdp11.c234 file_ptr symoff; member in struct:aout_final_link_info
2986 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0
2991 finfo->symoff += amt;
3761 &aout_info.symoff);
3764 obj_sym_filepos (abfd) = aout_info.symoff;
4441 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0)
4447 finfo->symoff += size;
H A Daoutx.h3440 file_ptr symoff;
3593 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0
3598 finfo->symoff += EXTERNAL_NLIST_SIZE;
5154 if (bfd_seek (output_bfd, finfo->symoff, SEEK_SET) != 0)
5161 finfo->symoff += outsym_size;
5356 &aout_info.symoff);
5359 obj_sym_filepos (abfd) = aout_info.symoff;
/macosx-10.10/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c92 symtab_offset = CondSwapInt32(swap, symtab->symoff);
1236 if (symtab->symoff < dysymtab->locreloff) {
1238 memmove(macho + symtab->symoff, macho + dysymtab->locreloff, reloc_size);
1241 dysymtab->locreloff = symtab->symoff;
1251 bzero(macho + symtab->symoff, symtab_size); /* wipe any existing data */
/macosx-10.10/Csu-85/
H A Dlazy_dylib_loader.c163 symbolTable = (macho_nlist*)(&linkEditBase[symtab->symoff]);
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnlist.c287 sa = stp->symoff + arch_offset;
/macosx-10.10/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c761 symcmd.symoff = symsoffset;
763 + symcmd.symoff;
801 symcmd.symoff = symsoffset;
803 + symcmd.symoff;
/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c633 pShdr->sh_addr = (_elf_addr)(thisST->symoff);
634 pShdr->sh_offset = (_elf_off)(thisST->symoff);
/macosx-10.10/emacs-93/emacs/src/
H A Dunexnext.c315 the_commands[i])->symoff += fgrowth;
/macosx-10.10/dyld-353.2.1/src/
H A Dglue.c522 symbolTable = (macho_nlist*)(&linkEditBase[symtab->symoff]);
H A DImageLoaderMachOCompressed.cpp1125 symbolTable = (macho_nlist*)(&fLinkEditBase[symtab->symoff]);
1528 symbolTable = (macho_nlist*)(&fLinkEditBase[symtab->symoff]);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDebug.c595 sym = (struct nlist*)(base + st->symoff);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dloader.h835 uint32_t symoff; /* symbol table offset */ member in struct:symtab_command
886 * The symbols indicated by symoff and nsyms of the LC_SYMTAB load command
/macosx-10.10/dyld-353.2.1/launch-cache/
H A DMachOFileAbstraction.hpp486 uint32_t symoff() const INLINE { return E::get32(fields.symoff); }
487 void set_symoff(uint32_t value) INLINE { E::set32(fields.symoff, value); }
H A DMachOBinder.hpp181 fSymbolTable = (macho_nlist<P>*)(&this->fLinkEditBase[symtab->symoff()]);
818 symbolTable = (macho_nlist<P>*)(&this->fLinkEditBase[symtab->symoff()]);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DMachO.h466 uint32_t symoff; member in struct:llvm::MachO::symtab_command
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsdt.c488 sym = (kernel_nlist_t *)(orig_le->vmaddr + orig_st->symoff - orig_le->fileoff);
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dfbt_x86.c954 sym = (kernel_nlist_t *)(orig_le->vmaddr + orig_st->symoff - orig_le->fileoff);

Completed in 200 milliseconds

12