Lines Matching defs:addr
98 addr_in_section (Elf *elf, GElf_Word shndx, GElf_Addr addr)
103 return addr >= shdr.sh_addr && addr < shdr.sh_addr + shdr.sh_size;
155 GElf_Addr addr = value;
161 const char *aname = dwfl_module_addrinfo (mod, addr, &off, &asym,
175 addr = sym.st_value;
176 int res = dwfl_module_relocate_address (mod, &addr);
179 printf(", rel: %#" PRIx64 " (%s)", addr,
182 printf(", rel: %#" PRIx64 "", addr);
188 addr = value;
189 Elf_Scn *scn = dwfl_module_address_section (mod, &addr, &ebias);
197 value, addr, sname);