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

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dbmp2tiff.c236 BMPFileHeader file_hdr; local
290 read(fd, file_hdr.bType, 2);
291 if(file_hdr.bType[0] != 'B' || file_hdr.bType[1] != 'M') {
300 read(fd, &file_hdr.iOffBits, 4);
302 TIFFSwabLong(&file_hdr.iOffBits);
305 file_hdr.iSize = instat.st_size;
550 offset = file_hdr.iOffBits+(length-row-1)*size;
552 offset = file_hdr.iOffBits + row * size;
590 compr_size = file_hdr
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsom.h119 struct header *file_hdr; member in struct:somdata
224 #define obj_som_file_hdr(bfd) (somdata (bfd).file_hdr)
H A Dsom.c1758 struct header *file_hdr,
1769 amt = file_hdr->space_strings_size;
1774 if (bfd_seek (abfd, current_offset + file_hdr->space_strings_location,
1781 for (space_index = 0; space_index < file_hdr->space_total; space_index++)
1792 (current_offset + file_hdr->space_location
1829 (current_offset + file_hdr->subspace_location
1838 (current_offset + file_hdr->subspace_location
1990 if (file_hdr->a_magic != RELOC_MAGIC)
2055 struct header file_hdr; local
2064 if (bfd_bread ((void *) &file_hdr, am
1757 setup_sections(bfd *abfd, struct header *file_hdr, unsigned long current_offset) argument
2213 struct header *file_hdr; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsocket_wrapper.c912 struct swrap_file_hdr file_hdr; local
913 file_hdr.magic = 0xA1B2C3D4;
914 file_hdr.version_major = 0x0002;
915 file_hdr.version_minor = 0x0004;
916 file_hdr.timezone = 0x00000000;
917 file_hdr.sigfigs = 0x00000000;
918 file_hdr.frame_max_len = SWRAP_FRAME_LENGTH_MAX;
919 file_hdr.link_type = 0x0065; /* 101 RAW IP */
921 write(fd, &file_hdr, sizeof(file_hdr));
[all...]

Completed in 203 milliseconds