Searched refs:type_num (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | pdb.c | 2145 uint32_t type_num, uint32_t num_types) in remap_type() argument 2153 if (type >= TPI_FIRST_INDEX + type_num) in remap_type() 2156 "declared\n"), TPI_FIRST_INDEX + type_num, type); in remap_type() 2163 TPI_FIRST_INDEX + type_num, type); in remap_type() 2207 uint32_t type_num, uint32_t num_types, in handle_udt_src_line() argument 2246 if (!remap_type (&usl->type, map, type_num, num_types)) in handle_udt_src_line() 2329 map[type_num] = e; in handle_udt_src_line() 2340 handle_type (uint8_t *data, struct type_entry **map, uint32_t type_num, in handle_type() argument 2369 if (!remap_type (&mod->base_type, map, type_num, num_types)) in handle_type() 2386 if (!remap_type (&ptr->base_type, map, type_num, num_types)) in handle_type() [all …]
|