Lines Matching refs:section
93 ElfSection section = ElfSection(s.first);
94 if (!section.ShouldDumpToAOTFile()) {
168 uint32_t ElfBuilder::GetShIndex(ElfSecName section) const
173 if (sec == section) {
183 return sections_.size() + 1; // add first empty section.
200 Start of section headers: 64 (bytes into file)
205 Size of section headers: 64 (bytes)
206 Number of section headers: 7
239 // start of section headers
243 // size of section headers
245 // number of section headers
247 // section header string table index
249 // section header stub sec info index
261 ElfSection section = ElfSection(s.first);
262 if (!section.ShouldDumpToAOTFile()) {
277 ElfSection section = ElfSection(s.first);
278 if (!section.ShouldDumpToAOTFile()) {
515 section of aot.an layout as follows:
516 There are 7 section headers, starting at offset 0x40:
528 section of stub.an layout as follows:
529 There are 7 section headers, starting at offset 0x40:
550 uint32_t secNum = sections.size() + 1; // 1 : section id = 0 is null section
562 ElfSection section = ElfSection(secName);
563 if (!section.ShouldDumpToAOTFile()) {
572 // text section address needs 16 bytes alignment
580 curShdr.sh_type = section.Type();
581 curShdr.sh_flags = section.Flag();
585 curShdr.sh_link = static_cast<uint32_t>(section.Link());
632 LOG_ECMA(FATAL) << "this section should not dump to an file";
640 curShdr.sh_entsize = static_cast<uint64_t>(section.Entsize());
704 ElfSection section = ElfSection(s.first);
705 if (!section.ShouldDumpToAOTFile()) {