Lines Matching refs:name_offset
139 void InitSym(uint64_t offset, uint32_t value, uint32_t size, uint32_t name_offset,
167 void ElfInterfaceTest::InitSym(uint64_t offset, uint32_t value, uint32_t size, uint32_t name_offset, in InitSym() argument
173 sym.st_name = name_offset; in InitSym()
177 memory_.SetMemory(sym_offset + name_offset, name, strlen(name) + 1); in InitSym()
831 uint64_t name_offset; in InitSectionHeadersMalformedSymData() local
832 ASSERT_FALSE(elf->GetFunctionName(0x90010, &name, &name_offset)); in InitSectionHeadersMalformedSymData()
904 uint64_t name_offset; in InitSectionHeaders() local
905 ASSERT_TRUE(elf->GetFunctionName(0x90010, &name, &name_offset)); in InitSectionHeaders()
907 EXPECT_EQ(16U, name_offset); in InitSectionHeaders()
908 ASSERT_TRUE(elf->GetFunctionName(0xd0020, &name, &name_offset)); in InitSectionHeaders()
910 EXPECT_EQ(32U, name_offset); in InitSectionHeaders()