Searched refs:reloc_info (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexnext.c268 struct relocation_info reloc_info; local
433 if (read(infd, &reloc_info, sizeof (reloc_info)) != sizeof (reloc_info)) {
437 if (reloc_info.r_address >= dataseg_vmaddr && reloc_info.r_address < dataseg_vmend)
439 if (lseek (outfd, fdatastart + reloc_info.r_address - dataseg_vmaddr, L_SET) < 0 ) {
443 switch (reloc_info.r_length) {
H A Dunexmacosx.c1070 struct relocation_info reloc_info; local
1072 = (struct scattered_relocation_info *) &reloc_info;
1077 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1078 if (!unexec_read (&reloc_info, sizeof (reloc_info)))
1079 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1080 reloff += sizeof (reloc_info);
1083 switch (reloc_info.r_type)
1086 if (reloc_info.r_address >= data_segment_scp->vmaddr
1087 && reloc_info
[all...]
/macosx-10.9.5/emacs-92/
H A Dunexmacosx.c1070 struct relocation_info reloc_info; local
1072 = (struct scattered_relocation_info *) &reloc_info;
1077 unexec_error ("unrelocate: %s:%d cannot seek to reloc_info", name, i);
1078 if (!unexec_read (&reloc_info, sizeof (reloc_info)))
1079 unexec_error ("unrelocate: %s:%d cannot read reloc_info", name, i);
1080 reloff += sizeof (reloc_info);
1083 switch (reloc_info.r_type)
1086 if (reloc_info.r_address >= data_segment_scp->vmaddr
1087 && reloc_info
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c968 } *reloc_info = NULL;
1023 into reloc_info using the section target_index. */
1026 reloc_info = bfd_zmalloc (amt);
1027 if (reloc_info == NULL)
1039 reloc_info[o->target_index].relocs =
1043 reloc_info[o->target_index].csects = bfd_zmalloc (amt);
1044 if (reloc_info[o->target_index].csects == NULL)
1057 reloc_info[o->target_index].linenos = linenos;
1166 linpstart = (reloc_info[enclosing->target_index].linenos
1177 linpend = (reloc_info[enclosin
964 } *reloc_info = NULL; local
[all...]

Completed in 181 milliseconds