Searched refs:extreloff (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c265 unsigned long extreloff = 0; local
326 extreloff = dysymtab->extreloff;
329 dysymtab->extreloff += fgrowth;
424 if (lseek(infd, extreloff, L_SET) < 0) {
H A Dunexmacosx.c1132 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1135 dstp->extreloff += delta;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.h342 case the presents of this load command who's extreloff, nextrel,
361 unsigned long extreloff; /* Offset to external relocation entries. */ member in struct:bfd_mach_o_dysymtab_command
/macosx-10.9.5/cctools-845/ld/
H A Dliteral_pointers.c1248 output_dysymtab_info.dysymtab_command.extreloff +
1353 output_dysymtab_info.dysymtab_command.extreloff +
1362 output_flush(output_dysymtab_info.dysymtab_command.extreloff +
H A Dpass2.c567 output_dysymtab_info.dysymtab_command.extreloff -
569 offset = output_dysymtab_info.dysymtab_command.extreloff +
H A Dsections.c4063 output_dysymtab_info.dysymtab_command.extreloff +
4071 output_dysymtab_info.dysymtab_command.extreloff +
4080 output_dysymtab_info.dysymtab_command.extreloff +
4125 output_flush(output_dysymtab_info.dysymtab_command.extreloff +
4135 output_flush(output_dysymtab_info.dysymtab_command.extreloff +
4146 output_flush(output_dysymtab_info.dysymtab_command.extreloff +
/macosx-10.9.5/cctools-845/misc/
H A Dinout.c247 (object->object_addr + object->dyst->extreloff);
H A Dstrip.c1639 (object->object_addr + object->dyst->extreloff);
1648 object->dyst->extreloff = 0;
1653 object->dyst->extreloff = offset;
1659 object->dyst->extreloff = 0;
1829 (object->object_addr + object->dyst->extreloff);
2159 object->dyst->extreloff < offset)
2160 offset = object->dyst->extreloff;
H A Dindr.c860 (object->object_addr + object->dyst->extreloff);
1441 object->dyst->extreloff = offset;
H A Dcodesign_allocate.c422 (object->object_addr + object->dyst->extreloff);
H A Dinstall_name_tool.c512 (object->object_addr + object->dyst->extreloff);
/macosx-10.9.5/xnu-2422.115.4/EXTERNAL_HEADERS/mach-o/
H A Dloader.h963 * case the presents of this load command who's extreloff, nextrel,
984 uint32_t extreloff; /* offset to external relocation entries */ member in struct:dysymtab_command
/macosx-10.9.5/cctools-845/libmacho/
H A Dswap.c210 dyst->extreloff = OSSwapInt32(dyst->extreloff);
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c1132 unrelocate ("external", dstp->extreloff, dstp->nextrel);
1135 dstp->extreloff += delta;
/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOFileAbstraction.hpp547 uint32_t extreloff() const INLINE { return E::get32(fields.extreloff); }
548 void set_extreloff(uint32_t value) INLINE { E::set32(fields.extreloff, value); }
H A DMachOBinder.hpp856 const macho_relocation_info<P>* const relocsStart = (macho_relocation_info<P>*)(&this->fLinkEditBase[fDynamicInfo->extreloff()]);
H A DMachORebaser.hpp899 macho_relocation_info<P>* const externRelocsStart = (macho_relocation_info<P>*)(&fLinkEditBase[fDynamicSymbolTable->extreloff()]);
/macosx-10.9.5/cctools-845/include/mach-o/
H A Dloader.h964 * case the presents of this load command who's extreloff, nextrel,
985 uint32_t extreloff; /* offset to external relocation entries */ member in struct:dysymtab_command
/macosx-10.9.5/cctools-845/libstuff/
H A Dcheckout.c428 if(object->dyst->extreloff != offset)
H A Dofile.c3896 if(dyst->extreloff > size){
3898 "(extreloff field of LC_DYSYMTAB command %u "
3904 big_size += dyst->extreloff;
3907 "(extreloff field plus nextrel field times "
3912 if(check_overlaping_element(ofile, &elements, dyst->extreloff,
6194 if(iextrel > dyst->extreloff){
6200 if(iextrel + nextrel > dyst->extreloff){
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DMachO.h489 uint32_t extreloff; member in struct:llvm::MachO::dysymtab_command
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOClassic.cpp1204 const relocation_info* const relocsStart = (struct relocation_info*)(&fLinkEditBase[fDynamicInfo->extreloff]);
1573 const relocation_info* const relocsStart = (struct relocation_info*)(&fLinkEditBase[fDynamicInfo->extreloff]);
2002 const relocation_info* const relocsStart = (struct relocation_info*)(&fLinkEditBase[fDynamicInfo->extreloff]);
/macosx-10.9.5/cctools-845/otool/
H A Dmain.c2549 if(dyst.extreloff >= object_size){
2554 dyst.extreloff);
2557 bigsize += dyst.extreloff;
2560 *next_relocs = (object_size - dyst.extreloff) /
H A Dofile_print.c2864 printf(" extreloff %u", dyst->extreloff);
2865 if(dyst->extreloff > object_size)
2870 if(dyst->extreloff + dyst->nextrel * sizeof(struct relocation_info) >
6069 if(dyst.extreloff > object_size){
6077 print_relocs(dyst.extreloff, dyst.nextrel, sect_rel, nsects,
/macosx-10.9.5/cctools-845/as/
H A Dwrite_object.c353 dynamic_symbol_table.extreloff = 0;

Completed in 405 milliseconds

12