Searched refs:entsize (Results 1 – 1 of 1) sorted by relevance
/art/compiler/linker/ |
D | elf_builder.h | 105 Elf_Word entsize) in Section() argument 119 header_.sh_entsize = entsize; in Section() 243 Elf_Word entsize) in CachedSection() argument 244 : Section(owner, name, type, flags, link, info, align, entsize), cache_() { } in CachedSection() 426 Elf_Word entsize, in AbiflagsSection() argument 429 : Section(owner, name, type, flags, link, info, align, entsize) { in AbiflagsSection() 487 Elf_Word entsize) in BuildIdSection() argument 488 : Section(owner, name, type, flags, link, info, align, entsize), in BuildIdSection()
|