Searched refs:Elf_Type (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/elftoolchain/libelf/ |
| HD | 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()
|
| HD | _libelf.h | 210 unsigned int _libelf_falign(Elf_Type _t, int _elfclass); 211 size_t _libelf_fsize(Elf_Type _t, int _elfclass, unsigned int _version, 213 int (*_libelf_get_translator(Elf_Type _t, int _direction, int _elfclass)) 220 unsigned int _libelf_malign(Elf_Type _t, int _elfclass); 222 size_t _libelf_msize(Elf_Type _t, int _elfclass, unsigned int _version);
|
| HD | libelf.h | 79 } Elf_Type; typedef 112 Elf_Type d_type; 228 size_t elf32_fsize(Elf_Type _type, size_t _count, 241 size_t elf64_fsize(Elf_Type _type, size_t _count,
|
| HD | 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()
|
| HD | 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.
|
| HD | gelf.h | 74 size_t gelf_fsize(Elf *_elf, Elf_Type _type, size_t _count,
|
| HD | libelf_msize.m4 | 91 _libelf_msize(Elf_Type t, int elfclass, unsigned int version)
|
| HD | libelf_fsize.m4 | 143 _libelf_fsize(Elf_Type t, int ec, unsigned int v, size_t c)
|
| HD | libelf_convert.m4 | 1072 int (*_libelf_get_translator(Elf_Type t, int direction, int elfclass))
|
| /dragonfly/lib/libexecinfo/ |
| HD | private_libelf.h | 633 } Elf_Type; typedef 663 Elf_Type d_type; 940 _libelf_msize(Elf_Type t, int elfclass, unsigned int version) in _libelf_msize() 1008 _libelf_fsize(Elf_Type t, int ec, unsigned int v, size_t c) in _libelf_fsize() 1028 elf64_fsize(Elf_Type t, size_t c, unsigned int v) in elf64_fsize() 2371 static int (*_libelf_get_translator(Elf_Type t, int direction, int elfclass)) in _libelf_get_translator()
|