Searched refs:elf_threaddb (Results 1 – 1 of 1) sorted by relevance
188 struct elf_prefix elf_threaddb; in do_test() local189 TEST_VERIFY_EXIT (read_elf_header (threaddb_path, &elf_threaddb)); in do_test()196 if (elf_gdb.e_ident[EI_CLASS] != elf_threaddb.e_ident[EI_CLASS]) in do_test()198 if (elf_gdb.e_ident[EI_DATA] != elf_threaddb.e_ident[EI_DATA]) in do_test()200 if (elf_gdb.e_machine != elf_threaddb.e_machine) in do_test()
Completed in 3 milliseconds