Searched defs:rel_type (Results 1 – 4 of 4) sorted by relevance
567 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelReloc() local669 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type, in ResolveSymbol()735 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in ApplyRelRelocs() local785 const ELF::Word rel_type = ELF_R_TYPE(rela->r_info); in ApplyRelaRelocs() local872 void ElfRelocations::AdjustRelocation(ELF::Word rel_type, in AdjustRelocation()928 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); in RelocateRela() local961 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