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.27/gold/
object.cc 604 sh_name = shdr.get_sh_name();
631 if (shdr.get_sh_name() == sh_name)
736 if (shdr.get_sh_name() >= names_size)
739 i, static_cast<unsigned long>(shdr.get_sh_name()));
743 const char* name = names + shdr.get_sh_name();
1037 if (member_shdr.get_sh_name() < section_names_size
    [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.27/elfcpp/
elfcpp_file.h 520 sh_name = shdr.get_sh_name();
elfcpp.h 1207 get_sh_name() const function in class:elfcpp::Shdr
    [all...]

Completed in 267 milliseconds