Searched defs:rel_type (Results 1 – 4 of 4) sorted by relevance
393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc() local495 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type, in ResolveSymbol()561 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelRelocs() local608 const ELF::Word rel_type = ELF_R_TYPE(rela->r_info); in ApplyRelaRelocs() local692 void ElfRelocations::AdjustRelocation(ELF::Word rel_type, in AdjustRelocation()742 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in RelocateRela() local775 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in RelocateRel() local
1294 unsigned rel_type, in ParsePLTRelocations()1426 unsigned rel_type = PLTRelocationType(); in ParseTrampolineSymbols() local
2442 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections() local
420 int (*rel_type) (struct ld_state *); member