Searched refs:SEC_ADD (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/dev/sec/ |
| D | sec.h | 234 #define SEC_ADD(sc, cnt, wrap, val) \ macro 237 SEC_ADD(sc, cnt, wrap, 1) 239 SEC_ADD(sc, cnt, wrap, -1) 313 SEC_ADD(sc, sc_lt_alloc_cnt, SEC_LT_ENTRIES, -(num)) 316 SEC_ADD(sc, sc_lt_free_cnt, SEC_LT_ENTRIES, num)
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | elfcopy.h | 220 #define SEC_ADD 0x00080000U macro
|
| 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()
|