Home
last modified time | relevance | path

Searched refs:section_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_writer_quick.cc333 section_ptrs.push_back(&dynsym_builder_.section_); in Write()
338 section_ptrs.push_back(&dynsym_builder_.strtab_.section_); in Write()
343 section_ptrs.push_back(&hash_builder_.section_); in Write()
348 section_ptrs.push_back(&rodata_builder_.section_); in Write()
353 section_ptrs.push_back(&text_builder_.section_); in Write()
358 section_ptrs.push_back(&dynamic_builder_.section_); in Write()
364 section_ptrs.push_back(&symtab_builder_.section_); in Write()
369 section_ptrs.push_back(&symtab_builder_.strtab_.section_); in Write()
376 section_ptrs.push_back(&it->section_); in Write()
382 section_ptrs.push_back(&shstrtab_builder_.section_); in Write()
[all …]
Delf_writer_quick.h62 memset(&section_, 0, sizeof(section_)); in ElfSectionBuilder()
63 section_.sh_type = type; in ElfSectionBuilder()
64 section_.sh_flags = flags; in ElfSectionBuilder()
65 section_.sh_info = info; in ElfSectionBuilder()
66 section_.sh_addralign = align; in ElfSectionBuilder()
67 section_.sh_entsize = entsize; in ElfSectionBuilder()
72 Elf32_Shdr section_; variable
99 ElfSectionBuilder* section_; member
189 const ElfSectionBuilder* section_; member