Home
last modified time | relevance | path

Searched refs:Rela (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libelf/
Dabstract.h148 START (32, Rela, Ext##Rela) \
152 END (32, Ext##Rela)
154 START (64, Rela, Ext##Rela) \
158 END (64, Ext##Rela)
Dgelf_xlate.h46 TYPE (Rela, LIBELFBITS)
Delf_getdata.c98 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
/external/llvm/include/llvm/Object/
DELFObjectFile.h303 const Elf_Rela *getRela(DataRefImpl Rela) const;
733 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() argument
734 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
735 return EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b >> 1); in getRela()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp1198 Elf_Rela Rela; in printRelocations() local
1199 Rela.r_offset = R.r_offset; in printRelocations()
1200 Rela.r_info = R.r_info; in printRelocations()
1201 Rela.r_addend = 0; in printRelocations()
1202 printRelocation(Rela, SymTab); in printRelocations()