Home
last modified time | relevance | path

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

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