Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:l_name

242    no such module exists, this calls dwfl_report_elf on the l_name string.
335 GElf_Addr l_name = addrs[1];
344 /* Fetch the string at the l_name address. */
347 && read_vaddr <= l_name
348 && l_name + 1 - read_vaddr < buffer_available
349 && memchr (l_name - read_vaddr + buffer, '\0',
350 buffer_available - (l_name - read_vaddr)) != NULL)
351 name = l_name - read_vaddr + buffer;
355 read_vaddr = l_name;
356 int segndx = INTUSE(dwfl_addrsegment) (dwfl, l_name, NULL);
360 l_name, 0, memory_callback_arg))
1027 elided from the core file. This is necessary when the l_name