Home
last modified time | relevance | path

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

/dports/devel/gputils/gputils-1.5.0/libgputils/
H A Dgpcoff.h102 #define SEC_HDR_SIZ_v1 40 macro
H A Dgpwriteobj.c416 … (FILE_HDR_SIZ_v1 + OPT_HDR_SIZ_v1 + (SEC_HDR_SIZ_v1 * section_number)); in _update_pointers()
H A Dgpreadobj.c561 header_size = (Object->isnew) ? SEC_HDR_SIZ_v2 : SEC_HDR_SIZ_v1; in _read_sections()