/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_fsize.c | 35 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.h | 218 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 D | libelf.h | 79 } 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 D | libelf_align.c | 89 _libelf_malign(Elf_Type t, int elfclass) in _libelf_malign() 128 _libelf_falign(Elf_Type t, int elfclass) in _libelf_falign()
|
H A D | elf_types.m4 | 30 * ELF types, defined in the "enum Elf_Type" API. 33 * + `name' is an Elf_Type symbol without the `ELF_T_' prefix.
|
H A D | gelf.h | 75 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
|
H A D | libelf_msize.m4 | 99 _libelf_msize(Elf_Type t, int elfclass, unsigned int version)
|
H A D | libelf_fsize.m4 | 143 _libelf_fsize(Elf_Type t, int ec, unsigned int v, size_t c)
|
H A D | libelf_convert.m4 | 1078 _libelf_get_translator(Elf_Type t, int direction, int elfclass, int elfmachine)
|
/freebsd/lib/libkldelf/ |
H A D | kldelf.h | 77 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 D | elf.c | 153 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 D | ef_riscv.c | 47 ef_riscv_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_riscv_reloc()
|
H A D | ef_aarch64.c | 42 ef_aarch64_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_aarch64_reloc()
|
H A D | ef_arm.c | 45 ef_arm_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_arm_reloc()
|
H A D | ef_i386.c | 44 ef_i386_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_i386_reloc()
|
H A D | ef_powerpc.c | 44 ef_ppc_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_ppc_reloc()
|
H A D | ef_amd64.c | 44 ef_amd64_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_amd64_reloc()
|
H A D | ef_mips.c | 47 ef_mips_reloc(struct elf_file *ef, const void *reldata, Elf_Type reltype, in ef_mips_reloc()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | elfcopy.h | 293 Elf_Type _dtype, uint64_t flags, uint64_t _align, uint64_t _vma,
|
H A D | sections.c | 1291 void *buf, uint64_t size, uint64_t off, uint64_t stype, Elf_Type dtype, in create_external_section()
|
/freebsd/contrib/elftoolchain/size/ |
H A D | size.c | 245 Elf_Type type, size_t size) in xlatetom()
|