Lines Matching defs:lte

57 arch_elf_init(struct ltelf *lte, struct library *lib)  in arch_elf_init()
63 arch_elf_destroy(struct ltelf *lte) in arch_elf_destroy()
70 os_elf_add_plt_entry(struct process *proc, struct ltelf *lte, in os_elf_add_plt_entry()
80 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte, in arch_elf_add_plt_entry()
90 os_elf_add_func_entry(struct process *proc, struct ltelf *lte, in os_elf_add_func_entry()
106 arch_elf_add_func_entry(struct process *proc, struct ltelf *lte, in arch_elf_add_func_entry()
126 elf_get_section_if(struct ltelf *lte, Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr, in elf_get_section_if()
160 elf_get_section_covering(struct ltelf *lte, GElf_Addr addr, in elf_get_section_covering()
175 elf_get_section_type(struct ltelf *lte, GElf_Word type, in elf_get_section_type()
183 struct ltelf *lte; member
198 elf_get_section_named(struct ltelf *lte, const char *name, in elf_get_section_named()
240 elf_each_symbol(struct ltelf *lte, unsigned start_after, in elf_each_symbol()
360 ltelf_init(struct ltelf *lte, const char *filename) in ltelf_init()
421 ltelf_destroy(struct ltelf *lte) in ltelf_destroy()
430 read_symbol_table(struct ltelf *lte, const char *filename, in read_symbol_table()
466 rel_to_rela(struct ltelf *lte, const GElf_Rel *rel, GElf_Rela *rela) in rel_to_rela()
497 elf_read_relocs(struct ltelf *lte, Elf_Scn *scn, GElf_Shdr *shdr, in elf_read_relocs()
538 elf_load_dynamic_entry(struct ltelf *lte, int tag, GElf_Addr *valuep) in elf_load_dynamic_entry()
570 ltelf_read_elf(struct ltelf *lte, const char *filename) in ltelf_read_elf()
714 arch_get_sym_info(struct ltelf *lte, const char *filename, in arch_get_sym_info()
723 default_elf_add_plt_entry(struct process *proc, struct ltelf *lte, in default_elf_add_plt_entry()
759 elf_add_plt_entry(struct process *proc, struct ltelf *lte, in elf_add_plt_entry()
812 struct ltelf *lte, struct library *lib) in populate_plt()
902 struct ltelf *lte, struct library *lib, in populate_this_symtab()
1106 struct ltelf *lte, struct library *lib, in populate_symtab()
1133 struct ltelf lte; in read_module() local