Searched refs:sym32 (Results 1 – 6 of 6) sorted by relevance
43 Elf32_Sym *sym32; in gelf_getsym() local79 sym32 = (Elf32_Sym *) d->d_buf + ndx; in gelf_getsym()81 dst->st_name = sym32->st_name; in gelf_getsym()82 dst->st_value = (Elf64_Addr) sym32->st_value; in gelf_getsym()83 dst->st_size = (Elf64_Xword) sym32->st_size; in gelf_getsym()84 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(sym32->st_info), in gelf_getsym()85 ELF32_ST_TYPE(sym32->st_info)); in gelf_getsym()86 dst->st_other = sym32->st_other; in gelf_getsym()87 dst->st_shndx = sym32->st_shndx; in gelf_getsym()104 Elf32_Sym *sym32; in gelf_update_sym() local[all …]
276 Elf32_Sym sym32; in elf_read_symtab_section() member291 if (sect->entsize != sizeof(sym.sym32)) in elf_read_symtab_section()322 symp->name = sym.sym32.st_name; in elf_read_symtab_section()323 symp->type = sym.sym32.st_info & 0x0f; in elf_read_symtab_section()324 symp->shndx = sym.sym32.st_shndx; in elf_read_symtab_section()325 symp->value = sym.sym32.st_value; in elf_read_symtab_section()
280 @itemx -mno-sym32282 @cindex -mno-sym32283 Equivalent to adding @code{.set sym32} or @code{.set nosym32} to389 @cindex @code{.set sym32}417 You can use the @code{.set sym32} directive to tell the assembler423 .set sym32433 The directive @code{.set nosym32} ends a @code{.set sym32} block and436 @option{-mno-sym32}.
252 bfd_boolean sym32; member418 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)11566 mips_opts.sym32 = TRUE; in md_parse_option()11570 mips_opts.sym32 = FALSE; in md_parse_option()12960 mips_opts.sym32 = TRUE; in s_mipsset()12962 mips_opts.sym32 = FALSE; in s_mipsset()
600 -mlong64 -mlong32 -msym32 -mno-sym32 @gol10705 @itemx -mno-sym3210707 @opindex mno-sym32
30045 * doc/invoke.texi: Document new MIPS -msym32 and -mno-sym32 options.30047 (TARGET_SWITCHES): Add -msym32 and -mno-sym32.30049 (ASM_SPEC): Pass down -msym32 and -mno-sym32.