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

  /external/google-breakpad/src/common/linux/
elfutils-inl.h 50 const char* section_names,
62 const char* section_name = section_names + sections[i].sh_name;
elfutils.cc 62 const Shdr* section_names = sections + elf_header->e_shstrndx; local
64 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset);
65 const char *names_end = names + section_names->sh_size;
elfutils.h 92 const char* section_names,
dump_symbols.cc 246 const Shdr* section_names = sections + elf_header->e_shstrndx; local
250 section_names->sh_offset) +
607 const Shdr* section_names = sections + elf_header->e_shstrndx; local
609 GetOffset<ElfClass, char>(elf_header, section_names->sh_offset);
610 const char *names_end = names + section_names->sh_size;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/testsuite/
binary_unittest.cc 115 delete sd.section_names;
116 sd.section_names = NULL;
  /toolchain/binutils/binutils-2.25/gold/
object.cc 57 if (this->section_names != NULL)
58 delete this->section_names;
211 sd->section_names = this->get_lasting_view(shdrnames.get_sh_offset(),
285 memcpy(gc_sd->section_names_data, sd->section_names->data(),
737 const unsigned char* namesu = sd->section_names->data();
900 const char* section_names,
974 signature = section_names + member_shdr.get_sh_name();
1040 std::string mname(section_names + member_shdr.get_sh_name());
    [all...]
dynobj.cc 377 const unsigned char* namesu = sd->section_names->data();
487 const unsigned char* pnamesu = sd->section_names->data();
511 delete sd->section_names;
512 sd->section_names = NULL;
    [all...]
object.h 60 : section_headers(NULL), section_names(NULL), symbols(NULL),
69 File_view* section_names; member in struct:gold::Read_symbols_data
    [all...]
powerpc.cc     [all...]
mips.cc     [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader_cfi_unittest.cc     [all...]

Completed in 289 milliseconds