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

  /toolchain/binutils/binutils-2.25/gold/
object.cc 556 sh_name = shdr.get_sh_name();
583 if (shdr.get_sh_name() == sh_name)
690 if (shdr.get_sh_name() >= names_size)
693 i, static_cast<unsigned long>(shdr.get_sh_name()));
697 const char* name = names + shdr.get_sh_name();
973 if (member_shdr.get_sh_name() < section_names_size)
974 signature = section_names + member_shdr.get_sh_name();
1033 if (member_shdr.get_sh_name() >= section_names_size)
1040 std::string mname(section_names + member_shdr.get_sh_name());
    [all...]
dynobj.cc 496 if (shdr.get_sh_name() >= sd->section_names_size)
499 i, static_cast<unsigned long>(shdr.get_sh_name()));
503 const char* name = pnames + shdr.get_sh_name();
    [all...]
incremental.cc 547 if (!shstrtab.get_c_string(shdr.get_sh_name(), &name))
    [all...]
mips.cc     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 520 sh_name = shdr.get_sh_name();
elfcpp.h 1177 get_sh_name() const function in class:elfcpp::Shdr
    [all...]

Completed in 256 milliseconds