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

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

Completed in 58 milliseconds