Home
last modified time | relevance | path

Searched refs:Elf_Type (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dgelf_fsize.c35 elf32_fsize(Elf_Type t, size_t c, unsigned int v) in elf32_fsize()
41 elf64_fsize(Elf_Type t, size_t c, unsigned int v) in elf64_fsize()
47 gelf_fsize(Elf *e, Elf_Type t, size_t c, unsigned int v) in gelf_fsize()
H A D_libelf.h218 unsigned int _libelf_falign(Elf_Type _t, int _elfclass);
219 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version,
221 _libelf_translator_function *_libelf_get_translator(Elf_Type _t,
229 unsigned int _libelf_malign(Elf_Type _t, int _elfclass);
231 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
H A Dlibelf.h79 } Elf_Type; typedef
112 Elf_Type d_type;
231 size_t elf32_fsize(Elf_Type _type, size_t _count,
245 size_t elf64_fsize(Elf_Type _type, size_t _count,
H A Dlibelf_align.c89 _libelf_malign(Elf_Type t, int elfclass) in _libelf_malign()
128 _libelf_falign(Elf_Type t, int elfclass) in _libelf_falign()
H A Delf_types.m430 * ELF types, defined in the "enum Elf_Type" API.
33 * + `name' is an Elf_Type symbol without the `ELF_T_' prefix.
H A Dgelf.h75 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
H A Dlibelf_msize.m499 _libelf_msize(Elf_Type t, int elfclass, unsigned int version)
H A Dlibelf_fsize.m4143 _libelf_fsize(Elf_Type t, int ec, unsigned int v, size_t c)
H A Dlibelf_convert.m41078 _libelf_get_translator(Elf_Type t, int direction, int elfclass, int elfmachine)
/freebsd/lib/libkldelf/
H A Dkldelf.h77 Elf_Type reltype, GElf_Addr relbase, GElf_Addr dataoff, size_t len,
170 size_t elf_object_size(struct elf_file *efile, Elf_Type type);
182 int elf_read_data(struct elf_file *efile, Elf_Type type, off_t offset,
314 int elf_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype,
H A Delf.c153 elf_object_size(struct elf_file *efile, Elf_Type type) in elf_object_size()
163 elf_object_count(struct elf_file *efile, Elf_Type type, size_t file_size) in elf_object_count()
219 elf_read_data(struct elf_file *efile, Elf_Type type, off_t offset, size_t len, in elf_read_data()
683 elf_reloc(struct elf_file *efile, const void *reldata, Elf_Type reltype, in elf_reloc()
H A Def_riscv.c47 ef_riscv_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_riscv_reloc()
H A Def_aarch64.c42 ef_aarch64_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_aarch64_reloc()
H A Def_arm.c45 ef_arm_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_arm_reloc()
H A Def_i386.c44 ef_i386_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_i386_reloc()
H A Def_powerpc.c44 ef_ppc_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_ppc_reloc()
H A Def_amd64.c44 ef_amd64_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_amd64_reloc()
H A Def_mips.c47 ef_mips_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_mips_reloc()
/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h293 Elf_Type _dtype, uint64_t flags, uint64_t _align, uint64_t _vma,
H A Dsections.c1291 void *buf, uint64_t size, uint64_t off, uint64_t stype, Elf_Type dtype, in create_external_section()
/freebsd/contrib/elftoolchain/size/
H A Dsize.c245 Elf_Type type, size_t size) in xlatetom()