Searched defs:last_section (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/relocation_packer/src/
H A Delf_file.cc460 Elf_Scn* last_section = NULL; local
473 last_section = section;
476 LOG_IF(FATAL, !last_section)
479 return last_section;
580 Elf_Scn* last_section =
583 section_header = ELF::getshdr(last_section);
592 Elf_Scn* end_section = elf_nextscn(elf, last_section);
659 Elf_Scn* last_section =
665 const ELF::Shdr* section_header = ELF::getshdr(last_section);
670 const ELF::Shdr* last_section_header = ELF::getshdr(last_section);
[all...]

Completed in 318 milliseconds