Searched refs:relocated (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/libdwfl/
H A Ddwfl_module_getelf.c40 if (mod->e_type == ET_REL && ! mod->main.relocated)
45 mod->main.relocated = true;
51 mod->debug.relocated = true;
52 else if (mod->debug.elf != NULL && ! mod->debug.relocated)
54 mod->debug.relocated = true;
H A Drelocate.c109 Elf *relocated, struct reloc_symtab_cache *cache,
114 if (mod->symfile == NULL || mod->symfile->elf != relocated)
122 while ((scn = elf_nextscn (relocated, scn)) != NULL)
139 cache->symelf = relocated;
165 the file being relocated, so it's what we need. Or else
317 Elf * const relocated,
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
108 relocate_getsym(Dwfl_Module *mod, Elf *relocated, struct reloc_symtab_cache *cache, int symndx, GElf_Sym *sym, GElf_Word *shndx) argument
316 relocate(Dwfl_Module * const mod, Elf * const relocated, struct reloc_symtab_cache * const reloc_symtab, Elf_Data * const tdata, const GElf_Ehdr * const ehdr, GElf_Addr offset, const GElf_Sxword *addend, int rtype, int symndx) argument
478 relocate_section(Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, size_t shstrndx, struct reloc_symtab_cache *reloc_symtab, Elf_Scn *scn, GElf_Shdr *shdr, Elf_Scn *tscn, bool debugscn, bool partial) argument
747 __libdwfl_relocate_section(Dwfl_Module *mod, Elf *relocated, Elf_Scn *relocscn, Elf_Scn *tscn, bool partial) argument
[all...]
H A DlibdwflP.h153 bool relocated; /* Partial relocation of all sections done. */ member in struct:dwfl_file
473 this, dwarf_begin_elf on FILE will read the relocated data.
487 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
H A Ddwfl_module_getdwarf.c1313 if (mod->e_type == ET_REL && !debugfile->relocated)
1317 /* The debugging sections have to be relocated. */
1433 && mod->main.relocated && ! mod->debug.relocated)
1435 mod->debug.relocated = true;
/external/llvm/test/MC/ARM/
H A Darm-elf-relocation-diagnostics.s7 @ CHECK: error: relocated expression must be 32-bit
12 @ CHECK: error: relocated expression must be 32-bit
17 @ CHECK: error: relocated expression must be 32-bit
22 @ CHECK: error: relocated expression must be 32-bit
H A Drelocated-mapping.s3 @ Implementation-detail test (unfortunately): values that are relocated do not
H A Deh-compact-pr1.s65 @ 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
H A Deh-directive-section.s90 @ The first word should be relocated to the code address in .TEST1 section.
91 @ The second word should be relocated to the EHTAB entry in .ARM.extab.TEST1
149 @ The first word should be relocated to the code address in TEST2 section.
150 @ The second word should be relocated to the EHTAB entry in .ARM.extabTEST2
H A Deh-compact-pr0.s64 @ The first word should be relocated to .TEST1 section. Besides, there is
101 @ The first word should be relocated to .TEST2 section. Besides, there is
H A Deh-directive-section-multiple-func.s100 @ The first word of each entry should be relocated to .TEST1 section.
101 @ The second word of each entry should be relocated to
H A Deh-directive-text-section-multiple-func.s60 @ The first word of each entry should be relocated to .text section.
H A Deh-directive-text-section.s75 @ The first word should be relocated to the code address in .text section.

Completed in 146 milliseconds