HomeSort by relevance Sort by last modified time
    Searched refs:ltelf (Results 1 - 21 of 21) sorted by null

  /external/ltrace/sysdeps/linux-gnu/alpha/
plt.c 26 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela)
  /external/ltrace/sysdeps/linux-gnu/sparc/
plt.c 26 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) {
  /external/ltrace/
forward.h 31 struct ltelf;
ltrace-elf.h 41 struct ltelf { struct
71 int ltelf_init(struct ltelf *lte, const char *filename);
72 void ltelf_destroy(struct ltelf *lte);
96 int elf_add_plt_entry(struct process *proc, struct ltelf *lte,
107 int default_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
118 int elf_get_section_covering(struct ltelf *lte, GElf_Addr addr,
120 int elf_get_section_type(struct ltelf *lte, GElf_Word type,
122 int elf_get_section_named(struct ltelf *lte, const char *name,
130 } elf_each_symbol(struct ltelf *lte, unsigned start_after,
139 int elf_read_relocs(struct ltelf *lte, Elf_Scn *scn, GElf_Shdr *shdr
    [all...]
backend.h 188 GElf_Addr arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela);
229 int arch_elf_init(struct ltelf *lte, struct library *lib);
230 void arch_elf_destroy(struct ltelf *lte);
315 int arch_get_sym_info(struct ltelf *lte, const char *filename, size_t sym_index,
336 enum plt_status os_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
343 enum plt_status arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
359 enum plt_status os_elf_add_func_entry(struct process *proc, struct ltelf *lte,
367 enum plt_status arch_elf_add_func_entry(struct process *proc, struct ltelf *lte,
ltrace-elf.c 57 arch_elf_init(struct ltelf *lte, struct library *lib)
63 arch_elf_destroy(struct ltelf *lte)
70 os_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
80 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
90 os_elf_add_func_entry(struct process *proc, struct ltelf *lte,
106 arch_elf_add_func_entry(struct process *proc, struct ltelf *lte,
126 elf_get_section_if(struct ltelf *lte, Elf_Scn **tgt_sec, GElf_Shdr *tgt_shdr,
160 elf_get_section_covering(struct ltelf *lte, GElf_Addr addr,
175 elf_get_section_type(struct ltelf *lte, GElf_Word type,
183 struct ltelf *lte
    [all...]
library.h 228 struct ltelf;
229 int arch_translate_address(struct ltelf *lte,
libltrace.c 121 struct ltelf lte;
breakpoints.c 52 struct ltelf;
54 arch_translate_address(struct ltelf *lte,
  /external/ltrace/sysdeps/linux-gnu/s390/
plt.c 31 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) {
42 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
  /external/ltrace/sysdeps/linux-gnu/aarch64/
plt.c 35 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela)
  /external/ltrace/sysdeps/linux-gnu/cris/
plt.c 26 GElf_Addr arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela)
  /external/ltrace/sysdeps/linux-gnu/m68k/
plt.c 27 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) {
  /external/ltrace/sysdeps/linux-gnu/metag/
plt.c 29 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela)
  /external/ltrace/sysdeps/linux-gnu/ia64/
plt.c 52 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela)
95 arch_translate_address(struct ltelf *lte,
  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 39 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela)
52 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
76 arch_elf_init(struct ltelf *lte, struct library *lib)
160 arch_elf_destroy(struct ltelf *lte)
  /external/ltrace/sysdeps/linux-gnu/
trace.h 135 struct ltelf *lte,
143 char *linux_elf_find_irelative_name(struct ltelf *lte, GElf_Addr addr);
trace.c     [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
plt.c 42 arch_elf_init(struct ltelf *lte, struct library *lib)
209 arch_elf_destroy(struct ltelf *lte)
214 arch_plt_entry_has_stub(struct ltelf *lte, size_t off) {
221 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela * rela) {
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 72 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela)
156 arch_get_sym_info(struct ltelf *lte, const char *filename,
196 arch_elf_init(struct ltelf *lte, struct library *lib)
248 arch_elf_destroy(struct ltelf *lte)
344 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
  /external/ltrace/sysdeps/linux-gnu/ppc/
plt.c 243 arch_plt_sym_val(struct ltelf *lte, size_t ndx, GElf_Rela *rela)
279 /* This entry point is called when ltelf is not available
306 arch_translate_address(struct ltelf *lte,
329 load_opd_data(struct ltelf *lte, struct library *lib)
357 get_glink_vma(struct ltelf *lte, GElf_Addr ppcgot, Elf_Data *plt_data)
424 struct ltelf *lte = data;
431 arch_elf_init(struct ltelf *lte, struct library *lib)
627 arch_elf_add_func_entry(struct process *proc, struct ltelf *lte,
691 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte,
813 arch_elf_destroy(struct ltelf *lte
    [all...]

Completed in 593 milliseconds