Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.cpp3098 static uint8_t linker_soinfo_for_gdb_buf[sizeof(soinfo)] __attribute__((aligned(8))); variable
3109 linker_soinfo_for_gdb = new (linker_soinfo_for_gdb_buf) soinfo(LINKER_PATH, nullptr, 0, 0); in init_linker_info_for_gdb()