Home
last modified time | relevance | path

Searched refs:DW_DLC_SIZE_32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_init.c114 if (pf & DW_DLC_SIZE_32 && pf & DW_DLC_SIZE_64) { in _dwarf_producer_init()
119 if ((pf & DW_DLC_SIZE_32) == 0 && (pf & DW_DLC_SIZE_64) == 0) in _dwarf_producer_init()
120 pf |= DW_DLC_SIZE_32; in _dwarf_producer_init()
H A Dlibdwarf.h423 #define DW_DLC_SIZE_32 0x20000000 macro