Home | History | Annotate | Download | only in linux

Lines Matching refs:sections

242   // Build a map of the ELF file's sections.
243 const Shdr* sections =
246 const Shdr* section_names = sections + elf_header->e_shstrndx;
248 const Shdr* section = &sections[i];
525 // Keeps track of which sections have been loaded so sections don't
580 std::set<string> loaded_sections_; // Tracks the Loaded ELF sections
605 const Shdr* sections =
607 const Shdr* section_names = sections + elf_header->e_shstrndx;
619 sections, names, names_end,
622 const Shdr* stabstr_section = stab_section->sh_link + sections;
639 sections, names, names_end,
655 sections, names, names_end,
659 sections, names, names_end,
687 sections, names, names_end,
705 sections, names, names_end,
709 // certain sections. Provide those sections if present.
712 sections, names, names_end,
716 sections, names, names_end,
730 " (no \".stab\" or \".debug_info\" sections)\n",
737 sections, names,