HomeSort by relevance Sort by last modified time
    Searched defs:symbol_section (Results 1 - 2 of 2) sorted by null

  /art/runtime/
elf_file.cc 859 Elf_Shdr* symbol_section = FindSectionByType(section_type); local
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); local
1613 Elf_Shdr* symbol_section = FindSectionByType(section_type); local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 58 Sized_elf_reloc_mapper<size, big_endian>::symbol_section( function in class:gold::Sized_elf_reloc_mapper
83 unsigned int target_shndx = this->symbol_section(symndx, &value,
    [all...]

Completed in 449 milliseconds