Searched refs:ElfRelocation (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.h65 // ElfRelocation
66 class ElfRelocation { class in namespace:SymbolPatcher
68 ElfRelocation(ElfSection* section = NULL,
70 ~ElfRelocation();
93 bool GetNext(ElfRelocation* relocation);
H A DElfFile.cpp327 // ElfRelocation
330 ElfRelocation::ElfRelocation(ElfSection* section, int32 index) function in class:ElfRelocation
338 ElfRelocation::~ElfRelocation()
345 ElfRelocation::SetTo(ElfSection* section, int32 index)
354 ElfRelocation::Unset()
363 ElfRelocation::GetRelocationStruct()
385 ElfRelocation::GetType()
395 ElfRelocation
[all...]
H A DElfImage.cpp154 ElfRelocation relocation;

Completed in 31 milliseconds