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

  /external/elfutils/0.153/libdwfl/
dwfl_module_getelf.c 61 if (mod->e_type == ET_REL && ! mod->main.relocated)
66 mod->main.relocated = true;
72 mod->debug.relocated = true;
73 else if (mod->debug.elf != NULL && ! mod->debug.relocated)
75 mod->debug.relocated = true;
relocate.c 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
    [all...]
libdwflP.h 141 bool relocated; /* Partial relocation of all sections done. */ member in struct:dwfl_file
312 this, dwarf_begin_elf on FILE will read the relocated data.
320 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
dwfl_module_getdwarf.c 958 if (mod->e_type == ET_REL && !debugfile->relocated)
962 /* The debugging sections have to be relocated. */
1064 && mod->main.relocated && ! mod->debug.relocated)
1066 mod->debug.relocated = true;
  /external/llvm/test/MC/ARM/
relocated-mapping.s 3 @ Implementation-detail test (unfortunately): values that are relocated do not
eh-compact-pr1.s 65 @ The first word should be relocated to .TEST1 section, and the second word
66 @ should be relocated to .ARM.extab.TEST1 section. Besides, there is
eh-directive-section.s 84 @ The first word should be relocated to the code address in .TEST1 section.
85 @ The second word should be relocated to the EHTAB entry in .ARM.extab.TEST1
135 @ The first word should be relocated to the code address in TEST2 section.
136 @ The second word should be relocated to the EHTAB entry in .ARM.extabTEST2
eh-compact-pr0.s 62 @ The first word should be relocated to .TEST1 section. Besides, there is
97 @ The first word should be relocated to .TEST2 section. Besides, there is
eh-directive-section-multiple-func.s 94 @ The first word of each entry should be relocated to .TEST1 section.
95 @ The second word of each entry should be relocated to
eh-directive-text-section-multiple-func.s 60 @ The first word of each entry should be relocated to .text section.
eh-directive-text-section.s 75 @ The first word should be relocated to the code address in .text section.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect1.asm 22 ; with the VMM (Win3.x/9x kernel). To be relocated
  /external/qemu-pc-bios/bochs/bios/
rombios.c 8646 int19_relocated: ;; Boot function, relocated local
    [all...]

Completed in 219 milliseconds