Searched refs:st_type (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dsymtypetab-nonlinker-writeout.c14 uint32_t idx, uint32_t st_type)
18 sym->st_type = st_type;
13 report_sym(ctf_dict_t *fp, ctf_link_sym_t *sym, const char *name, uint32_t idx, uint32_t st_type) argument
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-serialize.c77 || (sym->st_type == STT_OBJECT && sym->st_shndx == SHN_EXTABS
134 && sym->st_type != STT_FUNC)
136 && sym->st_type != STT_OBJECT))
182 && sym->st_type != STT_FUNC)
188 sym->st_name, sym->st_symidx, sym->st_type);
193 && sym->st_type != STT_OBJECT)
199 sym->st_name, sym->st_symidx, sym->st_type);
302 && this_link_sym->st_type != STT_FUNC)
304 && this_link_sym->st_type != STT_OBJECT))
316 if ((this_link_sym->st_type
[all...]
H A Dctf-util.c145 dst->st_type = ELF32_ST_TYPE (tmp.st_info);
185 dst->st_type = ELF32_ST_TYPE (tmp.st_info);
H A Dctf-link.c1631 if (sym->st_type != STT_OBJECT && sym->st_type != STT_FUNC)
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-serialize.c77 || (sym->st_type == STT_OBJECT && sym->st_shndx == SHN_EXTABS
134 && sym->st_type != STT_FUNC)
136 && sym->st_type != STT_OBJECT))
182 && sym->st_type != STT_FUNC)
188 sym->st_name, sym->st_symidx, sym->st_type);
193 && sym->st_type != STT_OBJECT)
199 sym->st_name, sym->st_symidx, sym->st_type);
302 && this_link_sym->st_type != STT_FUNC)
304 && this_link_sym->st_type != STT_OBJECT))
316 if ((this_link_sym->st_type
[all...]
H A Dctf-util.c145 dst->st_type = ELF32_ST_TYPE (tmp.st_info);
185 dst->st_type = ELF32_ST_TYPE (tmp.st_info);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-serialize.c77 || (sym->st_type == STT_OBJECT && sym->st_shndx == SHN_EXTABS
134 && sym->st_type != STT_FUNC)
136 && sym->st_type != STT_OBJECT))
182 && sym->st_type != STT_FUNC)
188 sym->st_name, sym->st_symidx, sym->st_type);
193 && sym->st_type != STT_OBJECT)
199 sym->st_name, sym->st_symidx, sym->st_type);
302 && this_link_sym->st_type != STT_FUNC)
304 && this_link_sym->st_type != STT_OBJECT))
316 if ((this_link_sym->st_type
[all...]
H A Dctf-util.c145 dst->st_type = ELF32_ST_TYPE (tmp.st_info);
185 dst->st_type = ELF32_ST_TYPE (tmp.st_info);
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldelfgen.c170 dest->st_type = ELF_ST_TYPE (arg->syms[arg->next_i].sym.st_info);
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudiovar.h127 enum hdaudio_stream_type st_type; member in struct:hdaudio_stream
H A Dhdaudio.c90 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_ISS;
96 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_OSS;
102 sc->sc_stream[cnt++].st_type = HDAUDIO_STREAM_BSS;
773 switch (st->st_type) {
1041 if (st->st_type != type)
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dincremental.cc2169 elfcpp::STT st_type = gsym.get_st_type();
2191 if (st_type != elfcpp::STT_TLS)
2200 osym.put_st_info(st_bind, st_type);
2221 v, symsize, st_type, st_bind,
2234 os, v, symsize, st_type, st_bind,
2640 static_cast<elfcpp::STT>(lsym.st_type));
2655 static_cast<elfcpp::STT>(lsym.st_type));
2775 elfcpp::STT st_type = gsym.get_st_type();
2799 osym.put_st_info(st_bind, st_type);
H A Dincremental.h1850 st_type(type_), output_dynsym_index(0),
1862 unsigned int st_type : 4; member in struct:gold::Sized_relobj_incr::Local_symbol
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dincremental.cc2164 elfcpp::STT st_type = gsym.get_st_type();
2186 if (st_type != elfcpp::STT_TLS)
2195 osym.put_st_info(st_bind, st_type);
2215 v, symsize, st_type, st_bind,
2228 os, v, symsize, st_type, st_bind,
2634 static_cast<elfcpp::STT>(lsym.st_type));
2649 static_cast<elfcpp::STT>(lsym.st_type));
2770 elfcpp::STT st_type = gsym.get_st_type();
2794 osym.put_st_info(st_bind, st_type);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dincremental.cc2169 elfcpp::STT st_type = gsym.get_st_type();
2191 if (st_type != elfcpp::STT_TLS)
2200 osym.put_st_info(st_bind, st_type);
2221 v, symsize, st_type, st_bind,
2234 os, v, symsize, st_type, st_bind,
2640 static_cast<elfcpp::STT>(lsym.st_type));
2655 static_cast<elfcpp::STT>(lsym.st_type));
2775 elfcpp::STT st_type = gsym.get_st_type();
2799 osym.put_st_info(st_bind, st_type);
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldelfgen.c443 lsym.st_type = ELF_ST_TYPE (sym->st_info);
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldelfgen.c442 lsym.st_type = ELF_ST_TYPE (sym->st_info);
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dctf-api.h85 uint32_t st_type; member in struct:ctf_link_sym
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dctf-api.h77 uint32_t st_type; member in struct:ctf_link_sym
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dctf-api.h85 uint32_t st_type; member in struct:ctf_link_sym
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h85 uint32_t st_type; member in struct:ctf_link_sym
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-csky.c1144 unsigned char st_type; member in struct:elf32_csky_stub_hash_entry
1355 unsigned char st_type,
1370 if (st_type == STT_SECTION)
3512 unsigned char st_type;
3565 st_type = ELF_ST_TYPE (sym->st_info);
3610 st_type = ELF_ST_TYPE (hash->elf.type);
3617 st_type, hash,
3655 stub_entry->st_type = st_type;
1352 csky_type_of_stub(struct bfd_link_info *info, asection *input_sec, const Elf_Internal_Rela *rel, unsigned char st_type, struct csky_elf_link_hash_entry *hash, bfd_vma destination, asection *sym_sec ATTRIBUTE_UNUSED, bfd *input_bfd ATTRIBUTE_UNUSED, const char *name ATTRIBUTE_UNUSED) argument
3523 unsigned char st_type; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-csky.c1144 unsigned char st_type; member in struct:elf32_csky_stub_hash_entry
1355 unsigned char st_type,
1370 if (st_type == STT_SECTION)
3491 unsigned char st_type; local
3544 st_type = ELF_ST_TYPE (sym->st_info);
3589 st_type = ELF_ST_TYPE (hash->elf.type);
3596 st_type, hash,
3634 stub_entry->st_type = st_type;
1352 csky_type_of_stub(struct bfd_link_info *info, asection *input_sec, const Elf_Internal_Rela *rel, unsigned char st_type, struct csky_elf_link_hash_entry *hash, bfd_vma destination, asection *sym_sec ATTRIBUTE_UNUSED, bfd *input_bfd ATTRIBUTE_UNUSED, const char *name ATTRIBUTE_UNUSED) argument
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-csky.c1144 unsigned char st_type; member in struct:elf32_csky_stub_hash_entry
1355 unsigned char st_type,
1370 if (st_type == STT_SECTION)
3523 unsigned char st_type; local
3576 st_type = ELF_ST_TYPE (sym->st_info);
3621 st_type = ELF_ST_TYPE (hash->elf.type);
3628 st_type, hash,
3666 stub_entry->st_type = st_type;
1352 csky_type_of_stub(struct bfd_link_info *info, asection *input_sec, const Elf_Internal_Rela *rel, unsigned char st_type, struct csky_elf_link_hash_entry *hash, bfd_vma destination, asection *sym_sec ATTRIBUTE_UNUSED, bfd *input_bfd ATTRIBUTE_UNUSED, const char *name ATTRIBUTE_UNUSED) argument
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-csky.c1144 unsigned char st_type; member in struct:elf32_csky_stub_hash_entry
1355 unsigned char st_type,
1370 if (st_type == STT_SECTION)
3523 unsigned char st_type; local
3576 st_type = ELF_ST_TYPE (sym->st_info);
3621 st_type = ELF_ST_TYPE (hash->elf.type);
3628 st_type, hash,
3666 stub_entry->st_type = st_type;
1352 csky_type_of_stub(struct bfd_link_info *info, asection *input_sec, const Elf_Internal_Rela *rel, unsigned char st_type, struct csky_elf_link_hash_entry *hash, bfd_vma destination, asection *sym_sec ATTRIBUTE_UNUSED, bfd *input_bfd ATTRIBUTE_UNUSED, const char *name ATTRIBUTE_UNUSED) argument

Completed in 397 milliseconds

12