Home
last modified time | relevance | path

Searched refs:fdsan_table_address (Results 1 – 4 of 4) 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/
Dcrash_dump.cpp257 uintptr_t* fdsan_table_address) { in ReadCrashInfo() argument
285 *fdsan_table_address = 0; in ReadCrashInfo()
288 *fdsan_table_address = crash_info->data.v2.fdsan_table_address; in ReadCrashInfo()
417 uintptr_t fdsan_table_address = 0; in main() local
479 &fdsan_table_address); in main()
588 populate_fdsan_table(&open_files, unwinder.GetProcessMemory(), fdsan_table_address); in main()
Dprotocol.h95 uintptr_t fdsan_table_address; member
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dopen_files_list.h41 uint64_t fdsan_table_address);