Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.cpp567 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc() local
572 RLOG(" rel reloc=%p offset=%p type=%d\n", reloc, rel->r_offset, rel_type); in ApplyRelReloc()
576 switch (rel_type) { in ApplyRelReloc()
662 error->Format("Invalid relocation type (%d)", rel_type); in ApplyRelReloc()
669 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type, in ResolveSymbol() argument
706 RelocationType r = GetRelocationType(rel_type); in ResolveSymbol()
735 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelRelocs() local
745 rel_type, in ApplyRelRelocs()
748 if (rel_type == 0) in ApplyRelRelocs()
755 if (!ResolveSymbol(rel_type, in ApplyRelRelocs()
[all …]
Dcrazy_linker_elf_relocations.h66 bool ResolveSymbol(unsigned rel_type,
91 void AdjustRelocation(ELF::Word rel_type,
/external/elfutils/0.153/src/
Dld.h420 int (*rel_type) (struct ld_state *); member
422 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
Dldgeneric.c232 ld_state.callbacks.rel_type = ld_generic_rel_type; in ld_prepare_state()
2442 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections() local
2509 new_generated_scn (scn_dot_pltrel, ".rel.plt", rel_type, SHF_ALLOC, in ld_generic_generate_sections()
2510 rel_type == SHT_REL in ld_generic_generate_sections()
2631 new_generated_scn (scn_dot_dynrel, ".rel.dyn", rel_type, SHF_ALLOC, in ld_generic_generate_sections()
2632 rel_type == SHT_REL in ld_generic_generate_sections()
Di386_ld.c1103 statep->callbacks.rel_type = elf_i386_rel_type; in elf_i386_ld_init()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1294 unsigned rel_type, in ParsePLTRelocations() argument
1304 ELFRelocation rel(rel_type); in ParsePLTRelocations()
1426 unsigned rel_type = PLTRelocationType(); in ParseTrampolineSymbols() local
1427 if (!rel_type) in ParseTrampolineSymbols()
1432 rel_type, in ParseTrampolineSymbols()