Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_elf_relocations.cpp393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc() local
495 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type, in ResolveSymbol()
561 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelRelocs() local
608 const ELF::Word rel_type = ELF_R_TYPE(rela->r_info); in ApplyRelaRelocs() local
692 void ElfRelocations::AdjustRelocation(ELF::Word rel_type, in AdjustRelocation()
742 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in RelocateRela() local
775 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in RelocateRel() local
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp1294 unsigned rel_type, in ParsePLTRelocations()
1426 unsigned rel_type = PLTRelocationType(); in ParseTrampolineSymbols() local
/external/elfutils/0.153/src/
Dldgeneric.c2442 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections() local
Dld.h420 int (*rel_type) (struct ld_state *); member