HomeSort by: relevance | last modified time | path
    Searched refs:symtype (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
symtypetab-nonlinker-writeout.c 31 ctf_id_t symtype; local
75 while ((symtype = ctf_symbol_next (fp, &i, &symname, 0)) != CTF_ERR)
77 if (symtype == base && strcmp (symname, "data_c") == 0)
79 if (symtype == base2 && strcmp (symname, "data_a") == 0)
81 if (symtype == base3 && strcmp (symname, "data_b") == 0)
88 while ((symtype = ctf_symbol_next (fp, &i, &symname, 1)) != CTF_ERR)
90 if (symtype == func && strcmp (symname, "func_c") == 0)
92 if (symtype == func2 && strcmp (symname, "func_a") == 0)
94 if (symtype == func3 && strcmp (symname, "func_b") == 0)
185 while ((symtype = ctf_symbol_next (fp, &i, &symname, 0)) != CTF_ERR
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/
symtypetab-nonlinker-writeout.c 31 ctf_id_t symtype; local
75 while ((symtype = ctf_symbol_next (fp, &i, &symname, 0)) != CTF_ERR)
77 if (symtype == base && strcmp (symname, "data_c") == 0)
79 if (symtype == base2 && strcmp (symname, "data_a") == 0)
81 if (symtype == base3 && strcmp (symname, "data_b") == 0)
88 while ((symtype = ctf_symbol_next (fp, &i, &symname, 1)) != CTF_ERR)
90 if (symtype == func && strcmp (symname, "func_c") == 0)
92 if (symtype == func2 && strcmp (symname, "func_a") == 0)
94 if (symtype == func3 && strcmp (symname, "func_b") == 0)
185 while ((symtype = ctf_symbol_next (fp, &i, &symname, 0)) != CTF_ERR
    [all...]
  /src/sys/dev/microcode/aic7xxx/
aicasm_symbol.h 66 } symtype; typedef in typeref:enum:__anon3179
130 symtype type;
aicasm_gram.y 75 static symtype cur_symtype;
  /src/external/gpl3/binutils/dist/bfd/
elfnn-ia64.c 416 char symtype;
493 symtype = ELF_ST_TYPE (isym->st_info);
539 symtype = h->type;
560 if (symtype == STT_SECTION)
565 if (symtype != STT_SECTION)
413 char symtype; local
elfnn-loongarch.c 6184 char symtype; local
6345 symtype = ELF_ST_TYPE (sym->st_info);
6399 symtype = h->type;
6405 if (symtype == STT_SECTION)
6410 if (symtype != STT_SECTION)
elfnn-riscv.c 5530 char symtype; local
5624 symtype = ELF_ST_TYPE (isym->st_info);
5694 symtype = h->type;
5716 if (symtype == STT_SECTION)
5721 if (symtype != STT_SECTION)
mach-o.c 3740 unsigned int symtype = -1; local
3756 symtype = type & BFD_MACH_O_N_TYPE;
3814 switch (symtype)
3872 "setting to undefined"), s->symbol.name, symtype); local
elf64-ppc.c 3074 unsigned char symtype;
3402 eh->symtype = 0;
12054 if (stub_entry->symtype == STT_GNU_IFUNC)
12180 if (stub_entry->symtype == STT_GNU_IFUNC)
12552 if (stub_entry->symtype == STT_GNU_IFUNC)
12627 if (stub_entry->symtype == STT_GNU_IFUNC)
14226 stub_entry->symtype
3070 unsigned char symtype; member in struct:ppc_stub_hash_entry
  /src/external/gpl3/binutils.old/dist/bfd/
