Home | History | Annotate | Download | only in libdw

Lines Matching refs:address

153 	  /* Address, depends on address size of CU.  */
359 dwarf_getlocation_addr (attr, address, llbufs, listlens, maxlocs)
361 Dwarf_Addr address;
423 if (begin == (Elf64_Addr) -1l) /* Base address entry. */
436 if (begin == (Elf32_Addr) -1) /* Base address entry. */
459 /* Fetch the CU's base address. */
462 /* Find the base address of the compilation unit. It will
464 the base address could be overridden by DW_AT_entry_pc. It's
477 /* The compiler provided no base address when it should
484 if (address >= base + begin && address < base + end)
486 /* This one matches the address. */