Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h328 static unsigned RelocType32(const ELFRel &rel) { return rel.r_info & 0x0ff; } in RelocType32() function
370 static unsigned RelocType32(const ELFRela &rela) { in RelocType32() function
H A DObjectFileELF.cpp110 static unsigned RelocType32(const ELFRelocation &rel);
161 unsigned ELFRelocation::RelocType32(const ELFRelocation &rel) { in RelocType32() function in ELFRelocation
163 return ELFRel::RelocType32(*elfrel); in RelocType32()
165 return ELFRela::RelocType32(*llvm::cast<ELFRela *>(rel.reloc)); in RelocType32()
2556 reloc_type = ELFRelocation::RelocType32; in ParsePLTRelocations()
2766 reloc_type = ELFRelocation::RelocType32; in ApplyRelocations()