Searched refs:entsize (Results 1 – 1 of 1) sorted by relevance
/art/compiler/ |
D | elf_builder.h | 59 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize) in Section() argument 65 header_.sh_entsize = entsize; in Section() 163 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize, 165 : Section(name, type, flags, link, info, align, entsize), in Section() argument 223 Elf_Word entsize, Elf_Word size, CodeOutput* code_output) in OatSection() argument 224 : Section(name, type, flags, link, info, align, entsize), in OatSection()
|