HomeSort by relevance Sort by last modified time
    Searched full:reloc_arg (Results 1 - 1 of 1) sorted by null

  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 121 uint32_t reloc_arg = 0; local
136 &offset, &reloc_arg) < 0) {
137 reloc_arg = 0;
142 if (reloc_arg % 8 != 0) {
143 reloc_arg = 0;
146 reloc_arg /= 8;
150 if (VECT_PUSHBACK(&lte->arch.plt_map, &reloc_arg) < 0) {

Completed in 164 milliseconds