OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lmd
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/
os-hpux.c
49
struct load_module_desc
lmd
;
local
72
if (!dlmodinfo (ip, &
lmd
, sizeof (
lmd
), NULL, 0, 0))
75
path = dlgetname (&
lmd
, sizeof (
lmd
), NULL, 0, 0);
83
map->start =
lmd
.text_base;
84
map->end = cur_map->start +
lmd
.text_size;
/external/libunwind/src/ia64/
Gtables.c
674
struct load_module_desc
lmd
;
684
if (!dlmodinfo (ip, &
lmd
, sizeof (
lmd
), NULL, 0, 0))
688
di.start_ip =
lmd
.text_base;
689
di.end_ip =
lmd
.text_base +
lmd
.text_size;
690
di.gp =
lmd
.linkage_ptr;
692
di.u.ti.segbase =
lmd
.text_base;
694
uhdr = (struct unwind_header *)
lmd
.unwind_base;
Completed in 41 milliseconds