Home
last modified time | relevance | path

Searched refs:calcValue (Results 1 - 2 of 2) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_relocation.hpp128 Elf_Sxword& calcValue ) const in get_entry()
149 calcValue = 0; in get_entry()
152 calcValue = symbolValue + addend; in get_entry()
155 calcValue = symbolValue + addend - offset; in get_entry()
158 calcValue = 0; in get_entry()
161 calcValue = 0; in get_entry()
164 calcValue = 0; in get_entry()
168 calcValue = symbolValue; in get_entry()
171 calcValue = addend; in get_entry()
174 calcValue in get_entry()
[all...]
/third_party/elfio/tests/
H A DELFIOTest.cpp169 Elf_Sxword calcValue; in checkRelocation() local
172 addend, calcValue ), in checkRelocation()
179 EXPECT_EQ( calcValue, calcValue_ ); in checkRelocation()

Completed in 3 milliseconds