Home
last modified time | relevance | path

Searched refs:symtype (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dsymtypetab-nonlinker-writeout.c31 ctf_id_t symtype; in try_maybe_reporting() local
75 while ((symtype = ctf_symbol_next (fp, &i, &symname, 0)) != CTF_ERR) in try_maybe_reporting()
77 if (symtype == base && strcmp (symname, "data_c") == 0) in try_maybe_reporting()
79 if (symtype == base2 && strcmp (symname, "data_a") == 0) in try_maybe_reporting()
81 if (symtype == base3 && strcmp (symname, "data_b") == 0) in try_maybe_reporting()
88 while ((symtype = ctf_symbol_next (fp, &i, &symname, 1)) != CTF_ERR) in try_maybe_reporting()
90 if (symtype == func && strcmp (symname, "func_c") == 0) in try_maybe_reporting()
92 if (symtype == func2 && strcmp (symname, "func_a") == 0) in try_maybe_reporting()
94 if (symtype == func3 && strcmp (symname, "func_b") == 0) in try_maybe_reporting()
185 while ((symtype = ctf_symbol_next (fp, &i, &symname, 0)) != CTF_ERR) in try_maybe_reporting()
[all …]
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daicasm_symbol.h66 } symtype; typedef
130 symtype type;
H A Daicasm_gram.y75 static symtype cur_symtype;
/netbsd-src/external/mpl/bind/dist/lib/isccc/
H A DMakefile.am13 include/isccc/symtype.h \
H A DMakefile.in512 include/isccc/symtype.h \
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dmkdef.pl1251 my $symtype=
1255 ? " ,$s_uc/$s=$symtype -\n ,$s=$symtype -\n"
1256 : " ,$s=$symtype -\n ,SPARE -\n");
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delfnn-ia64.c412 char symtype; in elfNN_ia64_relax_section() local
489 symtype = ELF_ST_TYPE (isym->st_info); in elfNN_ia64_relax_section()
535 symtype = h->type; in elfNN_ia64_relax_section()
556 if (symtype == STT_SECTION) in elfNN_ia64_relax_section()
563 if (symtype != STT_SECTION) in elfNN_ia64_relax_section()
H A Delfnn-riscv.c4739 char symtype; in _bfd_riscv_relax_section() local
4828 symtype = ELF_ST_TYPE (isym->st_info); in _bfd_riscv_relax_section()
4892 symtype = h->type; in _bfd_riscv_relax_section()
4914 if (symtype == STT_SECTION) in _bfd_riscv_relax_section()
4921 if (symtype != STT_SECTION) in _bfd_riscv_relax_section()
H A Dmach-o.c3729 unsigned int symtype = -1; in bfd_mach_o_read_symtab_symbol() local
3745 symtype = type & BFD_MACH_O_N_TYPE; in bfd_mach_o_read_symtab_symbol()
3803 switch (symtype) in bfd_mach_o_read_symtab_symbol()
3861 "setting to undefined"), s->symbol.name, symtype); in bfd_mach_o_read_symtab_symbol()
H A Delf64-ppc.c3082 unsigned char symtype; member
3410 eh->symtype = 0; in stub_hash_newfunc()
12007 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_build_one_stub()
12133 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_build_one_stub()
12507 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_size_one_stub()
12582 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_size_one_stub()
14183 stub_entry->symtype in ppc64_elf_size_stubs()
H A DChangeLog-20192062 (_bfd_riscv_relax_section): New local symtype. Set sym_sec and
2063 symtype consistently. Don't include sec_addr (sym_sec) in symval.
H A DChangeLog-20183096 (struct ppc_stub_hash_entry): Add symtype field.
3108 (ppc64_elf_size_stubs): Set symtype.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delfnn-ia64.c413 char symtype; in elfNN_ia64_relax_section() local
490 symtype = ELF_ST_TYPE (isym->st_info); in elfNN_ia64_relax_section()
536 symtype = h->type; in elfNN_ia64_relax_section()
557 if (symtype == STT_SECTION) in elfNN_ia64_relax_section()
564 if (symtype != STT_SECTION) in elfNN_ia64_relax_section()
H A Delfnn-riscv.c5039 char symtype; in _bfd_riscv_relax_section() local
5131 symtype = ELF_ST_TYPE (isym->st_info); in _bfd_riscv_relax_section()
5201 symtype = h->type; in _bfd_riscv_relax_section()
5223 if (symtype == STT_SECTION) in _bfd_riscv_relax_section()
5230 if (symtype != STT_SECTION) in _bfd_riscv_relax_section()
H A Delfnn-loongarch.c4539 char symtype; in loongarch_elf_relax_section() local
4591 symtype = ELF_ST_TYPE (sym->st_info); in loongarch_elf_relax_section()
4639 symtype = h->type; in loongarch_elf_relax_section()
4645 if (symtype == STT_SECTION) in loongarch_elf_relax_section()
4652 if (symtype != STT_SECTION) in loongarch_elf_relax_section()
H A Dmach-o.c3746 unsigned int symtype = -1; in bfd_mach_o_read_symtab_symbol() local
3762 symtype = type & BFD_MACH_O_N_TYPE; in bfd_mach_o_read_symtab_symbol()
3820 switch (symtype) in bfd_mach_o_read_symtab_symbol()
3878 "setting to undefined"), s->symbol.name, symtype); in bfd_mach_o_read_symtab_symbol()
H A Delf64-ppc.c3083 unsigned char symtype; member
3411 eh->symtype = 0; in stub_hash_newfunc()
12033 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_build_one_stub()
12159 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_build_one_stub()
12531 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_size_one_stub()
12606 if (stub_entry->symtype == STT_GNU_IFUNC) in ppc_size_one_stub()
14202 stub_entry->symtype in ppc64_elf_size_stubs()
H A DChangeLog-20192062 (_bfd_riscv_relax_section): New local symtype. Set sym_sec and
2063 symtype consistently. Don't include sec_addr (sym_sec) in symval.
H A DChangeLog-20183096 (struct ppc_stub_hash_entry): Add symtype field.
3108 (ppc64_elf_size_stubs): Set symtype.
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20192062 (_bfd_riscv_relax_section): New local symtype. Set sym_sec and
2063 symtype consistently. Don't include sec_addr (sym_sec) in symval.
H A DChangeLog-20183096 (struct ppc_stub_hash_entry): Add symtype field.
3108 (ppc64_elf_size_stubs): Set symtype.
H A DChangeLog-91931699 * bfd-in.h (symtype): Deleted typedef.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20192062 (_bfd_riscv_relax_section): New local symtype. Set sym_sec and
2063 symtype consistently. Don't include sec_addr (sym_sec) in symval.
H A DChangeLog-20183096 (struct ppc_stub_hash_entry): Add symtype field.
3108 (ppc64_elf_size_stubs): Set symtype.

12