Home
last modified time | relevance | path

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

/reactos/sdk/lib/rossym_new/
H A Ddwarfabbrev.c21 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 Ddwarfopen.c23 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 Ddwarf.h457 DwarfBlock abbrev; member
/reactos/sdk/lib/rossym/
H A Ddwarfabbrev.c28 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 Ddwarfopen.c30 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 Ddwarf.h443 DwarfBlock abbrev; member
/reactos/dll/win32/dbghelp/
H A Ddwarf.c149 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 Dgeneral.c222 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 Dmaketest13 git-ls-files -c -s --abbrev=10 -- "dlls/*/tests/*.c" |\
/reactos/sdk/include/reactos/
H A Dversion.cmake48 COMMAND "${GIT_EXECUTABLE}" describe --abbrev=7 --long --always
/reactos/dll/win32/vbscript/
H A Dglobal.c2372 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 Dshell.c1445 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 Dc_locale_win32.c56 const char* abbrev; member
1380 return (*(ConvTable + i)).abbrev; in __ConvertName()
/reactos/sdk/lib/3rdparty/adns/
H A Dchangelog168 * adns_rr_info on _r_mx etc. shows status type abbrev and status number.
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog1757 Using US digit date format in version date, rather than name abbrev.