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

/freebsd-10.1-release/contrib/file/src/
H A Dcdf.h80 #define CDF_SEC_POS(h, secid) (CDF_SEC_SIZE(h) + (secid) * CDF_SEC_SIZE(h))
82 #define CDF_SHORT_SEC_POS(h, secid) ((secid) * CDF_SHORT_SEC_SIZE(h))
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-alpha.c3900 s_alpha_section (int secid)
3907 if ((secid <= 0) || (secid > EVAX_SECTION_COUNT))
3914 subseg_new (section_name[secid], 0);
3891 s_alpha_section(int secid) argument

Completed in 60 milliseconds