Searched defs:rel_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_elf_relocations.cpp567 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
572 RLOG(" rel reloc=%p offset=%p type=%d\n", reloc, rel->r_offset, rel_type);
576 switch (rel_type) {
662 error->Format("Invalid relocation type (%d)", rel_type);
669 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type, argument
706 RelocationType r = GetRelocationType(rel_type);
735 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
745 rel_type,
748 if (rel_type == 0)
755 if (!ResolveSymbol(rel_type,
785 const ELF::Word rel_type = ELF_R_TYPE(rela->r_info); local
872 AdjustRelocation(ELF::Word rel_type, ELF::Addr src_reloc, size_t dst_delta, size_t map_delta) argument
928 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
961 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
[all...]
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1294 unsigned rel_type,
1304 ELFRelocation rel(rel_type);
1426 unsigned rel_type = PLTRelocationType(); local
1427 if (!rel_type)
1432 rel_type,
1292 ParsePLTRelocations(Symtab *symbol_table, user_id_t start_id, unsigned rel_type, const ELFHeader *hdr, const ELFSectionHeader *rel_hdr, const ELFSectionHeader *plt_hdr, const ELFSectionHeader *sym_hdr, const lldb::SectionSP &plt_section_sp, DataExtractor &rel_data, DataExtractor &symtab_data, DataExtractor &strtab_data) argument
/external/elfutils/0.153/src/
H A Dld.h420 int (*rel_type) (struct ld_state *); member in struct:callbacks
422 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
H A Dldgeneric.c232 ld_state.callbacks.rel_type = ld_generic_rel_type;
2442 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; local
2509 new_generated_scn (scn_dot_pltrel, ".rel.plt", rel_type, SHF_ALLOC,
2510 rel_type == SHT_REL
2631 new_generated_scn (scn_dot_dynrel, ".rel.dyn", rel_type, SHF_ALLOC,
2632 rel_type == SHT_REL
7114 "rel_type");

Completed in 133 milliseconds