Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:relocated

119    the symbol table in RELOCATED itself when it has one, not MOD->symfile.  */
122 Elf *relocated, struct reloc_symtab_cache *cache,
127 if (mod->symfile == NULL || mod->symfile->elf != relocated)
135 while ((scn = elf_nextscn (relocated, scn)) != NULL)
144 cache->symelf = relocated;
169 the file being relocated, so it's what we need. Or else
283 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr,
291 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name);
330 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab,
404 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata,
422 /* Now convert the relocated datum back to the target
424 points into the raw section data being relocated. */
425 Elf_Data *s = gelf_xlatetof (relocated, &rdata, &tmpdata,
520 already been fully relocated. */
610 __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
619 if (elf_getshstrndx (relocated, &shstrndx) < 0)
623 ?: relocate_section (mod, relocated,
624 gelf_getehdr (relocated, &ehdr_mem), shstrndx,