Home
last modified time | relevance | path

Searched refs:elf_format (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/llvm/
H A Delf_format.hrl496 {name :: elf_format:name() % Section name
497 ,type :: elf_format:shdr_type() % Section type
500 ,offset :: elf_format:offset() % Offset in file
501 ,size :: elf_format:size() % Size of section
512 {name :: elf_format:name() % Symbol name
513 ,bind :: elf_format:sym_bind() % Symbol binding
514 ,type :: elf_format:sym_type() % Symbol type
515 ,value :: elf_format:valueoff() % Symbol value
523 {offset :: elf_format:offset()
524 ,type :: elf_format:reloc_type()
[all …]
H A DMakefile43 HIPE_MODULES = elf_format \
55 HRL_FILES= elf_format.hrl elf32_format.hrl elf64_format.hrl hipe_llvm_arch.hrl
113 $(EBIN)/elf_format.beam: elf_format.hrl elf32_format.hrl elf64_format.hrl
115 hipe_llvm_arch.hrl elf_format.hrl elf32_format.hrl elf64_format.hrl
H A Dhipe_llvm_main.erl27 Obj = elf_format:read(ObjBin),
29 Labels = elf_format:extract_rela(Obj, ?RODATA),
41 TextRelocs = elf_format:extract_rela(Obj, ?TEXT),
53 BinCode = elf_format:extract_text(Obj),
184 -spec get_tables(elf_format:elf()) -> [elf_sym()].
187 [S || S=#elf_sym{name="table_" ++ _} <- elf_format:elf_symbols(Elf)].
248 TextRelocs = elf_format:extract_rela(Obj, ?TEXT),
257 SectionBin = elf_format:section_contents(Section, Obj),
330 case elf_format:extract_note(Elf, ?NOTE_ERLGC_NAME) of
335 RelaNoteGC = elf_format:extract_rela(Elf, ?NOTE(?NOTE_ERLGC_NAME)),
[all …]
H A Delf_format.erl14 -module(elf_format). module
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/llvm/
H A Delf_format.hrl496 {name :: elf_format:name() % Section name
497 ,type :: elf_format:shdr_type() % Section type
500 ,offset :: elf_format:offset() % Offset in file
501 ,size :: elf_format:size() % Size of section
512 {name :: elf_format:name() % Symbol name
513 ,bind :: elf_format:sym_bind() % Symbol binding
514 ,type :: elf_format:sym_type() % Symbol type
515 ,value :: elf_format:valueoff() % Symbol value
523 {offset :: elf_format:offset()
524 ,type :: elf_format:reloc_type()
[all …]
H A DMakefile43 HIPE_MODULES = elf_format \
55 HRL_FILES= elf_format.hrl elf32_format.hrl elf64_format.hrl hipe_llvm_arch.hrl
113 $(EBIN)/elf_format.beam: elf_format.hrl elf32_format.hrl elf64_format.hrl
115 hipe_llvm_arch.hrl elf_format.hrl elf32_format.hrl elf64_format.hrl
H A Dhipe_llvm_main.erl27 Obj = elf_format:read(ObjBin),
29 Labels = elf_format:extract_rela(Obj, ?RODATA),
41 TextRelocs = elf_format:extract_rela(Obj, ?TEXT),
53 BinCode = elf_format:extract_text(Obj),
184 -spec get_tables(elf_format:elf()) -> [elf_sym()].
187 [S || S=#elf_sym{name="table_" ++ _} <- elf_format:elf_symbols(Elf)].
248 TextRelocs = elf_format:extract_rela(Obj, ?TEXT),
257 SectionBin = elf_format:section_contents(Section, Obj),
330 case elf_format:extract_note(Elf, ?NOTE_ERLGC_NAME) of
335 RelaNoteGC = elf_format:extract_rela(Elf, ?NOTE(?NOTE_ERLGC_NAME)),
[all …]
H A Delf_format.erl14 -module(elf_format). module
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/llvm/
H A Delf_format.hrl496 {name :: elf_format:name() % Section name
497 ,type :: elf_format:shdr_type() % Section type
500 ,offset :: elf_format:offset() % Offset in file
501 ,size :: elf_format:size() % Size of section
512 {name :: elf_format:name() % Symbol name
513 ,bind :: elf_format:sym_bind() % Symbol binding
514 ,type :: elf_format:sym_type() % Symbol type
515 ,value :: elf_format:valueoff() % Symbol value
523 {offset :: elf_format:offset()
524 ,type :: elf_format:reloc_type()
[all …]
H A DMakefile43 HIPE_MODULES = elf_format \
55 HRL_FILES= elf_format.hrl elf32_format.hrl elf64_format.hrl hipe_llvm_arch.hrl
110 $(EBIN)/elf_format.beam: elf_format.hrl elf32_format.hrl elf64_format.hrl
112 hipe_llvm_arch.hrl elf_format.hrl elf32_format.hrl elf64_format.hrl
H A Dhipe_llvm_main.erl27 Obj = elf_format:read(ObjBin),
29 Labels = elf_format:extract_rela(Obj, ?RODATA),
41 TextRelocs = elf_format:extract_rela(Obj, ?TEXT),
53 BinCode = elf_format:extract_text(Obj),
184 -spec get_tables(elf_format:elf()) -> [elf_sym()].
187 [S || S=#elf_sym{name="table_" ++ _} <- elf_format:elf_symbols(Elf)].
248 TextRelocs = elf_format:extract_rela(Obj, ?TEXT),
257 SectionBin = elf_format:section_contents(Section, Obj),
330 case elf_format:extract_note(Elf, ?NOTE_ERLGC_NAME) of
335 RelaNoteGC = elf_format:extract_rela(Elf, ?NOTE(?NOTE_ERLGC_NAME)),
[all …]
H A Delf_format.erl14 -module(elf_format). module
/dports/graphics/libjxl/libjxl-0.6.1/tools/
H A Dbuild_stats.py162 elf_format = re.search('file format (.*)$', output, re.MULTILINE).group(1)
163 if elf_format.startswith('elf64-little') or elf_format == 'elf64-x86-64':
165 elif elf_format.startswith('elf32-little') or elf_format == 'elf32-i386':
168 raise Exception('Unknown ELF format: %s' % elf_format)
/dports/science/sigrok-firmware-utils/firmware-20140418/
H A Dparseelf.py26 fmt = this.elf_endianprefix+str.translate(struct_fmt, this.elf_format);
144 this.elf_format = str.maketrans('HWwXxNn', 'HIiQq'+nativeint)
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dcompat_binfmt_elf.c135 #define elf_format compat_elf_format macro
H A Dbinfmt_elf.c100 static struct linux_binfmt elf_format = { variable
1249 set_binfmt(&elf_format); in load_elf_binary()
2299 register_binfmt(&elf_format); in init_elf_binfmt()
2306 unregister_binfmt(&elf_format); in exit_elf_binfmt()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dcompat_binfmt_elf.c135 #define elf_format compat_elf_format macro
H A Dbinfmt_elf.c100 static struct linux_binfmt elf_format = { variable
1249 set_binfmt(&elf_format); in load_elf_binary()
2299 register_binfmt(&elf_format); in init_elf_binfmt()
2306 unregister_binfmt(&elf_format); in exit_elf_binfmt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dcompat_binfmt_elf.c135 #define elf_format compat_elf_format macro
H A Dbinfmt_elf.c100 static struct linux_binfmt elf_format = { variable
1249 set_binfmt(&elf_format); in load_elf_binary()
2299 register_binfmt(&elf_format); in init_elf_binfmt()
2306 unregister_binfmt(&elf_format); in exit_elf_binfmt()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/main/
H A Dhipe.app.src33 elf_format,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/main/
H A Dhipe.app.src33 elf_format,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/main/
H A Dhipe.app.src33 elf_format,
/dports/ftp/waiho/Waiho-0.2/
H A DSystem.map12094 c034f778 d elf_format
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/extra/
H A DSystem7l.map84519 c1295af4 d elf_format

12