Home
last modified time | relevance | path

Searched defs:other (Results 1 – 24 of 24) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dtlsdyn-o32-2.s5 .globl other symbol
8 other: label
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
Derr-builtin.s10 other IS 20 label
/toolchain/binutils/binutils-2.27/include/elf/
Dppc64.h232 #define PPC64_LOCAL_ENTRY_OFFSET(other) \ argument
Dmips.h837 #define ELF_ST_IS_MIPS_PLT(other) \ argument
841 #define ELF_ST_SET_MIPS_PLT(other) \ argument
850 #define ELF_ST_IS_MIPS_PIC(other) (((other) & STO_MIPS_FLAGS) == STO_MIPS_PIC) argument
851 #define ELF_ST_SET_MIPS_PIC(other) \ argument
858 #define ELF_ST_IS_MIPS16(other) (((other) & STO_MIPS16) == STO_MIPS16) argument
859 #define ELF_ST_SET_MIPS16(other) ((other) | STO_MIPS16) argument
865 #define ELF_ST_IS_MICROMIPS(other) (((other) & STO_MIPS_ISA) == STO_MICROMIPS) argument
866 #define ELF_ST_SET_MICROMIPS(other) (((other) & ~STO_MIPS_ISA) | STO_MICROMIPS) argument
870 #define ELF_ST_IS_COMPRESSED(other) \ argument
878 #define ELF_MIPS_IS_OPTIONAL(other) ((other) & STO_OPTIONAL) argument
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-ecoff.h67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ argument
Dobj-elf.h225 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ argument
Dobj-macho.c1515 int type, int other, int desc) in obj_mach_o_process_stab()
Dobj-elf.c251 elf_s_set_other (symbolS *sym, int other) in elf_s_set_other()
Dtc-alpha.c4126 int other; in s_alpha_usepv() local
Dtc-i386.c2886 bfd_reloc_code_real_type other) in reloc()
/toolchain/binutils/binutils-2.27/gas/
Dstabs.c137 aout_process_stab (int what, const char *string, int type, int other, int desc) in aout_process_stab()
184 int other; in s_stab_generic() local
Decoff.c3415 int other, in ecoff_stab()
/toolchain/binutils/binutils-2.27/opcodes/
Dscore7-dis.c947 long other; in s7_print_insn() local
/toolchain/binutils/binutils-2.27/bfd/
Delf32-sh64.c749 unsigned char other; in sh64_elf_merge_symbol_attribute() local
Dlibaout.h342 char other; member
Delfxx-mips.c9488 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in mips_elf_allocate_lazy_stub() local
9516 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in mips_elf_lay_out_lazy_stubs() local
9563 unsigned int other; in mips_elf_set_plt_sym_value() local
9649 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in _bfd_mips_elf_size_dynamic_sections() local
10718 unsigned int other = micromips_p ? STO_MICROMIPS : 0; in _bfd_mips_elf_finish_dynamic_symbol() local
15889 unsigned char other; in _bfd_mips_elf_merge_symbol_attribute() local
15956 unsigned int other; in _bfd_mips_elf_get_synthetic_symtab() local
Delf64-sh64.c3915 unsigned char other; in sh64_elf64_merge_symbol_attribute() local
Delf64-alpha.c3043 unsigned char other; member
4518 int other; in elf64_alpha_relocate_section() local
Delf32-v850.c57 int other = 0; in v850_elf_check_relocs() local
Delf64-ppc.c3917 unsigned char other; member
/toolchain/binutils/binutils-2.27/elfcpp/
Dpowerpc.h256 ppc64_decode_local_entry(unsigned int other) in ppc64_decode_local_entry()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c10432 get_mips_symbol_other (unsigned int other) in get_mips_symbol_other()
10454 get_ia64_symbol_other (unsigned int other) in get_ia64_symbol_other()
10521 get_ppc64_symbol_other (unsigned int other) in get_ppc64_symbol_other()
10534 get_symbol_other (unsigned int other) in get_symbol_other()
Dobjdump.c2630 unsigned char type, other; in print_section_stabs() local
Dobjcopy.c757 parse_symflags (const char *s, char **other) in parse_symflags()