Home
last modified time | relevance | path

Searched refs:plt_type (Results 1 – 5 of 5) sorted by relevance

/external/ltrace/sysdeps/linux-gnu/mips/
Dplt.c111 || (!sym->arch.gotonly && sym->plt_type == LS_TOPLT_NONE)) { in sym2addr()
380 libsym->plt_type = LS_TOPLT_NONE; in arch_elf_add_plt_entry()
406 if (libsym->plt_type == LS_TOPLT_NONE) { in arch_library_symbol_init()
/external/ltrace/
Dlibrary.h52 enum toplt plt_type; member
Dlibrary.c156 libsym->plt_type = type_of_plt; in private_library_symbol_init()
214 name, libsym->own_name, libsym->plt_type, in library_symbol_clone()
Doutput.c245 && libsym->plt_type == LS_TOPLT_EXEC) in lookup_symbol_prototype()
508 && libsym->plt_type != LS_TOPLT_NONE) in output_left()
525 && libsym->plt_type == LS_TOPLT_NONE in output_left()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c1157 if (bp->libsym == NULL || bp->libsym->plt_type != LS_TOPLT_EXEC) in arch_breakpoint_init()