Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h346 static unsigned RelocType32(const ELFRel &rel) { return rel.r_info & 0x0ff; } in RelocType32() function
389 static unsigned RelocType32(const ELFRela &rela) { in RelocType32() function
H A DObjectFileELF.cpp135 static unsigned RelocType32(const ELFRelocation &rel);
183 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32() function in __anon580d88070111::ELFRelocation
185 return ELFRel::RelocType32(*rel.reloc.get<ELFRel *>()); in RelocType32()
187 return ELFRela::RelocType32(*rel.reloc.get<ELFRela *>()); in RelocType32()
2546 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
2677 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()