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 | 29 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 | ELFSectionHeaderTable.hxx | 36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) { in read()
|
D | ELFSectionRelTable.hxx | 55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR, 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 | 38 ELFObject<Bitwidth>::read(Archiver &AR) { in read()
|
/frameworks/rs/cpu_ref/linkloader/ |
D | main.cpp | 142 void dump_and_run_object(Archiver &AR, int argc, char **argv) { in dump_and_run_object() 171 void dump_and_run_file_from_archive(bool is32bit, Archiver &AR, in dump_and_run_file_from_archive() 201 ArchiveReaderLE AR(image, size); in dump_and_run_file() local 204 ArchiveReaderBE AR(image, size); in dump_and_run_file() local
|
/frameworks/rs/cpu_ref/linkloader/include/ |
D | ELFReloc.h | 78 bool serializeRel(Archiver &AR) { in serializeRel() 91 bool serializeRela(Archiver &AR) { in serializeRela()
|
D | ELFSectionProgBits.h | 78 bool serialize(Archiver &AR) { in serialize()
|
D | ELFSymbol.h | 156 bool serialize(Archiver &AR) { in serialize() 180 bool serialize(Archiver &AR) { in serialize()
|
D | ELFSectionHeader.h | 120 bool serialize(Archiver &AR) { in serialize() 171 bool serialize(Archiver &AR) { in serialize()
|
D | ELFHeader.h | 150 static ELFHeader *read(Archiver &AR) { in read() 179 bool serialize(Archiver &AR) { in serialize()
|
/frameworks/rs/cpu_ref/linkloader/android/ |
D | librsloader.cpp | 69 ArchiveReaderLE AR(buf, buf_size); in rsloaderLoadExecutable() local
|