reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 e_shnum = section_zero.sh_size;
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp1391 const size_t byte_size = sheader.sh_size; 1401 sheader.sh_type == SHT_NOBITS ? 0 : sheader.sh_size; 1684 addr_t Size = H.sh_flags & SHF_ALLOC ? H.sh_size : 0; 1802 header.sh_type == SHT_NOBITS ? 0 : header.sh_size; 2378 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; 2398 plt_entsize = plt_hdr->sh_size / plt_hdr->sh_addralign / 2401 plt_entsize = plt_hdr->sh_size / (num_relocations + 1); 2404 elf_xword plt_offset = plt_hdr->sh_size - num_relocations * plt_entsize; 2422 const elf_xword num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; 2551 const unsigned num_relocations = rel_hdr->sh_size / rel_hdr->sh_entsize; 3118 sh.sh_offset, sh.sh_size);