Lines Matching refs:elf_file_t
71 static GElf_Off ef_get_offset(elf_file_t, GElf_Addr);
73 static void ef_close(elf_file_t ef);
75 static int ef_seg_read_rel(elf_file_t ef, GElf_Addr address, size_t len,
77 static int ef_seg_read_string(elf_file_t ef, GElf_Addr address, size_t len,
80 static GElf_Addr ef_symaddr(elf_file_t ef, GElf_Size symidx);
81 static int ef_lookup_set(elf_file_t ef, const char *name,
83 static int ef_lookup_symbol(elf_file_t ef, const char *name,
111 ef_get_offset(elf_file_t ef, GElf_Addr addr) in ef_get_offset()
129 ef_lookup_symbol(elf_file_t ef, const char *name, GElf_Sym **sym, bool see_local) in ef_lookup_symbol()
175 ef_lookup_set(elf_file_t ef, const char *name, GElf_Addr *startp, in ef_lookup_set()
210 ef_symaddr(elf_file_t ef, GElf_Size symidx) in ef_symaddr()
225 ef_parse_dynamic(elf_file_t ef, const GElf_Phdr *phdyn) in ef_parse_dynamic()
514 ef_seg_read_rel(elf_file_t ef, GElf_Addr address, size_t len, void *dest) in ef_seg_read_rel()
548 ef_seg_read_string(elf_file_t ef, GElf_Addr address, size_t len, char *dest) in ef_seg_read_string()
566 elf_file_t ef; in ef_open()
639 ef_close(elf_file_t ef) in ef_close()