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

/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1307 const elf_xword plt_entsize = plt_hdr->sh_entsize; local
1336 uint64_t plt_index = (i + 1) * plt_entsize;
1355 plt_entsize, // Size in bytes of this symbol.

Completed in 45 milliseconds