Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:elf

34 		  GElf_Word *shndxp, Elf **elfp, Dwarf_Addr *biasp,
54 Elf *elf;
63 elf = mod->symfile->elf;
72 elf = mod->aux_sym.elf;
81 elf = mod->symfile->elf;
90 elf = mod->aux_sym.elf;
113 GElf_Shdr *shdr = gelf_getshdr (elf_getscn (elf, shndx), &shdr_mem);
117 /* In case of an value in an allocated section the main Elf Ebl
127 && (ident = elf_getident (elf, NULL)) != NULL
132 if (elf != mod->main.elf)
134 st_value = dwfl_adjusted_st_value (mod, elf, st_value);
135 st_value = dwfl_deadjust_st_value (mod, mod->main.elf, st_value);
161 Dwfl_Error result = __libdwfl_relocate_value (mod, elf,
173 *resolved ? mod->main.elf : elf,
190 *elfp = elf;
192 *biasp = dwfl_adjusted_st_value (mod, elf, 0);
200 Elf **elfp, Dwarf_Addr *bias)