HomeSort by relevance Sort by last modified time
    Searched refs:relocated (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/MC/ARM/
relocated-mapping.s 3 @ Implementation-detail test (unfortunately): values that are relocated do not
  /external/elfutils/libdwfl/
relocate.c 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
    [all...]
dwfl_module_getdwarf.c 608 if (mod->e_type == ET_REL && !debugfile->relocated)
612 /* The debugging sections have to be relocated. */
712 if (mod->e_type == ET_REL && ! mod->main.relocated)
717 mod->main.relocated = true;
723 mod->debug.relocated = true;
724 else if (mod->debug.elf != NULL && ! mod->debug.relocated)
726 mod->debug.relocated = true;
754 && mod->main.relocated && ! mod->debug.relocated)
756 mod->debug.relocated = true
    [all...]
libdwflP.h 136 bool relocated; /* Partial relocation of all sections done. */ member in struct:dwfl_file
247 this, dwarf_begin_elf on FILE will read the relocated data.
255 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
  /development/ndk/platforms/android-9/arch-x86/src/
crtbegin_dynamic.S 47 # so we use a tiny trampoline that will get relocated
crtbegin_static.S 47 # so we use a tiny trampoline that will get relocated
  /external/qemu-pc-bios/bochs/bios/
rombios.c 8646 int19_relocated: ;; Boot function, relocated local
    [all...]

Completed in 770 milliseconds