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

  /toolchain/binutils/binutils-2.25/gold/
object.cc 205 if (shdrnames.get_sh_type() != elfcpp::SHT_STRTAB)
207 static_cast<unsigned int>(shdrnames.get_sh_type()));
480 if (shdr.get_sh_type() == elfcpp::SHT_SYMTAB)
498 if (shdr.get_sh_type() == elfcpp::SHT_SYMTAB_SHNDX)
528 elfcpp::Elf_Word sh_type = shdr->get_sh_type();
687 if (shdr.get_sh_type() == elfcpp::SHT_PROGBITS
799 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB);
839 if (strtabshdr.get_sh_type() != elfcpp::SHT_STRTAB)
842 static_cast<unsigned int>(strtabshdr.get_sh_type()));
    [all...]
dynobj.cc 126 switch (shdr.get_sh_type())
177 shdr.get_sh_type(), *pi, i);
228 gold_assert(shdr.get_sh_type() == type);
256 gold_assert(dynamicshdr.get_sh_type() == elfcpp::SHT_DYNAMIC);
273 if (strtabshdr.get_sh_type() != elfcpp::SHT_STRTAB)
409 if (strtabshdr.get_sh_type() != elfcpp::SHT_STRTAB)
413 static_cast<unsigned int>(strtabshdr.get_sh_type()));
    [all...]
reloc.cc 283 unsigned int sh_type = shdr.get_sh_type();
370 gold_assert(symtabshdr.get_sh_type() == elfcpp::SHT_SYMTAB);
743 if (shdr.get_sh_type() == elfcpp::SHT_NOBITS)
748 && (shdr.get_sh_type() == elfcpp::SHT_REL
749 || shdr.get_sh_type() == elfcpp::SHT_RELA)
928 unsigned int sh_type = shdr.get_sh_type();
    [all...]
arm.cc     [all...]
layout.cc 660 elfcpp::Elf_Word sh_type = shdr.get_sh_type();
    [all...]
dwp.cc 791 if (shdrnames.get_sh_type() != elfcpp::SHT_STRTAB)
793 static_cast<unsigned int>(shdrnames.get_sh_type()));
    [all...]
aarch64.cc     [all...]
incremental.cc 555 shdr.get_sh_type(), name ? name : "<null>");
    [all...]
powerpc.cc     [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 488 if (shdr.get_sh_type() == type)
644 return shdr.get_sh_type();
elfcpp.h 1181 get_sh_type() const function in class:elfcpp::Shdr
    [all...]

Completed in 137 milliseconds