Searched refs:Elf_Type (Results 1 – 25 of 32) sorted by relevance
12
/third_party/elfutils/libelf/ |
D | libelf.h | 124 } Elf_Type; typedef 130 Elf_Type d_type; /* Type of this piece of data. */ 431 Elf_Type __type); 461 extern size_t elf32_fsize (Elf_Type __type, size_t __count, 465 extern size_t elf64_fsize (Elf_Type __type, size_t __count,
|
D | elf_getdata.c | 52 static const Elf_Type shtype_map[TYPEIDX (SHT_HISUNW) + 1] = 116 Elf_Type 128 Elf_Type t = shtype_map[TYPEIDX (sh_type)]; in __libelf_data_type() 139 int data, size_t size, Elf_Type type) in convert_data() 280 Elf_Type t = shtype_map[TYPEIDX (type)]; in __libelf_set_rawdata_wrlock()
|
D | elf32_fsize.c | 43 elfw2(LIBELFBITS, fsize) (Elf_Type type, size_t count, unsigned int version) in elfw2()
|
D | libelfP.h | 441 extern Elf_Type __libelf_data_type (GElf_Ehdr *ehdr, 563 extern size_t __gelf_fsize_internal (Elf *__elf, Elf_Type __type, 588 size_t align, Elf_Type type)
|
D | gelf_fsize.c | 82 gelf_fsize (Elf *elf, Elf_Type type, size_t count, unsigned int version) in gelf_fsize()
|
D | elf_getdata_rawchunk.c | 43 elf_getdata_rawchunk (Elf *elf, int64_t offset, size_t size, Elf_Type type) in elf_getdata_rawchunk()
|
/third_party/elfutils/libebl/ |
D | eblrelocsimpletype.c | 36 Elf_Type
|
D | libebl.h | 101 extern Elf_Type ebl_reloc_simple_type (Ebl *ebl, int reloc, int *addsub); 302 Elf_Type type;
|
D | ebl-hooks.h | 36 Elf_Type EBLHOOK(reloc_simple_type) (Ebl *, int, int *);
|
D | eblopenbackend.c | 163 static Elf_Type default_reloc_simple_type (Ebl *ebl, int ignore, int *addsub); 411 static Elf_Type
|
/third_party/elfutils/backends/ |
D | bpf_symbol.c | 42 Elf_Type
|
D | m68k_symbol.c | 56 Elf_Type
|
D | csky_symbol.c | 42 Elf_Type
|
D | i386_symbol.c | 51 Elf_Type
|
D | x86_64_symbol.c | 42 Elf_Type
|
D | sh_symbol.c | 49 Elf_Type
|
D | ppc64_symbol.c | 44 Elf_Type
|
D | s390_symbol.c | 41 Elf_Type
|
D | ia64_symbol.c | 117 Elf_Type
|
D | arm_symbol.c | 113 Elf_Type
|
D | aarch64_symbol.c | 44 Elf_Type
|
D | sparc_symbol.c | 41 Elf_Type
|
D | riscv_symbol.c | 42 Elf_Type
|
D | alpha_symbol.c | 63 Elf_Type
|
D | ppc_symbol.c | 44 Elf_Type
|
12