Searched defs:AR (Results 1 – 18 of 18) sorted by relevance
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFReloc.hxx | 28 ELFReloc_CRTP<Bitwidth>::readRela(Archiver &AR, size_t index) { in readRela() 56 ELFReloc_CRTP<Bitwidth>::readRel(Archiver &AR, size_t index) { in readRel()
|
D | ELFSectionNoBits.hxx | 30 ELFSectionNoBits<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) { in read()
|
D | ELFSection.hxx | 34 ELFSection<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFSectionStrTab.hxx | 30 ELFSectionStrTab<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFSectionHeader.hxx | 34 ELFSectionHeader_CRTP<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFSectionProgBits.hxx | 33 ELFSectionProgBits<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFSectionRelTable.hxx | 55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFSectionHeaderTable.hxx | 36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) { in read()
|
D | ELFSectionSymTab.hxx | 88 ELFSectionSymTab<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFSymbol.hxx | 45 ELFSymbol_CRTP<Bitwidth>::read(Archiver &AR, in read()
|
D | ELFObject.hxx | 35 ELFObject<Bitwidth>::read(Archiver &AR) { in read()
|
/frameworks/rs/cpu_ref/linkloader/ |
D | main.cpp | 144 void dump_and_run_object(Archiver &AR, int argc, char **argv) { in dump_and_run_object() 173 void dump_and_run_file_from_archive(bool is32bit, Archiver &AR, in dump_and_run_file_from_archive() 203 ArchiveReaderLE AR(image, size); in dump_and_run_file() local 206 ArchiveReaderBE AR(image, size); in dump_and_run_file() local
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFReloc.h | 79 bool serializeRel(Archiver &AR) { in serializeRel() 92 bool serializeRela(Archiver &AR) { in serializeRela()
|
D | ELFSectionProgBits.h | 66 bool serialize(Archiver &AR) { in serialize()
|
D | ELFSymbol.h | 158 bool serialize(Archiver &AR) { in serialize() 182 bool serialize(Archiver &AR) { in serialize()
|
D | ELFSectionHeader.h | 121 bool serialize(Archiver &AR) { in serialize() 172 bool serialize(Archiver &AR) { in serialize()
|
D | ELFHeader.h | 151 static ELFHeader *read(Archiver &AR) { in read() 180 bool serialize(Archiver &AR) { in serialize()
|
/frameworks/rs/cpu_ref/linkloader/android/ |
D | librsloader.cpp | 58 ArchiveReaderLE AR(buf, buf_size); in rsloaderLoadExecutable() local
|