Searched refs:sym32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dgelf_sym.c44 Elf32_Sym *sym32; local
81 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx;
83 dst->st_name = sym32->st_name;
84 dst->st_value = (Elf64_Addr) sym32->st_value;
85 dst->st_size = (Elf64_Xword) sym32->st_size;
86 dst->st_info = sym32->st_info;
87 dst->st_other = sym32->st_other;
88 dst->st_shndx = sym32->st_shndx;
106 Elf32_Sym *sym32; local
143 sym32
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c251 /* True if ".set sym32" is in effect. */
252 bfd_boolean sym32; member in struct:mips_set_options
418 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
11282 {"mno-sym32", no_argument, NULL, OPTION_MNO_SYM32},
11575 mips_opts.sym32 = TRUE;
11579 mips_opts.sym32 = FALSE;
12970 else if (strcmp (name, "sym32") == 0)
12971 mips_opts.sym32 = TRUE;
12973 mips_opts.sym32 = FALSE;

Completed in 156 milliseconds