Home
last modified time | relevance | path

Searched refs:is_global (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/dbghelp/
H A Dmacho_module.c951 is_global:1, member
970 BOOL is_public, BOOL is_global, unsigned char sectidx, in macho_stabs_def_cb() argument
977 debugstr_a(name), offset, is_public, is_global, sectidx, in macho_stabs_def_cb()
988 ste->is_global = !!is_global; in macho_stabs_def_cb()
1095 new_kind = ste->is_global ? DataIsGlobal : DataIsFileStatic; in macho_finish_stabs()
1156 if (size && kind == (ste->is_global ? DataIsGlobal : DataIsFileStatic)) in macho_finish_stabs()
1186 !ste->is_global, loc, 0, NULL); in macho_finish_stabs()
H A Dstabs.c1621 BOOL is_global = is_public; in stabs_parse() local
1628 is_global = TRUE; in stabs_parse()
1635 is_public, is_global, stab_ptr->n_other, compiland, user); in stabs_parse()
H A Ddbghelp_private.h734 BOOL is_public, BOOL is_global, unsigned char other,