Lines Matching defs:base
713 Dwarf_Addr base;
715 /* Fetch the CU's base address. */
718 /* Find the base address of the compilation unit. It will
720 the base address could be overridden by DW_AT_entry_pc. It's
724 if (INTUSE(dwarf_lowpc) (&cudie, &base) != 0
728 &base) != 0)
730 /* The compiler provided no base address when it should
733 base = 0;
735 cu->base_address = base;
789 /* And the base offset should be at least inside the section. */
843 case 1: /* base address setup. */
874 /* Note these addresses include any base (if necessary) already. */
928 Dwarf_Addr base, start, end;
934 /* This is a true loclistptr, fetch the initial base address and offset. */
935 base = __libdw_cu_base_address (attr->cu);
936 if (base == (Dwarf_Addr) -1)
946 && (off = getlocations_addr (attr, off, &base, &start, &end,
1019 base address and offset. */