Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c84 #define MULTIPLY_CT 1 macro
212 { 1,MULTIPLY_CT, 0, 0},
256 {sizeof(Dwarf_Ptr),MULTIPLY_CT, 0, 0},
278 {sizeof(Dwarf_Loc),MULTIPLY_CT, 0, 0},
281 {sizeof(Dwarf_Frame_Op),MULTIPLY_CT, 0, 0},
299 {sizeof(Dwarf_Ranges),MULTIPLY_CT, 0,0 },
357 {sizeof(struct Dwarf_Hash_Table_Entry_s),MULTIPLY_CT,0,0 },
402 {sizeof(struct Dwarf_Loc_Expr_Op_s),MULTIPLY_CT, 0, 0},
405 {sizeof(struct Dwarf_Locdesc_c_s),MULTIPLY_CT, 0, 0},
524 } else if (action == MULTIPLY_CT) { in _dwarf_get_alloc()