Home
last modified time | relevance | path

Searched refs:GetRelocationJumpSlotType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h104 unsigned GetRelocationJumpSlotType() const;
H A DELFHeader.cpp176 unsigned ELFHeader::GetRelocationJumpSlotType() const { in GetRelocationJumpSlotType() function in ELFHeader
H A DObjectFileELF.cpp2599 unsigned slot_type = hdr->GetRelocationJumpSlotType(); in ParsePLTRelocations()