Home
last modified time | relevance | path

Searched refs:sym32 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/elftoolchain/libelf/
H A Dgelf_sym.c44 Elf32_Sym *sym32; in gelf_getsym() local
83 dst->st_name = sym32->st_name; in gelf_getsym()
86 dst->st_info = sym32->st_info; in gelf_getsym()
87 dst->st_other = sym32->st_other; in gelf_getsym()
88 dst->st_shndx = sym32->st_shndx; in gelf_getsym()
106 Elf32_Sym *sym32; in gelf_update_sym() local
145 sym32->st_name = gs->st_name; in gelf_update_sym()
146 sym32->st_info = gs->st_info; in gelf_update_sym()
147 sym32->st_other = gs->st_other; in gelf_update_sym()
148 sym32->st_shndx = gs->st_shndx; in gelf_update_sym()
[all …]
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h3238 Elf32_Sym *sym32; in gelf_getsym()
3279 sym32 = (Elf32_Sym *) d->d_data.d_buf + ndx; in gelf_getsym()
3281 dst->st_name = sym32->st_name; in gelf_getsym()
3282 dst->st_value = (Elf64_Addr) sym32->st_value; in gelf_getsym()
3283 dst->st_size = (Elf64_Xword) sym32->st_size; in gelf_getsym()
3284 dst->st_info = sym32->st_info; in gelf_getsym()
3285 dst->st_other = sym32->st_other; in gelf_getsym()
3286 dst->st_shndx = sym32->st_shndx; in gelf_getsym()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-mips.texi415 @itemx -mno-sym32
417 @cindex -mno-sym32
418 Equivalent to adding @code{.set sym32} or @code{.set nosym32} to
579 @kindex @code{.set sym32}
607 You can use the @code{.set sym32} directive to tell the assembler
613 .set sym32
623 The directive @code{.set nosym32} ends a @code{.set sym32} block and
626 @option{-mno-sym32}.
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dinvoke.texi741 -mlong64 -mlong32 -msym32 -mno-sym32 @gol
15646 @itemx -mno-sym32
15648 @opindex mno-sym32