blob: f37de633a4cba77f3ee056526095075d4bf2f7f9 [file] [log] [blame] [edit]
[
// ===========================================
// libc - internal
// ===========================================
{
"file": "pthread_impl.h",
"structs": {
"pthread": [
"threadStatus",
"profilerBlock",
"self",
"detached",
"stack",
"stack_size",
"result",
"attr"
],
"thread_profiler_block": [
"threadStatus",
"currentStatusStartTime",
"timeSpentInStatus",
"name"
]
},
"defines": [
"DEFAULT_STACK_SIZE",
"__ATTRP_C11_THREAD",
"EM_THREAD_NAME_MAX"
]
},
{
"file": "libc.h",
"structs": {
"libc": [
"global_locale"
]
}
},
{
"file": "dynlink.h",
"structs": {
"dso": [
"flags",
"mem_allocated",
"mem_addr",
"mem_size",
"table_addr",
"table_size",
"name"
]
}
}
]