Lines Matching full:relocated
123 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */
126 Elf *relocated, struct reloc_symtab_cache *cache,
131 if (mod->symfile == NULL || mod->symfile->elf != relocated)
139 while ((scn = elf_nextscn (relocated, scn)) != NULL)
148 cache->symelf = relocated;
173 the file being relocated, so it's what we need. Or else
296 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr,
304 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name);
356 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab,
431 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata,
449 /* Now convert the relocated datum back to the target
451 points into the raw section data being relocated. */
452 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata,
547 already been fully relocated. */
637 __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
646 if (elf_getshdrstrndx (relocated, &shstrndx) < 0)
650 ?: relocate_section (mod, relocated,
651 gelf_getehdr (relocated, &ehdr_mem), shstrndx,