Home | History | Annotate | Download | only in runtime

Lines Matching defs:symbol_section

859       Elf_Shdr* symbol_section = FindSectionByType(section_type);
860 if (symbol_section == nullptr) {
863 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
867 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
905 Elf_Shdr* symbol_section = FindSectionByType(section_type);
906 if (symbol_section == nullptr) {
909 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
913 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
1613 Elf_Shdr* symbol_section = FindSectionByType(section_type);
1614 if (symbol_section == nullptr) {
1619 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {