Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2456 elf_xword plt_offset = plt_hdr->sh_size - num_relocations * plt_entsize; in GetPltEntrySizeAndOffset() local
2458 return std::make_pair(plt_entsize, plt_offset); in GetPltEntrySizeAndOffset()
2471 uint64_t plt_offset, plt_entsize; in ParsePLTRelocations() local
2472 std::tie(plt_entsize, plt_offset) = in ParsePLTRelocations()
2502 uint64_t plt_index = plt_offset + i * plt_entsize; in ParsePLTRelocations()