Home
last modified time | relevance | path

Searched refs:rsym (Results 1 – 12 of 12) sorted by relevance

/reactos/sdk/tools/rsym/
H A DCMakeLists.txt7 add_host_tool(rsym rsym.c)
9 add_host_tool(rsym rsym64.c)
11 add_executable(rsym rsym64.c) target
13 add_executable(rsym rsym64.c) target
16 target_link_libraries(rsym PRIVATE host_includes rsym_common dbghelphost unicode)
/reactos/modules/rostests/apitests/dbghelp/
H A DCMakeLists.txt6 ${REACTOS_SOURCE_DIR}/sdk/tools/rsym
11 rsym.c
H A Drsym.c297 START_TEST(rsym) in START_TEST() argument
/reactos/sdk/tools/log2lines/
H A DCMakeLists.txt15 include_directories(${REACTOS_SOURCE_DIR}/sdk/tools/rsym)
/reactos/sdk/tools/
H A DCMakeLists.txt40 add_subdirectory(rsym)
/reactos/dll/win32/dbghelp/
H A DCMakeLists.txt57 rsym.c
H A Dpe_module.c553 const char* rsym = image_map_section(&sect_rsym); in pe_load_rsym() local
554 if (rsym != IMAGE_NO_MAP) in pe_load_rsym()
557 rsym, image_get_map_size(&sect_rsym)); in pe_load_rsym()
H A Ddbghelp_private.h751 const void* rsym, int rsymlen) DECLSPEC_HIDDEN;
/reactos/sdk/cmake/
H A Dgcc.cmake14 # Dwarf based builds (no rsym)
224 get_target_property(RSYM native-rsym IMPORTED_LOCATION)
252 message(STATUS "Generating a dwarf-based build (no rsym)")
259 # Normal rsym build
260 get_target_property(RSYM native-rsym IMPORTED_LOCATION)
H A Dhost-tools.cmake7 list(APPEND HOST_TOOLS rsym pefixup)
/reactos/sdk/lib/rossym_new/
H A Ddwarfinfo.c144 int rsym = dwarfnextsymat(d, parent, s); in dwarflookupchildtag() local
145 while (rsym == 0 && s->attrs.tag != tag) { in dwarflookupchildtag()
153 rsym = dwarfnextsym(d, s); in dwarflookupchildtag()
155 return rsym; in dwarflookupchildtag()
/reactos/
H A DCMakeLists.txt156 list(APPEND NATIVE_TARGETS rsym pefixup)