Searched refs:sect_name (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/libvtv/
H A Dvtv_rts.cc436 const char *sect_name,
457 int name_len = strlen (sect_name);
513 if (memcmp (header_name, sect_name, name_len) == 0)
558 const char *sect_name,
597 int name_len = strlen (sect_name);
660 if (memcmp (header_name, sect_name, name_len) == 0)
434 read_section_offset_and_length(char *name, uintptr_t addr, const char *sect_name, int mprotect_flags, off_t *sect_offset, WORD *sect_len) argument
557 read_section_offset_and_length(struct dl_phdr_info *info, const char *sect_name, int mprotect_flags, off_t *sect_offset, ElfW (Word) *sect_len) argument
/haiku-buildtools/binutils/gold/
H A Ddwp.cc642 write_index(const char* sect_name, const Dwp_index& index);
858 std::string sect_name = this->section_name(i); local
859 const char* suffix = sect_name.c_str();
909 std::string sect_name = this->section_name(i); local
910 const char* suffix = sect_name.c_str();
1002 std::string sect_name = this->section_name(i); local
1003 const char* suffix = sect_name.c_str();
1971 Dwp_output_file::write_index(const char* sect_name, const Dwp_index& index) argument
2070 this->write_new_section(sect_name, buf, index_size, sizeof(uint64_t));
/haiku-buildtools/legacy/binutils/binutils/
H A Dobjdump.c2123 read_section_stabs (bfd *abfd, const char *sect_name, bfd_size_type *size_ptr)
2129 stabsect = bfd_get_section_by_name (abfd, sect_name);
2132 printf (_("No %s section present\n\n"), sect_name);
2142 sect_name, bfd_get_filename (abfd),
2117 read_section_stabs(bfd *abfd, const char *sect_name, bfd_size_type *size_ptr) argument
/haiku-buildtools/binutils/binutils/
H A Dobjdump.c2637 read_section_stabs (bfd *abfd, const char *sect_name, bfd_size_type *size_ptr)
2643 stabsect = bfd_get_section_by_name (abfd, sect_name);
2646 printf (_("No %s section present\n\n"), sect_name);
2656 sect_name, bfd_get_filename (abfd),
2630 read_section_stabs(bfd *abfd, const char *sect_name, bfd_size_type *size_ptr) argument

Completed in 119 milliseconds