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

  /art/runtime/
elf_file.cc 858 Elf_Shdr* symbol_section = FindSectionByType(section_type); local
859 if (symbol_section == nullptr) {
862 Elf_Shdr* string_section = GetSectionHeader(symbol_section->sh_link);
866 for (uint32_t i = 0; i < GetSymbolNum(*symbol_section); i++) {
904 Elf_Shdr* symbol_section = FindSectionByType(section_type); local
1612 Elf_Shdr* symbol_section = FindSectionByType(section_type); local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-sh.c 132 bfd_vma addr, asection *symbol_section,
151 last_symbol_section = symbol_section;
158 if (! symbol_section || last_symbol_section != symbol_section || end < start)
161 /* Get the symbol_section contents. */
162 if (symbol_section != input_section)
164 if (elf_section_data (symbol_section)->this_hdr.contents != NULL)
165 contents = elf_section_data (symbol_section)->this_hdr.contents;
168 if (!bfd_malloc_and_get_section (input_bfd, symbol_section,
208 && elf_section_data (symbol_section)->this_hdr.contents != contents
    [all...]
elf32-avr.c     [all...]
elf32-m32r.c 92 asection *symbol_section ATTRIBUTE_UNUSED,
    [all...]
elf32-nds32.c     [all...]
  /toolchain/binutils/binutils-2.27/gold/
dwarf_reader.h 153 symbol_section(unsigned int symndx, Address* value, bool* is_ordinary);
    [all...]
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 985 milliseconds