HomeSort by relevance Sort by last modified time
    Searched refs:lookup_addr (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
segment.c 71 bool need_start = (i == 0 || dwfl->lookup_addr[i - 1] != start);
72 bool need_end = (i >= dwfl->lookup_elts || dwfl->lookup_addr[i + 1] != end);
80 GElf_Addr *naddr = realloc (dwfl->lookup_addr, sizeof naddr[0] * n);
86 if (naddr != dwfl->lookup_addr)
91 dwfl->lookup_addr = naddr;
110 memcpy (&dwfl->lookup_addr[i + need], &dwfl->lookup_addr[i],
111 need * sizeof dwfl->lookup_addr[0]);
121 dwfl->lookup_addr[i] = start;
130 dwfl->lookup_addr[i] = end
    [all...]
dwfl_end.c 58 free (dwfl->lookup_addr);
libdwflP.h 118 GElf_Addr *lookup_addr; /* Start address of segment. */ member in struct:Dwfl
dwfl_segment_report_module.c 88 && dwfl->lookup_addr[segment] < addr);
119 GElf_Addr start = dwfl->lookup_addr[segment];

Completed in 421 milliseconds