Home
last modified time | relevance | path

Searched defs:ThreadInfo (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h50 struct ThreadInfo { struct
51 bool valid; // whether we read valid metadata
52 uint32_t dtv_offset; // offset of DTV pointer within pthread
53 uint32_t dtv_slot_size; // size of one DTV slot
54 uint32_t modid_offset; // offset of module ID within link_map
55 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h59 struct ThreadInfo { struct
60 bool valid; // whether we read valid metadata
61 uint32_t dtv_offset; // offset of DTV pointer within pthread
62 uint32_t dtv_slot_size; // size of one DTV slot
63 uint32_t modid_offset; // offset of module ID within link_map
64 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DFormatEntity.h69 ThreadInfo, enumerator