Lines Matching defs:function
46 * "The dl_iterate_phdr() function walks through the list of an
47 * application's shared objects and calls the function callback
145 const char *function;
173 &data->function,
197 if (data.function)
198 aname = bfd_demangle(abfd, data.function,
200 name = aname ? aname : data.function;
217 &data.function, &data.line);
237 return data.function;
307 if (data.function &&
309 os_strcmp(data.function, __func__) != 0)) {
310 buf[pos++] = data.function;
316 &data.function,