reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  827       addr_t offset = i * dynsym_hdr->sh_entsize + GetAddressByteSize();
  835       addr_t offset = i * dynsym_hdr->sh_entsize + GetAddressByteSize();
 2298       size_t num_symbols = symtab_data.GetByteSize() / symtab_hdr->sh_entsize;
 2378   const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
 2384           ? llvm::alignTo(plt_hdr->sh_entsize, plt_hdr->sh_addralign)
 2385           : plt_hdr->sh_entsize;
 2422   const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
 2445     lldb::offset_t symbol_offset = reloc_symbol(rel) * sym_hdr->sh_entsize;
 2551   const unsigned num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize;
 3120   s->Printf(" %8.8" PRIx64 " %8.8" PRIx64, sh.sh_addralign, sh.sh_entsize);