ABI | Symbols | Types | Live Readelf |
| Contents |
| Info |
| Fields |
| Memory Layout |
| Name | lhash_st |
|---|---|
| Type | STRUCT |
| Fields | 24 |
| Source | lhash.h |
| Size | 176 |
| Usage | The type is used by 14 symbols. |
| PADDING | FIELD |
| BIT-FIELD |
| Pos | Name | Type | Size | Offset |
|---|---|---|---|---|
| 0 | b | LHASH_NODE** | 8 | 0 |
| 1 | comp | LHASH_COMP_FN_TYPE | 8 | 8 |
| 2 | hash | LHASH_HASH_FN_TYPE | 8 | 16 |
| 3 | num_nodes | unsigned int | 4 | 24 |
| 4 | num_alloc_nodes | unsigned int | 4 | 28 |
| 5 | p | unsigned int | 4 | 32 |
| 6 | pmax | unsigned int | 4 | 36 |
| 7 | up_load | unsigned long | 8 | 40 |
| 8 | down_load | unsigned long | 8 | 48 |
| 9 | num_items | unsigned long | 8 | 56 |
| 10 | num_expands | unsigned long | 8 | 64 |
| 11 | num_expand_reallocs | unsigned long | 8 | 72 |
| 12 | num_contracts | unsigned long | 8 | 80 |
| 13 | num_contract_reallocs | unsigned long | 8 | 88 |
| 14 | num_hash_calls | unsigned long | 8 | 96 |
| 15 | num_comp_calls | unsigned long | 8 | 104 |
| 16 | num_insert | unsigned long | 8 | 112 |
| 17 | num_replace | unsigned long | 8 | 120 |
| 18 | num_delete | unsigned long | 8 | 128 |
| 19 | num_no_delete | unsigned long | 8 | 136 |
| 20 | num_retrieve | unsigned long | 8 | 144 |
| 21 | num_retrieve_miss | unsigned long | 8 | 152 |
| 22 | num_hash_comps | unsigned long | 8 | 160 |
| 23 | error | int | 4 | 168 |
| Offset | Contents | Type |
|---|---|---|
| 0 | .b | LHASH_NODE** |
| 8 | .comp | LHASH_COMP_FN_TYPE |
| 16 | .hash | LHASH_HASH_FN_TYPE |
| 24 | .num_nodes | unsigned int |
| 28 | .num_alloc_nodes | unsigned int |
| 32 | .p | unsigned int |
| 36 | .pmax | unsigned int |
| 40 | .up_load | unsigned long |
| 48 | .down_load | unsigned long |
| 56 | .num_items | unsigned long |
| 64 | .num_expands | unsigned long |
| 72 | .num_expand_reallocs | unsigned long |
| 80 | .num_contracts | unsigned long |
| 88 | .num_contract_reallocs | unsigned long |
| 96 | .num_hash_calls | unsigned long |
| 104 | .num_comp_calls | unsigned long |
| 112 | .num_insert | unsigned long |
| 120 | .num_replace | unsigned long |
| 128 | .num_delete | unsigned long |
| 136 | .num_no_delete | unsigned long |
| 144 | .num_retrieve | unsigned long |
| 152 | .num_retrieve_miss | unsigned long |
| 160 | .num_hash_comps | unsigned long |
| 168 | .error | int |
| 172 | padding |