Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h53 struct ThreadInfo { struct
54 bool valid; // whether we read valid metadata
55 uint32_t dtv_offset; // offset of DTV pointer within pthread
56 uint32_t dtv_slot_size; // size of one DTV slot
57 uint32_t modid_offset; // offset of module ID within link_map
58 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h54 struct ThreadInfo { struct
55 bool valid; // whether we read valid metadata
56 uint32_t dtv_offset; // offset of DTV pointer within pthread
57 uint32_t dtv_slot_size; // size of one DTV slot
58 uint32_t modid_offset; // offset of module ID within link_map
59 uint32_t tls_offset; // offset of TLS pointer within DTV slot
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFormatEntity.h78 ThreadInfo, enumerator