Searched refs:DW_DLC_SIZE_32 (Results 1 – 2 of 2) sorted by relevance
114 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()
423 #define DW_DLC_SIZE_32 0x20000000 macro