Home
last modified time | relevance | path

Searched refs:fdsan_table_address (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dopen_files_list.cpp68 uint64_t fdsan_table_address) { in populate_fdsan_table() argument
73 uint64_t address = fdsan_table_address + entry_offset + sizeof(FdEntry) * i; in populate_fdsan_table()
86 if (!memory->Read(fdsan_table_address + overflow_offset, &overflow, sizeof(overflow))) { in populate_fdsan_table()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dopen_files_list.h41 uint64_t fdsan_table_address);
Dtypes.h46 uintptr_t fdsan_table_address = 0; member
/system/core/debuggerd/
Dprotocol.h95 uintptr_t fdsan_table_address; member
Dcrash_dump.cpp301 process_info->fdsan_table_address = crash_info->data.d.fdsan_table_address; in ReadCrashInfo()
627 process_info.fdsan_table_address); in main()