Searched refs:st_other (Results 1 - 25 of 170) sorted by relevance

1234567

/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Delf.h47 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2253
55 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2254
H A Dctf-util.c100 dst->st_other = src->st_other;
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Delf.h47 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1040
55 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1041
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Delf.h47 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2197
55 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2198
H A Dctf-util.c120 dst->st_other = src->st_other;
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Delf.h47 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1624
55 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1625
/netbsd-current/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_sym.c96 dst->st_other = sym32->st_other;
156 sym32->st_other = gs->st_other;
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Dexternal.h160 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon765
167 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon766
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Dexternal.h160 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon1946
167 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon1947
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Dexternal.h160 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon1888
167 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon1889
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Dexternal.h160 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon1306
167 unsigned char st_other[1]; /* No defined meaning, 0 */ member in struct:__anon1307
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Dmips.h437 // Special values for the st_other field in the symbol table.
480 elf_st_is_mips16(unsigned char st_other) argument
481 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; }
484 elf_st_is_micromips(unsigned char st_other) argument
485 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
H A Delfcpp_internal.h151 unsigned char st_other; member in struct:elfcpp::internal::Sym_data
160 unsigned char st_other; member in struct:elfcpp::internal::Sym_data
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Dmips.h437 // Special values for the st_other field in the symbol table.
480 elf_st_is_mips16(unsigned char st_other) argument
481 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; }
484 elf_st_is_micromips(unsigned char st_other) argument
485 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
H A Delfcpp_internal.h151 unsigned char st_other; member in struct:elfcpp::internal::Sym_data
160 unsigned char st_other; member in struct:elfcpp::internal::Sym_data
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Dmips.h437 // Special values for the st_other field in the symbol table.
480 elf_st_is_mips16(unsigned char st_other) argument
481 { return (st_other & elfcpp::STO_MIPS16) == elfcpp::STO_MIPS16; }
484 elf_st_is_micromips(unsigned char st_other) argument
485 { return (st_other & elfcpp::STO_MIPS_ISA) == elfcpp::STO_MICROMIPS; }
H A Delfcpp_internal.h151 unsigned char st_other; member in struct:elfcpp::internal::Sym_data
160 unsigned char st_other; member in struct:elfcpp::internal::Sym_data
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-elf.c220 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1066
228 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1067
1407 unsigned char *st_other; local
1411 st_other = &((Elf32_External_Sym *)ent)->st_other;
1416 st_other = &((Elf64_External_Sym *)ent)->st_other;
1427 && *st_other == STV_HIDDEN)
1443 unsigned char *st_other; local
1448 st_other
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-elf.c220 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2278
228 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2279
1404 unsigned char *st_other; local
1408 st_other = &((Elf32_External_Sym *)ent)->st_other;
1413 st_other = &((Elf64_External_Sym *)ent)->st_other;
1424 && *st_other == STV_HIDDEN)
1440 unsigned char *st_other; local
1445 st_other
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-elf.c220 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1430
228 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1431
1407 unsigned char *st_other; local
1411 st_other = &((Elf32_External_Sym *)ent)->st_other;
1416 st_other = &((Elf64_External_Sym *)ent)->st_other;
1427 && *st_other == STV_HIDDEN)
1443 unsigned char *st_other; local
1448 st_other
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object-elf.c220 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2222
228 unsigned char st_other; /* Symbol visibility */ member in struct:__anon2223
1404 unsigned char *st_other; local
1408 st_other = &((Elf32_External_Sym *)ent)->st_other;
1413 st_other = &((Elf64_External_Sym *)ent)->st_other;
1424 && *st_other == STV_HIDDEN)
1440 unsigned char *st_other; local
1445 st_other
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-elf.c220 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1682
228 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1683
1407 unsigned char *st_other; local
1411 st_other = &((Elf32_External_Sym *)ent)->st_other;
1416 st_other = &((Elf64_External_Sym *)ent)->st_other;
1427 && *st_other == STV_HIDDEN)
1443 unsigned char *st_other; local
1448 st_other
[all...]
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-elf.c220 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1660
228 unsigned char st_other; /* Symbol visibility */ member in struct:__anon1661
1407 unsigned char *st_other; local
1411 st_other = &((Elf32_External_Sym *)ent)->st_other;
1416 st_other = &((Elf64_External_Sym *)ent)->st_other;
1427 && *st_other == STV_HIDDEN)
1443 unsigned char *st_other; local
1448 st_other
[all...]
/netbsd-current/external/bsd/elftosb/dist/common/
H A DELF.h271 unsigned char st_other; //!< Currently 0 (reserved). member in struct:Elf32_Sym
316 STO_THUMB = 1 //!< This flag is set on #Elf32_Sym.st_other if the symbol is Thumb mode code.
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-elf.h123 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_other = (V))

Completed in 471 milliseconds

1234567