Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:in

9    Red Hat elfutils is distributed in the hope that it will be useful, but
18 In addition, as a special exception, Red Hat, Inc. gives You the
25 those well defined interfaces identified in the file named EXCEPTION
26 found in the source code files (the "Approved Interfaces"). The files
34 License in all respects for all of the Red Hat elfutils code and other
35 code used in conjunction with Red Hat elfutils except the Non-GPL Code
46 included package. Should you wish to participate in the Open Invention
250 /* Report a module for each struct link_map in the linked list at r_map
251 in the struct r_debug at R_DEBUG_VADDR.
303 } *in = vaddr - read_vaddr + buffer;
309 addrs[i] = BE32 (in->a32[i]);
312 addrs[i] = LE32 (in->a32[i]);
318 addrs[i] = BE64 (in->a64[i]);
321 addrs[i] = LE64 (in->a64[i]);
335 /* There can't be more elements in the link_map list than there are
338 there must be a loop in the pointers due to link_map clobberation. */
421 up with a list in the same order as the link_map chain. */
474 // XXX this could be saved in the file cache: phdr vaddr, DT_DEBUG d_val vaddr
720 Elf_Data in =
727 if ((*memory_callback) (dwfl, phdr_segndx, &in.d_buf, &in.d_size,
743 in.d_size = out.d_size;
746 (&out, &in, elfdata) != NULL))
772 (*memory_callback) (dwfl, -1, &in.d_buf, &in.d_size, 0, 0,
806 Elf_Data in =
814 if ((*memory_callback) (dwfl, dyn_segndx, &in.d_buf, &in.d_size,
830 in.d_size = out.d_size;
833 (&out, &in, elfdata) != NULL))
863 (*memory_callback) (dwfl, -1, &in.d_buf, &in.d_size, 0, 0,