Home
last modified time | relevance | path

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

/nptl/
A Dtst-pthread-gdb-attach.c188 struct elf_prefix elf_threaddb; in do_test() local
189 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