Searched refs:strtab (Results 151 - 156 of 156) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/
H A Doutput.h916 Output_data_strtab(Stringpool* strtab) argument
917 : Output_section_data(1), strtab_(strtab)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dev/fbt/
H A Dfbt.c762 name = mc->strtab + symp->st_name;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoff-rs6000.c3607 _bfd_xcoff_put_symbol_name (bfd *abfd, struct bfd_strtab_hash *strtab,
3623 indx = _bfd_stringtab_add (strtab, name, hash, FALSE);
3601 _bfd_xcoff_put_symbol_name(bfd *abfd, struct bfd_strtab_hash *strtab, struct internal_syment *sym, const char *name) argument
H A Delf.c1754 just in case this strtab section appeared before the above. */
2146 { STRING_COMMA_LEN (".strtab"), 0, SHT_STRTAB, 0 },
3412 struct bfd_strtab_hash *strtab = NULL;
3449 if (! swap_out_syms (abfd, &strtab, relocatable_p))
3495 /* Now that we know where the .strtab section goes, write it
3498 || ! _bfd_stringtab_emit (abfd, strtab))
3500 _bfd_stringtab_free (strtab);
4977 We also don't set the positions of the .symtab and .strtab here. */
5134 (unsigned int) _bfd_elf_strtab_add (shstrtab, ".strtab", FALSE);
3410 struct bfd_strtab_hash *strtab = NULL; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoff-rs6000.c3607 _bfd_xcoff_put_symbol_name (bfd *abfd, struct bfd_strtab_hash *strtab,
3623 indx = _bfd_stringtab_add (strtab, name, hash, FALSE);
3601 _bfd_xcoff_put_symbol_name(bfd *abfd, struct bfd_strtab_hash *strtab, struct internal_syment *sym, const char *name) argument
H A Delf.c1752 just in case this strtab section appeared before the above. */
2144 { STRING_COMMA_LEN (".strtab"), 0, SHT_STRTAB, 0 },
3417 struct bfd_strtab_hash *strtab = NULL;
3454 if (! swap_out_syms (abfd, &strtab, relocatable_p))
3500 /* Now that we know where the .strtab section goes, write it
3503 || ! _bfd_stringtab_emit (abfd, strtab))
3505 _bfd_stringtab_free (strtab);
4968 We also don't set the positions of the .symtab and .strtab here. */
5125 (unsigned int) _bfd_elf_strtab_add (shstrtab, ".strtab", FALSE);
3415 struct bfd_strtab_hash *strtab = NULL; local

Completed in 277 milliseconds

1234567