Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/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-13.1/contrib/elftoolchain/size/
H A Dsize.c245 Elf_Type type, size_t size) in xlatetom()