Home | History | Annotate | Download | only in libdw

Lines Matching defs:addr

49     result->addr = NULL;
60 unsigned char *addr = this_die.addr;
69 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code,
71 if (addr != NULL && sibattr.code == DW_AT_sibling)
74 sibattr.valp = addr;
82 size_t die_off = this_die.addr - this_die.cu->startp;
90 addr = sibattr.cu->startp + offset;
92 else if (unlikely (addr == NULL)
104 if (addr >= endp)
107 if (*addr != '\0')
113 result->addr = addr;
118 ++addr;
122 this_die.addr = addr;
128 if (addr >= endp)
136 result->addr = addr;