Searched refs:Rela (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/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 | 98 [ELF_T_RELA] = __alignof__ (ElfW2(Bits,Rela)), \
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 303 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/ |
D | ELFDumper.cpp | 1198 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()
|