| /trueos/lib/libelf/ |
| HD | gelf_sym.c | 86 dst->st_other = sym32->st_other; in gelf_getsym() 142 sym32->st_other = gs->st_other; in gelf_update_sym()
|
| HD | elf_types.m4 | 232 `st_other, BYTE', 239 `st_other, BYTE',
|
| /trueos/contrib/binutils/include/elf/ |
| HD | external.h | 133 unsigned char st_other[1]; /* No defined meaning, 0 */ member 140 unsigned char st_other[1]; /* No defined meaning, 0 */ member
|
| HD | internal.h | 102 unsigned char st_other; /* Visibilty, and target specific */ member
|
| /trueos/sys/xen/interface/ |
| HD | elfstructs.h | 282 unsigned char st_other; /* 0 - no defined meaning */ member 289 Elf_Byte st_other; /* unused */ member
|
| /trueos/sys/sys/ |
| HD | elf32.h | 188 unsigned char st_other; /* Reserved (not used). */ member
|
| HD | elf64.h | 193 unsigned char st_other; /* Reserved (not used). */ member
|
| /trueos/contrib/binutils/gas/config/ |
| HD | obj-elf.h | 128 (elf_symbol (symbol_get_bfdsym (S))->internal_elf_sym.st_other = (V))
|
| HD | obj-elf.c | 239 return elf_symbol (symbol_get_bfdsym (sym))->internal_elf_sym.st_other; in elf_s_get_other() 464 elfsym->internal_elf_sym.st_other &= ~3; in obj_elf_visibility() 465 elfsym->internal_elf_sym.st_other |= visibility; in obj_elf_visibility()
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/ |
| HD | ELFHeader.h | 231 unsigned char st_other; ///< Reserved for future use. member
|
| HD | ELFHeader.cpp | 314 st_other, in Dump()
|
| /trueos/contrib/llvm/include/llvm/Object/ |
| HD | ELFTypes.h | 161 unsigned char st_other; // Must be zero; reserved 170 unsigned char st_other; // Must be zero; reserved
|
| /trueos/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_link.c | 270 sym->st_other = 0; in prepare_elf32() 287 sym->st_other = 0; in prepare_elf32() 455 sym->st_other = 0; in prepare_elf64() 472 sym->st_other = 0; in prepare_elf64() 1573 dsym.st_other = in process_obj()
|
| HD | dt_module.c | 290 dst->st_other = src->st_other; in dt_module_symgelf32() 1460 symp->st_other = 0; in dtrace_lookup_by_name()
|
| HD | dt_pid.c | 338 sym.st_other = 0; in dt_pid_per_mod()
|
| /trueos/contrib/gdb/gdb/ |
| HD | mipsread.c | 157 unsigned char st_other[1]; /* No defined meaning, 0 */ member
|
| /trueos/contrib/binutils/bfd/ |
| HD | elfcode.h | 187 dst->st_other = H_GET_8 (abfd, src->st_other); in elf_swap_symbol_in() 213 H_PUT_8 (abfd, src->st_other, dst->st_other); in elf_swap_symbol_out()
|
| HD | elf.c | 1403 unsigned char st_other; in bfd_elf_print_symbol() local 1481 st_other = ((elf_symbol_type *) symbol)->internal_elf_sym.st_other; in bfd_elf_print_symbol() 1483 switch (st_other) in bfd_elf_print_symbol() 1492 fprintf (file, " 0x%02x", (unsigned int) st_other); in bfd_elf_print_symbol() 6316 sym.st_other = 0; in swap_out_syms() 6506 sym.st_other = type_ptr->internal_elf_sym.st_other; in swap_out_syms() 6508 sym.st_other = 0; in swap_out_syms() 8871 unsigned char st_other; /* Visibilty, and target specific */ member 8959 ssym->st_other = (*ind)->st_other; in elf_create_symbuf() 9141 || symtable1 [i].u.ssym->st_other != symtable2 [i].u.ssym->st_other in bfd_elf_match_symbols_in_sections() [all …]
|
| HD | elflink.c | 1081 && ELF_ST_VISIBILITY (sym->st_other) != STV_DEFAULT in _bfd_elf_merge_symbol() 1103 if (ELF_ST_VISIBILITY (sym->st_other) == STV_PROTECTED) in _bfd_elf_merge_symbol() 4228 && ELF_ST_VISIBILITY (isym->st_other) != STV_INTERNAL) in elf_link_add_object_symbols() 4229 isym->st_other = (STV_HIDDEN in elf_link_add_object_symbols() 4230 | (isym->st_other & ~ELF_ST_VISIBILITY (-1))); in elf_link_add_object_symbols() 4232 if (ELF_ST_VISIBILITY (isym->st_other) != 0 && !dynamic) in elf_link_add_object_symbols() 4242 symvis = ELF_ST_VISIBILITY (isym->st_other); in elf_link_add_object_symbols() 7998 sym.st_other = h->other; in elf_link_output_extsym() 8124 && ELF_ST_VISIBILITY (sym.st_other) != STV_DEFAULT in elf_link_output_extsym() 8132 ELF_ST_VISIBILITY (sym.st_other) == STV_PROTECTED in elf_link_output_extsym() [all …]
|
| HD | elfxx-mips.c | 3962 if (sym->st_other == STO_MIPS16) in mips_elf_calculate_relocation() 3972 target_is_16_bit_code_p = (sym->st_other == STO_MIPS16); in mips_elf_calculate_relocation() 5885 if (sym->st_other == STO_MIPS16) in _bfd_mips_elf_add_symbol_hook() 5908 if (sym->st_other == STO_MIPS16) in _bfd_mips_elf_link_output_symbol_hook() 8157 sym->st_other = STO_PROTECTED; in mips_elf_irix6_finish_dynamic_symbol() 8348 sym->st_other = STO_PROTECTED; in _bfd_mips_elf_finish_dynamic_symbol() 8355 sym->st_other = STO_PROTECTED; in _bfd_mips_elf_finish_dynamic_symbol() 8398 if (sym->st_other == STO_MIPS16) in _bfd_mips_elf_finish_dynamic_symbol() 8570 if (sym->st_other == STO_MIPS16) in _bfd_mips_vxworks_finish_dynamic_symbol() 11417 if ((isym->st_other & ~ELF_ST_VISIBILITY (-1)) != 0) in _bfd_mips_elf_merge_symbol_attribute() [all …]
|
| HD | elf64-sparc.c | 584 sym.st_other = 0; in elf64_sparc_output_arch_syms()
|
| /trueos/contrib/binutils/binutils/ |
| HD | readelf.c | 3762 psym->st_other = BYTE_GET (esyms[j].st_other); in get_32bit_elf_symbols() 3819 psym->st_other = BYTE_GET (esyms[j].st_other); in get_64bit_elf_symbols() 7129 printf (" %3s", get_symbol_visibility (ELF_ST_VISIBILITY (psym->st_other))); in process_symbol_table() 7133 if (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other)) in process_symbol_table() 7134 printf (" [%s] ", get_symbol_other (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other))); in process_symbol_table() 7201 printf (" %-3s", get_symbol_visibility (ELF_ST_VISIBILITY (psym->st_other))); in process_symbol_table() 7205 if (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other)) in process_symbol_table() 7206 printf (" [%s] ", get_symbol_other (psym->st_other ^ ELF_ST_VISIBILITY (psym->st_other))); in process_symbol_table()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | ELF.h | 1373 unsigned char st_other; // Must be zero; reserved member 1391 unsigned char st_other; // Must be zero; reserved member
|
| /trueos/cddl/contrib/opensolaris/common/ctf/ |
| HD | ctf_open.c | 99 dst->st_other = src->st_other; in sym_to_gelf()
|
| /trueos/contrib/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 644 W.printNumber("Other", Symbol->st_other); in printSymbol()
|