Home
last modified time | relevance | path

Searched refs:sect_name (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/
Ddwp.cc642 write_index(const char* sect_name, const Dwp_index& index);
858 std::string sect_name = this->section_name(i); in read_executable() local
859 const char* suffix = sect_name.c_str(); in read_executable()
909 std::string sect_name = this->section_name(i); in read() local
910 const char* suffix = sect_name.c_str(); in read()
1002 std::string sect_name = this->section_name(i); in verify() local
1003 const char* suffix = sect_name.c_str(); in verify()
1971 Dwp_output_file::write_index(const char* sect_name, const Dwp_index& index) in write_index() argument
2070 this->write_new_section(sect_name, buf, index_size, sizeof(uint64_t)); in write_index()
/toolchain/binutils/binutils-2.27/binutils/
Dobjdump.c2557 read_section_stabs (bfd *abfd, const char *sect_name, bfd_size_type *size_ptr) in read_section_stabs() argument
2563 stabsect = bfd_get_section_by_name (abfd, sect_name); in read_section_stabs()
2566 printf (_("No %s section present\n\n"), sect_name); in read_section_stabs()
2576 sect_name, bfd_get_filename (abfd), in read_section_stabs()