Home
last modified time | relevance | path

Searched refs:bt_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c39 .bt_type = ETF_BINARY,
44 .bt_type = ETF_ELF,
52 .bt_type = ETF_ELF,
59 .bt_type = ETF_ELF,
67 .bt_type = ETF_ELF,
75 .bt_type = ETF_ELF,
83 .bt_type = ETF_ELF,
92 .bt_type = ETF_ELF,
100 .bt_type = ETF_ELF,
107 .bt_type = ETF_ELF,
[all …]
H A Delftc_bfdtarget.c51 return (tgt->bt_type); in elftc_bfd_target_flavor()
H A D_libelftc.h39 unsigned int bt_type; /* target type. */ member
/freebsd/sys/kern/
H A Dsubr_vmem.c172 int bt_type; member
226 #define BT_ISSPAN_P(bt) ((bt)->bt_type <= BT_TYPE_SPAN_STATIC)
329 return (bt->bt_type == BT_TYPE_BUSY); in bt_isbusy()
335 return (bt->bt_type == BT_TYPE_FREE); in bt_isfree()
576 MPASS(bt->bt_type == BT_TYPE_BUSY); in bt_insbusy()
590 MPASS(bt->bt_type != BT_TYPE_CURSOR); in bt_remseg()
613 MPASS(bt->bt_type == BT_TYPE_FREE); in bt_remfree()
941 btspan->bt_type = type; in vmem_add1()
948 btfree->bt_type = BT_TYPE_FREE; in vmem_add1()
1099 MPASS(bt->bt_type == BT_TYPE_FREE); in vmem_clip()
[all …]