Searched refs:symtype (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr67226.c3 int type, value, symtype, symflags, marker; member in struct:assembly_operand
29 to_input.symtype = 2;
35 from_input.symtype = 7;
/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h902 unsigned char symtype; /* Type of debugging symbol. */ local
996 amt = sizeof (symtype);
997 if (bfd_bread ((void *) &symtype, amt, abfd) != amt)
1017 if (symtype == 0)
1020 else if (symtype == 1)
H A Dmach-o.c711 unsigned int symtype = -1; local
725 symtype = (type & 0x0e);
762 switch (symtype)
800 s->name, symtype);
H A Delfxx-ia64.c953 char symtype;
1027 symtype = ELF_ST_TYPE (isym->st_info);
1073 symtype = h->type;
1094 if (symtype == STT_SECTION)
1101 if (symtype != STT_SECTION)
950 char symtype; local
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h901 unsigned char symtype; /* Type of debugging symbol. */ local
995 amt = sizeof (symtype);
996 if (bfd_bread ((void *) &symtype, amt, abfd) != amt)
1016 if (symtype == 0)
1019 else if (symtype == 1)
H A Delfnn-ia64.c401 char symtype;
478 symtype = ELF_ST_TYPE (isym->st_info);
524 symtype = h->type;
545 if (symtype == STT_SECTION)
552 if (symtype != STT_SECTION)
398 char symtype; local
H A Delf64-x86-64.c1805 char symtype;
1868 symtype = ELF_ST_TYPE (isym->st_info);
1941 symtype = h->type;
1974 if (symtype == STT_SECTION)
1981 if (symtype != STT_SECTION)
1803 char symtype; local
H A Dmach-o.c3582 unsigned int symtype = -1; local
3598 symtype = type & BFD_MACH_O_N_TYPE;
3656 switch (symtype)
3714 "setting to undefined"), s->symbol.name, symtype); local

Completed in 222 milliseconds