Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp2488 unsigned slot_type = hdr->GetRelocationJumpSlotType(); in ParsePLTRelocations()