HomeSort by relevance Sort by last modified time
    Searched refs:rel_type (Results 1 - 6 of 6) sorted by null

  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_relocations.cpp 393 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
398 RLOG(" rel reloc=%p offset=%p type=%d\n", reloc, rel->r_offset, rel_type);
402 switch (rel_type) {
488 error->Format("Invalid relocation type (%d)", rel_type);
495 bool ElfRelocations::ResolveSymbol(ELF::Word rel_type,
532 RelocationType r = GetRelocationType(rel_type);
561 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
571 rel_type,
574 if (rel_type == 0)
581 resolved = ResolveSymbol(rel_type,
608 const ELF::Word rel_type = ELF_R_TYPE(rela->r_info); local
742 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
775 const ELF::Word rel_type = ELF_R_TYPE(rel->r_info); local
    [all...]
crazy_linker_elf_relocations.h 59 bool ResolveSymbol(unsigned rel_type,
84 void AdjustRelocation(ELF::Word rel_type,
  /external/elfutils/src/src/
ld.h 412 int (*rel_type) (struct ld_state *); member in struct:callbacks
413 #define REL_TYPE(state) \
414 DL_CALL_FCT ((state)->callbacks.rel_type, (state))
    [all...]
i386_ld.c     [all...]
ldgeneric.c 224 ld_state.callbacks.rel_type = ld_generic_rel_type;
2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 1426 unsigned rel_type = PLTRelocationType(); local
    [all...]

Completed in 109 milliseconds