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

/frameworks/compile/linkloader/include/
H A DELFSectionHeader.h114 word_t sh_entsize; member in class:ELFSectionHeader
133 AR & sh_entsize; local
153 return sh_entsize;
165 xword_t sh_entsize; member in class:ELFSectionHeader
184 AR & sh_entsize; local
204 return sh_entsize;
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp208 shdr[sectIdx].sh_entsize = getELF32SectEntrySize(*ld_sect);
244 shdr[sectIdx].sh_entsize = getELF64SectEntrySize(*ld_sect);
560 /// getELF32SectEntrySize - compute Elf32_Shdr::sh_entsize
577 /// getELF64SectEntrySize - compute Elf64_Shdr::sh_entsize

Completed in 85 milliseconds