elfnn-ia64.c 416 char symtype;
493 symtype = ELF_ST_TYPE (isym->st_info);
539 symtype = h->type;
560 if (symtype == STT_SECTION)
567 if (symtype != STT_SECTION)
413 char symtype; local
elfnn-loongarch.c 5798 char symtype; local
5939 symtype = ELF_ST_TYPE (sym->st_info);
5993 symtype = h->type;
5999 if (symtype == STT_SECTION)
6006 if (symtype != STT_SECTION)
elfnn-riscv.c 5431 char symtype; local
5523 symtype = ELF_ST_TYPE (isym->st_info);
5593 symtype = h->type;
5615 if (symtype == STT_SECTION)
5622 if (symtype != STT_SECTION)
mach-o.c 3739 unsigned int symtype = -1; local
3755 symtype = type & BFD_MACH_O_N_TYPE;
3813 switch (symtype)
3871 "setting to undefined"), s->symbol.name, symtype); local
elf64-ppc.c 3082 unsigned char symtype;
3410 eh->symtype = 0;
12051 if (stub_entry->symtype == STT_GNU_IFUNC)
12177 if (stub_entry->symtype == STT_GNU_IFUNC)
12549 if (stub_entry->symtype == STT_GNU_IFUNC)
12624 if (stub_entry->symtype == STT_GNU_IFUNC)
14224 stub_entry->symtype
3078 unsigned char symtype; member in struct:ppc_stub_hash_entry
  /src/external/gpl3/gdb/dist/bfd/
elfnn-ia64.c 416 char symtype;
493 symtype = ELF_ST_TYPE (isym->st_info);
539 symtype = h->type;
560 if (symtype == STT_SECTION)
567 if (symtype != STT_SECTION)
413 char symtype; local
elfnn-loongarch.c 5480 char symtype; local
5619 symtype = ELF_ST_TYPE (sym->st_info);
5670 symtype = h->type;
5676 if (symtype == STT_SECTION)
5683 if (symtype != STT_SECTION)
elfnn-riscv.c 5196 char symtype; local
5288 symtype = ELF_ST_TYPE (isym->st_info);
5358 symtype = h->type;
5380 if (symtype == STT_SECTION)
5387 if (symtype != STT_SECTION)
mach-o.c 3737 unsigned int symtype = -1; local
3753 symtype = type & BFD_MACH_O_N_TYPE;
3811 switch (symtype)
3869 "setting to undefined"), s->symbol.name, symtype); local
elf64-ppc.c 3082 unsigned char symtype;
3410 eh->symtype = 0;
12034 if (stub_entry->symtype == STT_GNU_IFUNC)
12160 if (stub_entry->symtype == STT_GNU_IFUNC)
12532 if (stub_entry->symtype == STT_GNU_IFUNC)
12607 if (stub_entry->symtype == STT_GNU_IFUNC)
14207 stub_entry->symtype
3078 unsigned char symtype; member in struct:ppc_stub_hash_entry
  /src/external/gpl3/gdb.old/dist/bfd/
elfnn-ia64.c 416 char symtype;
493 symtype = ELF_ST_TYPE (isym->st_info);
539 symtype = h->type;
560 if (symtype == STT_SECTION)
567 if (symtype != STT_SECTION)
413 char symtype; local
elfnn-loongarch.c 4699 char symtype; local
4752 symtype = ELF_ST_TYPE (sym->st_info);
4798 symtype = h->type;
4804 if (symtype == STT_SECTION)
4811 if (symtype != STT_SECTION)
elfnn-riscv.c 5149 char symtype; local
5241 symtype = ELF_ST_TYPE (isym->st_info);
5311 symtype = h->type;
5333 if (symtype == STT_SECTION)
5340 if (symtype != STT_SECTION)
mach-o.c 3746 unsigned int symtype = -1; local
3762 symtype = type & BFD_MACH_O_N_TYPE;
3820 switch (symtype)
3878 "setting to undefined"), s->symbol.name, symtype); local
  /src/external/mpl/bind/dist/lib/isccc/
cc.c 51 #include <isccc/symtype.h>
  /src/external/mpl/bind/dist/lib/isccfg/
check.c 6475 unsigned int symtype; local
6490 symtype = vclass + 1;
6493 tresult = isc_symtab_define(symtab, key, symtype,
6500 symtype,

Completed in 158 milliseconds

1 2