Searched refs:plts (Results 1 - 1 of 1) sorted by relevance

/external/ltrace/
H A Dltrace-elf.c763 enum plt_status plts local
766 if (plts == PLT_DEFAULT)
767 plts = os_elf_add_plt_entry(proc, lte, name, rela, idx, ret);
769 switch (plts) {
1007 enum plt_status plts local
1010 if (plts == PLT_DEFAULT)
1011 plts = os_elf_add_func_entry(proc, lte, &sym,
1014 switch (plts) {
1250 int plts = filter_matches_library(options.plt_filter, lib); local
1251 if ((plts || option
[all...]

Completed in 99 milliseconds