/reactos/sdk/lib/rossym_new/ |
H A D | dwarfabbrev.c | 21 DwarfAbbrev *abbrev; in loadabbrevs() local 38 free(abbrev); in loadabbrevs() 43 d->acache.a = abbrev; in loadabbrevs() 47 *aa = abbrev; in loadabbrevs() 58 if(off >= d->abbrev.len){ in parseabbrevs() 64 b.p = d->abbrev.data + off; in parseabbrevs() 65 b.ep = d->abbrev.data + d->abbrev.len; in parseabbrevs() 91 if(abbrev){ in parseabbrevs() 92 abbrev->num = num; in parseabbrevs() 93 abbrev->tag = tag; in parseabbrevs() [all …]
|
H A D | dwarfopen.c | 23 if(pe->loadsection(pe, ".debug_abbrev", &d->abbrev) < 0 in dwarfopen() 38 free(d->abbrev.data); in dwarfopen() 54 free(d->abbrev.data); in dwarfclose()
|
H A D | dwarf.h | 457 DwarfBlock abbrev; member
|
/reactos/sdk/lib/rossym/ |
H A D | dwarfabbrev.c | 28 DwarfAbbrev *abbrev; in loadabbrevs() local 45 free(abbrev); in loadabbrevs() 50 d->acache.a = abbrev; in loadabbrevs() 54 *aa = abbrev; in loadabbrevs() 72 b.ep = d->abbrev.data + d->abbrev.len; in parseabbrevs() 96 if(abbrev){ in parseabbrevs() 97 abbrev->num = num; in parseabbrevs() 98 abbrev->tag = tag; in parseabbrevs() 100 abbrev->attr = attr; in parseabbrevs() 101 abbrev->nattr = i; in parseabbrevs() [all …]
|
H A D | dwarfopen.c | 30 if(pe->loadsection(pe, ".debug_abbrev", &d->abbrev) < 0 in dwarfopen() 44 free(d->abbrev.data); in dwarfopen() 59 free(d->abbrev.data); in dwarfclose()
|
H A D | dwarf.h | 443 DwarfBlock abbrev; member
|
/reactos/dll/win32/dbghelp/ |
H A D | dwarf.c | 149 const dwarf2_abbrev_entry_t*abbrev; member 997 switch (di->abbrev->tag) in dwarf2_get_cpp_name() 1101 if (!abbrev) in dwarf2_read_one_debug_info() 1108 di->abbrev = abbrev; in dwarf2_read_one_debug_info() 1112 if (abbrev->num_attr) in dwarf2_read_one_debug_info() 1122 if (abbrev->have_child) in dwarf2_read_one_debug_info() 1152 if (di->abbrev->have_child) in dwarf2_get_di_children() 1282 switch (child->abbrev->tag) in dwarf2_parse_array_type() 1469 switch (child->abbrev->tag) in dwarf2_parse_udt_type() 2094 switch (di->abbrev->tag) in dwarf2_load_one_entry() [all …]
|
/reactos/sdk/lib/3rdparty/adns/src/ |
H A D | general.c | 222 const char *abbrev; member 279 return si->abbrev; in adns_errabbrev() 287 const char *abbrev; member 315 return sti->abbrev; in adns_errtypeabbrev()
|
/reactos/modules/rostests/winetests/winetest/ |
H A D | maketest | 13 git-ls-files -c -s --abbrev=10 -- "dlls/*/tests/*.c" |\
|
/reactos/sdk/include/reactos/ |
H A D | version.cmake | 48 COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7 --long --always
|
/reactos/dll/win32/vbscript/ |
H A D | global.c | 2372 int weekday, first_day = 1, abbrev = 0; in Global_WeekdayName() local 2385 hres = to_int(args+1, &abbrev); in Global_WeekdayName() 2396 hres = VarWeekdayName(weekday, abbrev, first_day, 0, &ret); in Global_WeekdayName() 2405 int month, abbrev = 0; in Global_MonthName() local 2418 hres = to_int(args+1, &abbrev); in Global_MonthName() 2423 hres = VarMonthName(month, abbrev, 0, &ret); in Global_MonthName()
|
/reactos/dll/win32/wshom.ocx/ |
H A D | shell.c | 1445 const WCHAR abbrev[5]; in get_root_key() member 1459 … if (rootkeys[i].abbrev[0] && !wcsncmp(path, rootkeys[i].abbrev, lstrlenW(rootkeys[i].abbrev))) in get_root_key()
|
/reactos/sdk/lib/3rdparty/stlport/src/c_locale_win32/ |
H A D | c_locale_win32.c | 56 const char* abbrev; member 1380 return (*(ConvTable + i)).abbrev; in __ConvertName()
|
/reactos/sdk/lib/3rdparty/adns/ |
H A D | changelog | 168 * adns_rr_info on _r_mx etc. shows status type abbrev and status number.
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 1757 Using US digit date format in version date, rather than name abbrev.
|