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

  /toolchain/binutils/binutils-2.27/gold/
icf.cc 161 // SECTION_CONTENTS : Contains the section's text and relocs to sections
162 // that cannot be folded. SECTION_CONTENTS are NULL
169 std::vector<std::string>* section_contents)
183 if (section_contents == NULL)
191 contents = secn.first->section_contents(secn.second,
199 <const unsigned char*>((*section_contents)[i].c_str());
200 cksum = xcrc32(contents_array, (*section_contents)[i].length(),
267 // SECTION_CONTENTS : Store the section's text and relocs to non-ICF
277 std::vector<std::string>* section_contents)
288 contents = secn.first->section_contents(secn.second, &plen, false)
757 std::vector<std::string> section_contents; local
    [all...]
nacl.h 204 Sniff_file::Location loc = elf_file.section_contents(shndx);
incremental-dump.cc 238 Location symtab_location(elf_file.section_contents(symtab_shndx));
251 Location strtab_location(elf_file.section_contents(strtab_shndx));
dwp.cc 177 section_contents(unsigned int shndx, section_size_type* plen, bool* is_new) function in class:gold::Dwo_file
817 Object::Location loc(this->elf_file_.section_contents(shndx));
1147 this->section_contents(shndx, &index_len, &index_is_new);
    [all...]
object.cc 116 contents = object->section_contents(xindex_shndx, &bytecount, false);
181 Object::section_contents(unsigned int shndx, section_size_type* plen, function in class:gold::Object
236 const unsigned char* contents = this->section_contents(shndx, &len,
753 obj->section_contents(i, &len, false);
937 const unsigned char* symbols = this->section_contents(this->symtab_shndx_,
1007 psymnamesu = this->section_contents(this->adjust_shndx(symshdr.get_sh_link()),
    [all...]
incremental.cc 263 Location inputs_location(this->elf_file_.section_contents(inputs_shndx));
264 Location symtab_location(this->elf_file_.section_contents(symtab_shndx));
265 Location relocs_location(this->elf_file_.section_contents(relocs_shndx));
266 Location got_plt_location(this->elf_file_.section_contents(got_plt_shndx));
267 Location strtab_location(this->elf_file_.section_contents(strtab_shndx));
292 this->main_symtab_loc_ = this->elf_file_.section_contents(main_symtab_shndx);
299 this->main_strtab_loc_ = this->elf_file_.section_contents(main_strtab_shndx);
532 Location shstrndx_location(this->elf_file_.section_contents(shstrndx));
    [all...]
dynobj.h 225 Location loc(this->elf_file_.section_contents(shndx));
object.h 553 section_contents(unsigned int shndx, section_size_type* plen, bool cache);
    [all...]
plugin.cc 151 const unsigned char** section_contents,
    [all...]
reloc.cc 829 const unsigned char* p = this->section_contents(i, &len, false);
    [all...]
ehframe.cc 583 const unsigned char* pcontents = object->section_contents(shndx,
    [all...]
arm.cc     [all...]
x86_64.cc 418 this->view_ = this->object_->section_contents(this->data_shndx_,
    [all...]
aarch64.cc 2590 const unsigned char* section_contents = local
    [all...]
i386.cc     [all...]
dwarf_reader.cc     [all...]
powerpc.cc     [all...]
mips.cc     [all...]
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 67 string section_contents, table_contents; local
68 section.GetContents(&section_contents);
71 bool ret = ELFSymbolsToModule(reinterpret_cast<const uint8_t*>(section_contents.data()),
72 section_contents.size(),
85 string section_contents; member in class:ELFSymbolsToModuleTestFixture
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is
299 const unsigned char **section_contents,
  /toolchain/binutils/binutils-2.27/gold/testsuite/
binary_unittest.cc 105 const unsigned char* contents = object->section_contents(1, &len, false);
  /toolchain/binutils/binutils-2.27/include/
plugin-api.h 292 handler. This function sets *SECTION_CONTENTS to point to a buffer that is
299 const unsigned char **section_contents,
  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_file.h 208 section_contents(unsigned int shndx);
557 Elf_file<size, big_endian, File>::section_contents(unsigned int shndx) function in class:elfcpp::Elf_file
562 file->error(_("section_contents: bad shndx %u >= %u"),

Completed in 778 milliseconds