Home
last modified time | relevance | path

Searched defs:ElfInterfaceTest (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DElfInterfaceTest.cpp48 class ElfInterfaceTest : public ::testing::Test { class
211 TEST_F(ElfInterfaceTest, single_pt_load_32) { in TEST_F() argument
215 TEST_F(ElfInterfaceTest, single_pt_load_64) { in TEST_F() argument
278 TEST_F(ElfInterfaceTest, multiple_executable_pt_loads_32) { in TEST_F() argument
282 TEST_F(ElfInterfaceTest, multiple_executable_pt_loads_64) { in TEST_F() argument
345 TEST_F(ElfInterfaceTest, multiple_executable_pt_loads_increments_not_size_of_phdr_32) { in TEST_F() argument
350 TEST_F(ElfInterfaceTest, multiple_executable_pt_loads_increments_not_size_of_phdr_64) { in TEST_F() argument
404 TEST_F(ElfInterfaceTest, non_executable_pt_loads_32) { in TEST_F() argument
408 TEST_F(ElfInterfaceTest, non_executable_pt_loads_64) { in TEST_F() argument
475 TEST_F(ElfInterfaceTest, many_phdrs_32) { in TEST_F() argument
[all …]