Searched refs:shstrtab_section (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf-bfd.h1690 unsigned int shstrtab_section, strtab_section;
1857 #define elf_shstrtab_sec(bfd) (elf_tdata(bfd) -> o->shstrtab_section)
1688 unsigned int shstrtab_section, strtab_section; member in struct:output_elf_obj_tdata
/haiku-buildtools/binutils/gold/
H A Dlayout.h1078 create_shdrs(const Output_section* shstrtab_section, off_t*);
H A Dlayout.cc2837 Output_section* shstrtab_section = this->create_shstrtab();
2848 this->create_shdrs(shstrtab_section, &off);
2861 file_header->set_section_info(this->section_headers_, shstrtab_section);
4206 Layout::create_shdrs(const Output_section* shstrtab_section, off_t* poff)
4214 shstrtab_section);
H A Doutput.cc184 const Output_section* shstrtab_section)
190 shstrtab_section_(shstrtab_section)
178 Output_section_headers( const Layout* layout, const Layout::Segment_list* segment_list, const Layout::Section_list* section_list, const Layout::Section_list* unattached_section_list, const Stringpool* secnamepool, const Output_section* shstrtab_section) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Delf-bfd.h1255 unsigned int symtab_section, shstrtab_section;
1253 unsigned int symtab_section, shstrtab_section; member in struct:elf_obj_tdata
H A Delf.c2994 t->shstrtab_section = section_number++;
2996 elf_elfheader (abfd)->e_shstrndx = t->shstrtab_section;
3044 i_shdrp[t->shstrtab_section] = &t->shstrtab_hdr;
6010 else if (shndx == elf_tdata (ibfd)->shstrtab_section)
6189 shndx = elf_tdata (abfd)->shstrtab_section;

Completed in 200 milliseconds