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

/art/runtime/
H A Delf_file.cc816 CHECK_NE(0U, section_header.sh_entsize) << file_path_;
817 return section_header.sh_size / section_header.sh_entsize;
1001 CHECK_NE(0U, section_header.sh_entsize) << file_path_;
1002 return section_header.sh_size / section_header.sh_entsize;
1021 return section_header.sh_size / section_header.sh_entsize;
H A Delf.h1217 Elf32_Word sh_entsize; // Size of records contained within the section member in struct:Elf32_Shdr
1231 Elf64_Xword sh_entsize; member in struct:Elf64_Shdr
/art/compiler/linker/
H A Delf_builder.h119 header_.sh_entsize = entsize;

Completed in 33 milliseconds