Home
last modified time | relevance | path

Searched defs:entsize (Results 1 – 1 of 1) sorted by relevance

/art/compiler/
Delf_builder.h59 const Section* link, Elf_Word info, Elf_Word align, Elf_Word entsize) in Section()
165 : Section(name, type, flags, link, info, align, entsize), in Section() argument
223 Elf_Word entsize, Elf_Word size, CodeOutput* code_output) in OatSection()