Searched refs:symt_get_info (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/dbghelp/ |
H A D | type.c | 370 if (symt_get_info(module, array->base_type, TI_GET_LENGTH, &elem_size) && elem_size) in symt_array_count() 476 symt_get_info(pair.effective, type, TI_GET_LENGTH, &size); in SymEnumTypes() 536 BOOL symt_get_info(struct module* module, const struct symt* type, in symt_get_info() function 676 if (!symt_get_info(module, ((const struct symt_array*)type)->base_type, in symt_get_info() 685 … return symt_get_info(module, ((const struct symt_typedef*)type)->type, TI_GET_LENGTH, pInfo); in symt_get_info() 916 return symt_get_info(pair.effective, symt_index2ptr(pair.effective, TypeId), GetType, pInfo); in SymGetTypeInfo()
|
H A D | symbol.c | 276 if (type && size && symt_get_info(module, type, TI_GET_LENGTH, &tsz)) in symt_new_global_variable() 589 if (!symt_get_info(pair->effective, sym, TI_GET_TYPE, &sym_info->TypeIndex)) in symt_fill_sym_info() 593 if (!symt_get_info(pair->effective, sym, TI_GET_LENGTH, &size) && in symt_fill_sym_info() 595 !symt_get_info(pair->effective, symt_index2ptr(pair->effective, sym_info->TypeIndex), in symt_fill_sym_info() 867 if (symt_get_info(module, symt, TI_GET_LENGTH, size) && *size) in symt_get_length() 870 if (symt_get_info(module, symt, TI_GET_TYPE, &type_index) && in symt_get_length() 871 symt_get_info(module, symt_index2ptr(module, type_index), TI_GET_LENGTH, size)) return; in symt_get_length()
|
H A D | dbghelp_private.h | 843 extern BOOL symt_get_info(struct module* module, const struct symt* type,
|
H A D | macho_module.c | 1154 symt_get_info(module, &sym->symt, TI_GET_LENGTH, &size); in macho_finish_stabs() 1155 symt_get_info(module, &sym->symt, TI_GET_DATAKIND, &kind); in macho_finish_stabs()
|
H A D | stabs.c | 638 symt_get_info(ptd->module, adt, TI_GET_LENGTH, &size); in stabs_pts_read_aggregate()
|
H A D | dwarf.c | 1426 nbytes.u.uvalue = symt_get_info(ctx->module, elt_type, TI_GET_LENGTH, &size) ? in dwarf2_parse_udt_member()
|
H A D | msc.c | 755 symt_get_info(ctp->module, subtype, TI_GET_LENGTH, &elem_size); in codeview_add_udt_element()
|