Home | History | Annotate | Download | only in runtime

Lines Matching defs:symbol_section

854       Elf_Shdr* symbol_section = FindSectionByType(section_type);
855 if (symbol_section == nullptr) {
858 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
862 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
900 Elf_Shdr* symbol_section = FindSectionByType(section_type);
901 if (symbol_section == nullptr) {
904 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
908 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
1608 Elf_Shdr* symbol_section = FindSectionByType(section_type);
1609 if (symbol_section == nullptr) {
1614 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {