Searched refs:Rela (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/src/libelf/ |
D | abstract.h | 148 START (32, Rela, Ext##Rela) \ 152 END (32, Ext##Rela) 154 START (64, Rela, Ext##Rela) \ 158 END (64, Ext##Rela)
|
D | gelf_xlate.h | 46 TYPE (Rela, LIBELFBITS)
|
D | elf_getdata.c | 91 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 649 typename ELFO::Elf_Rela Rela; in printRelocations() local 650 Rela.r_offset = RI->r_offset; in printRelocations() 651 Rela.r_info = RI->r_info; in printRelocations() 652 Rela.r_addend = 0; in printRelocations() 653 printRelocation(Sec, Rela); in printRelocations()
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 133 const Elf_Rela *getRela(DataRefImpl Rela) const; 789 ELFObjectFile<ELFT>::getRela(DataRefImpl Rela) const { in getRela() argument 790 return EF.template getEntry<Elf_Rela>(Rela.d.a, Rela.d.b); in getRela()
|