Searched refs:ohdr (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/s/
H A Dhpux.h196 hdr.a_magic = ((ohdr.a_magic.file_type == OLDMAGIC.file_type) ? \
197 NEWMAGIC : ohdr.a_magic);
H A Dgnu-linux.h308 unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr)
/macosx-10.10/emacs-93/emacs/src/
H A Dunexsunos4.c108 struct exec ohdr; /* Allocate on the stack, not needed in the next life */ local
140 nhdr = ohdr = (*(struct exec *)old);
186 write (new, old + N_TXTOFF (ohdr), N_TXTOFF (ohdr) + ohdr.a_text);
196 write (new, old + N_DATOFF (ohdr), (int)&data_start - N_DATADDR (ohdr));
207 write (new, old + N_TRELOFF (ohdr), stat.st_size - N_TRELOFF (ohdr));
216 unsigned long daddr = N_DATADDR (ohdr);
[all...]
H A Dunexec.c270 #define SYMS_START ((long) N_SYMOFF (ohdr))
288 static EXEC_HDR_TYPE hdr, ohdr; variable
293 static struct bhdr hdr, ohdr; variable in typeref:struct:
307 static EXEC_HDR_TYPE hdr, ohdr; variable
700 if (read (a_out, &ohdr, sizeof hdr) != sizeof hdr)
705 if (N_BADMAG (ohdr))
709 hdr = ohdr;
743 hdr.a_text = ohdr.a_text;
748 hdr.a_text += A_TEXT_OFFSET (ohdr);
790 hdr.a_text -= A_TEXT_OFFSET (ohdr);
[all...]
H A Dunexalpha.c156 struct headers ohdr, nhdr;
184 ohdr = (*(struct headers *)oldptr);
411 WRITE (new, oldptr + ohdr.fhdr.f_symptr + cbHDRR,
412 stat.st_size - ohdr.fhdr.f_symptr - cbHDRR,
154 struct headers ohdr, nhdr; local
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dstr2filter.c77 Opheader ohdr = {0}; local
79 op.o_hdr = &ohdr;
H A Dfilter.c578 Opheader ohdr; local
580 op.o_hdr = &ohdr;
858 Opheader ohdr; local
860 op.o_hdr = &ohdr;
H A Dconnection.c760 Opheader ohdr = {0}; local
762 op.o_hdr = &ohdr;
1999 Opheader ohdr = {0}; local
2003 op.o_hdr = &ohdr;
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSRuntime.cpp154 struct _mhead * ohdr; local
162 ohdr = (struct _mhead *)addr;
163 ohdr--;
164 osize = ohdr->mlen - sizeof(*ohdr);
182 debug_iomalloc_size += (nmemsize - ohdr->mlen);
189 (void)memcpy(nmem->dat, ohdr->dat, (nsize > osize) ? osize : nsize);
190 kfree(ohdr, ohdr->mlen);
/macosx-10.10/emacs-93/emacs/src/m/
H A Dibmrt-aix.h82 unexec_data_start = ohdr.a_dbase
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dtools.c293 static Opheader ohdr = {0}; local
295 op.o_hdr = &ohdr;
340 Opheader ohdr = {0}; local
347 op.o_hdr = &ohdr;
452 Opheader ohdr = {0}; local
454 op.o_hdr = &ohdr;
649 Opheader ohdr = {0}; local
677 op.o_hdr = &ohdr;
761 Opheader ohdr = {0}; local
855 op.o_hdr = &ohdr;
899 Opheader ohdr = {0}; local
[all...]
H A Dinit.c564 Opheader ohdr = {0}; local
573 op.o_hdr = &ohdr;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf.c5985 Elf_Internal_Shdr *ihdr, *ohdr;
6031 ohdr = &elf_section_data (osec)->this_hdr;
6032 ohdr->sh_flags |= SHF_LINK_ORDER;
6050 Elf_Internal_Shdr *ihdr, *ohdr;
6057 ohdr = &elf_section_data (osec)->this_hdr;
6059 ohdr->sh_entsize = ihdr->sh_entsize;
6065 ohdr->sh_info = ihdr->sh_info;
5980 Elf_Internal_Shdr *ihdr, *ohdr; local
6045 Elf_Internal_Shdr *ihdr, *ohdr; local

Completed in 264 milliseconds