Home
last modified time | relevance | path

Searched refs:Elf64_Sym (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java31 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
38 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
40 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
41 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
42 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
45 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
47 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java31 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
38 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
40 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
41 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
42 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
45 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
47 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java31 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
38 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
40 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
41 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
42 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
45 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
47 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java31 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
38 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
40 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
41 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
42 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
45 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
47 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java31 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
38 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
40 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
41 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
42 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
45 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
47 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java29 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
37 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
39 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
40 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
41 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
44 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
45 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc.binformat/src/jdk/tools/jaotc/binformat/elf/
H A DElfSymbol.java29 import jdk.tools.jaotc.binformat.elf.Elf.Elf64_Sym;
37 sym = ElfByteBuffer.allocate(Elf64_Sym.totalsize); in ElfSymbol()
39 sym.putInt(Elf64_Sym.st_name.off, strindex); in ElfSymbol()
40 sym.put(Elf64_Sym.st_info.off, Elf64_Sym.ELF64_ST_INFO(bind, type)); in ElfSymbol()
41 sym.put(Elf64_Sym.st_other.off, (byte) 0); in ElfSymbol()
44 sym.putChar(Elf64_Sym.st_shndx.off, (char) (sectindex)); in ElfSymbol()
45 sym.putLong(Elf64_Sym.st_value.off, offset); in ElfSymbol()
46 sym.putLong(Elf64_Sym.st_size.off, size); in ElfSymbol()
/dports/editors/poke/poke-1.0/testsuite/poke.pkl/
H A Dscons-int-struct-4.pk3 type Elf64_Sym =
14 /* { dg-command { Elf64_Sym {} } } */
15 /* { dg-output "Elf64_Sym \{st_info=struct \{st_bind=\\(uint<7>\\) 0\},ja=0\}" } */
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/snapshot/elf/
H A Delf_symbol_table_reader.cc30 uint8_t GetBinding(const Elf64_Sym& sym) { in GetBinding()
38 uint8_t GetType(const Elf64_Sym& sym) { in GetType()
46 uint8_t GetVisibility(const Elf64_Sym& sym) { in GetVisibility()
65 return memory_->Is64Bit() ? ScanSymbolTable<Elf64_Sym>(name, info) in GetSymbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/snapshot/elf/
H A Delf_symbol_table_reader.cc29 uint8_t GetBinding(const Elf64_Sym& sym) { in GetBinding()
37 uint8_t GetType(const Elf64_Sym& sym) { in GetType()
45 uint8_t GetVisibility(const Elf64_Sym& sym) { in GetVisibility()
64 return memory_->Is64Bit() ? ScanSymbolTable<Elf64_Sym>(name, info) in GetSymbol()
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabi/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc64-linux-gnu/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabihf/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc64-linux-gnu/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabi/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc-linux-gnueabihf/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig/zig-0.9.0/lib/libc/include/powerpc64le-linux-gnu/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/powerpc64le-linux-gnu/bits/
H A Dlink.h93 extern Elf64_Addr la_ppc64_gnu_pltenter (Elf64_Sym *__sym,
101 extern unsigned int la_ppc64_gnu_pltexit (Elf64_Sym *__sym,
137 extern Elf64_Addr la_ppc64v2_gnu_pltenter (Elf64_Sym *__sym,
145 extern unsigned int la_ppc64v2_gnu_pltexit (Elf64_Sym *__sym,
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kernel/
H A Dmodule-plts.c74 Elf64_Sym *sym) in module_emit_plt_entry()
160 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts()
164 Elf64_Sym *s; in count_plts()
256 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt()
260 Elf64_Sym *s = syms + ELF64_R_SYM(rela->r_info); in branch_rela_needs_plt()
270 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas()
295 Elf64_Sym *syms = NULL; in module_frob_arch_sections()
312 syms = (Elf64_Sym *)sechdrs[i].sh_addr; in module_frob_arch_sections()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kernel/
H A Dmodule-plts.c74 Elf64_Sym *sym) in module_emit_plt_entry()
160 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts()
164 Elf64_Sym *s; in count_plts()
256 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt()
260 Elf64_Sym *s = syms + ELF64_R_SYM(rela->r_info); in branch_rela_needs_plt()
270 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas()
295 Elf64_Sym *syms = NULL; in module_frob_arch_sections()
312 syms = (Elf64_Sym *)sechdrs[i].sh_addr; in module_frob_arch_sections()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kernel/
H A Dmodule-plts.c74 Elf64_Sym *sym) in module_emit_plt_entry()
160 static unsigned int count_plts(Elf64_Sym *syms, Elf64_Rela *rela, int num, in count_plts()
164 Elf64_Sym *s; in count_plts()
256 static bool branch_rela_needs_plt(Elf64_Sym *syms, Elf64_Rela *rela, in branch_rela_needs_plt()
260 Elf64_Sym *s = syms + ELF64_R_SYM(rela->r_info); in branch_rela_needs_plt()
270 static int partition_branch_plt_relas(Elf64_Sym *syms, Elf64_Rela *rela, in partition_branch_plt_relas()
295 Elf64_Sym *syms = NULL; in module_frob_arch_sections()
312 syms = (Elf64_Sym *)sechdrs[i].sh_addr; in module_frob_arch_sections()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dmodule_64.c57 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
81 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
254 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify()
270 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc()
275 Elf64_Sym *syms; in find_dot_toc()
277 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
278 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
315 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
528 Elf64_Sym *sym; in apply_relocate_add()
550 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dmodule_64.c57 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
81 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
254 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify()
270 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc()
275 Elf64_Sym *syms; in find_dot_toc()
277 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
278 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
315 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
528 Elf64_Sym *sym; in apply_relocate_add()
550 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dmodule_64.c57 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
81 static unsigned int local_entry_offset(const Elf64_Sym *sym) in local_entry_offset()
254 static void dedotify(Elf64_Sym *syms, unsigned int numsyms, char *strtab) in dedotify()
270 static Elf64_Sym *find_dot_toc(Elf64_Shdr *sechdrs, in find_dot_toc()
275 Elf64_Sym *syms; in find_dot_toc()
277 syms = (Elf64_Sym *)sechdrs[symindex].sh_addr; in find_dot_toc()
278 numsyms = sechdrs[symindex].sh_size / sizeof(Elf64_Sym); in find_dot_toc()
315 sechdrs[i].sh_size / sizeof(Elf64_Sym), in module_frob_arch_sections()
528 Elf64_Sym *sym; in apply_relocate_add()
550 sym = (Elf64_Sym *)sechdrs[symindex].sh_addr in apply_relocate_add()
/dports/devel/bsdelf/elftoolchain-0.7.1/libelf/
H A Dgelf_sym.c45 Elf64_Sym *sym64; in gelf_getsym()
90 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; in gelf_getsym()
107 Elf64_Sym *sym64; in gelf_update_sym()
153 sym64 = (Elf64_Sym *) d->d_data.d_buf + ndx; in gelf_update_sym()

12345678910>>...34