Home
last modified time | relevance | path

Searched refs:cu_base (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dreadelf.c5540 split_dwarf_cu_base (Dwarf *dbg, Dwarf_CU **cu, Dwarf_Addr *cu_base) in split_dwarf_cu_base() argument
5548 *cu_base = cudie_base (&cudie); in split_dwarf_cu_base()
5654 Dwarf_Addr cu_base = 0; in print_debug_rnglists_section() local
5659 &cu_base, &cu) in print_debug_rnglists_section()
5660 || split_dwarf_cu_base (dbg, &cu, &cu_base)) in print_debug_rnglists_section()
5670 print_dwarf_addr (dwflmod, address_size, cu_base, cu_base); in print_debug_rnglists_section()
5709 Dwarf_Addr base = cu_base; in print_debug_rnglists_section()
5722 base = cu_base; in print_debug_rnglists_section()
8976 Dwarf_Addr cu_base = 0; in print_debug_loclists_section() local
8981 &cu_base, &cu) in print_debug_loclists_section()
[all …]
DChangeLog2165 (struct attrcb_args): Replace cu_base field with cu.
2166 (attr_callback): Pass cu not cu_base to notice_listptr.
2253 Add cu_base Dwarf_Addr field.
2254 (attr_callback): Call notice_listptr with cbargs->cu_base.
2255 (print_debug_units): Set args.cu_base.