Home
last modified time | relevance | path

Searched refs:OPT_HDR_SIZ_v2 (Results 1 – 3 of 3) sorted by relevance

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpwriteobj.c114 gp_fputl16((Object->isnew ? OPT_HDR_SIZ_v2: OPT_HDR_SIZ_v1), Fp); in _write_file_header()
415 …data_idx = (Object->isnew) ? (FILE_HDR_SIZ_v2 + OPT_HDR_SIZ_v2 + (SEC_HDR_SIZ_v2 * section_number)… in _update_pointers()
H A Dgpreadobj.c105 if ((opt_hdr != 0) && (opt_hdr != (isnew ? OPT_HDR_SIZ_v2 : OPT_HDR_SIZ_v1))) { in _read_file_header()
558 section_ptr = File + (Object->isnew ? (FILE_HDR_SIZ_v2 + OPT_HDR_SIZ_v2) : in _read_sections()
H A Dgpcoff.h78 #define OPT_HDR_SIZ_v2 18 macro