Lines Matching defs:addr
49 result->addr = NULL;
60 unsigned char *addr;
67 addr = __libdw_find_attr (&this_die, DW_AT_sibling, &sibattr.code,
69 if (addr != NULL && sibattr.code == DW_AT_sibling)
72 sibattr.valp = addr;
80 size_t die_off = this_die.addr - this_die.cu->startp;
88 addr = sibattr.cu->startp + offset;
90 else if (unlikely (addr == NULL)
104 if (addr >= endp)
107 if (*addr != '\0')
113 result->addr = addr;
118 ++addr;
122 this_die.addr = addr;
129 if (addr >= endp)
137 result->addr = addr;