| /src/external/bsd/elftoolchain/dist/libelf/ |
| gelf_sym.c | 54 Elf32_Sym *sym32; local 91 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; 93 dst->st_name = sym32->st_name; 94 dst->st_value = (Elf64_Addr) sym32->st_value; 95 dst->st_size = (Elf64_Xword) sym32->st_size; 96 dst->st_info = sym32->st_info; 97 dst->st_other = sym32->st_other; 98 dst->st_shndx = sym32->st_shndx; 116 Elf32_Sym *sym32; local 153 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-mips.c | 258 /* True if ".set sym32" is in effect. */ 259 bool sym32; member in struct:mips_set_options 299 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 311 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 509 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32) 1183 #define RELAX_MIPS16_ENCODE(type, e2, pic, sym32, nomacro, \ 1190 | ((sym32) ? 0x400 : 0) \ 1728 {"mno-sym32", no_argument, NULL, OPTION_MNO_SYM32}, 15511 file_mips_opts.sym32 = true; 15515 file_mips_opts.sym32 = false [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-mips.c | 258 /* True if ".set sym32" is in effect. */ 259 bool sym32; member in struct:mips_set_options 299 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 311 /* gp */ -1, /* fp */ -1, /* arch */ CPU_UNKNOWN, /* sym32 */ false, 505 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32) 1179 #define RELAX_MIPS16_ENCODE(type, e2, pic, sym32, nomacro, \ 1186 | ((sym32) ? 0x400 : 0) \ 1724 {"mno-sym32", no_argument, NULL, OPTION_MNO_SYM32}, 15199 file_mips_opts.sym32 = true; 15203 file_mips_opts.sym32 = false [all...] |