OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookup_addr
(Results
1 - 7
of
7
) sorted by null
/external/elfutils/libdwfl/
segment.c
52
bool need_start = (i == 0 || dwfl->
lookup_addr
[i - 1] != start);
54
|| dwfl->
lookup_addr
[i + 1] != end);
62
GElf_Addr *naddr = realloc (dwfl->
lookup_addr
, sizeof naddr[0] * n);
68
if (naddr != dwfl->
lookup_addr
)
73
dwfl->
lookup_addr
= naddr;
93
memmove (&dwfl->
lookup_addr
[i + need], &dwfl->
lookup_addr
[i],
94
move * sizeof dwfl->
lookup_addr
[0]);
104
dwfl->
lookup_addr
[i] = start;
115
dwfl->
lookup_addr
[i] = end
[
all
...]
dwfl_end.c
41
free (dwfl->
lookup_addr
);
dwfl_segment_report_module.c
74
while (dwfl->
lookup_addr
[segment] < addr);
261
GElf_Addr start = dwfl->
lookup_addr
[segment];
libdwflP.h
133
GElf_Addr *
lookup_addr
; /* Start address of segment. */
member in struct:Dwfl
ChangeLog
[
all
...]
/external/skia/platform_tools/android/bin/linux/
perfhost
/external/skqp/platform_tools/android/bin/linux/
perfhost
Completed in 247 milliseconds