Searched refs:SEC_ADD (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/sec/ |
H A D | sec.h | 229 #define SEC_ADD(sc, cnt, wrap, val) \ macro 232 SEC_ADD(sc, cnt, wrap, 1) 234 SEC_ADD(sc, cnt, wrap, -1) 308 SEC_ADD(sc, sc_lt_alloc_cnt, SEC_LT_ENTRIES, -(num)) 311 SEC_ADD(sc, sc_lt_free_cnt, SEC_LT_ENTRIES, num)
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 220 #define SEC_ADD 0x00080000U macro
|
H A D | sections.c | 454 if (ecp->flags & SEC_ADD) in create_scn() 516 if (ecp->flags & SEC_ADD) in create_scn() 1597 ecp->flags |= SEC_ADD; in add_section() 1672 ecp->flags |= SEC_ADD; in add_gnu_debuglink()
|