Searched refs:auxhdr (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexhp9k800.c95 struct som_exec_auxhdr auxhdr;
114 read_header (old, &hdr, &auxhdr);
119 old_size = auxhdr.exec_dsize;
123 new_size = i - auxhdr.exec_dmem;
127 copy_file (old, new, auxhdr.exec_dfile);
131 save_data_space (new, &hdr, &auxhdr, new_size);
137 update_file_ptrs (new, &hdr, &auxhdr, auxhdr.exec_dfile, new_size-old_size);
140 write_header (new, &hdr, &auxhdr);
150 save_data_space (file, hdr, auxhdr, siz
94 struct som_exec_auxhdr auxhdr; local
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.c5065 struct aux_id* auxhdr;
5075 auxhdr = &exec_header->som_auxhdr;
5076 if (auxhdr->mandatory)
5078 if (auxhdr->copy)
5080 if (auxhdr->append)
5082 if (auxhdr->ignore)
5085 fprintf (f, " type %#x\n", auxhdr->type);
5086 fprintf (f, " length %#x\n", auxhdr->length);
5064 struct aux_id* auxhdr; local

Completed in 161 milliseconds