Searched refs:plt_entsize (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2391 elf_xword plt_entsize = local
2400 if (plt_entsize <= 4) {
2407 plt_entsize = plt_hdr->sh_size / plt_hdr->sh_addralign /
2410 plt_entsize = plt_hdr->sh_size / (num_relocations + 1);
2413 elf_xword plt_offset = plt_hdr->sh_size - num_relocations * plt_entsize;
2415 return std::make_pair(plt_entsize, plt_offset);
2428 uint64_t plt_offset, plt_entsize; local
2429 std::tie(plt_entsize, plt_offset) =
2459 uint64_t plt_index = plt_offset + i * plt_entsize;
2471 plt_entsize, // Siz
[all...]

Completed in 173 milliseconds