Home
last modified time | relevance | path

Searched defs:AR (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFReloc.hxx28 ELFReloc_CRTP<Bitwidth>::readRela(Archiver &AR, size_t index) { in readRela()
56 ELFReloc_CRTP<Bitwidth>::readRel(Archiver &AR, size_t index) { in readRel()
DELFSectionNoBits.hxx30 ELFSectionNoBits<Bitwidth>::read(Archiver &AR, ELFSectionHeaderTy const *sh) { in read()
DELFSection.hxx34 ELFSection<Bitwidth>::read(Archiver &AR, in read()
DELFSectionStrTab.hxx30 ELFSectionStrTab<Bitwidth>::read(Archiver &AR, in read()
DELFSectionHeader.hxx34 ELFSectionHeader_CRTP<Bitwidth>::read(Archiver &AR, in read()
DELFSectionProgBits.hxx33 ELFSectionProgBits<Bitwidth>::read(Archiver &AR, in read()
DELFSectionRelTable.hxx55 ELFSectionRelTable<Bitwidth>::read(Archiver &AR, in read()
DELFSectionHeaderTable.hxx36 ELFSectionHeaderTable<Bitwidth>::read(Archiver &AR, ELFObjectTy *owner) { in read()
DELFSectionSymTab.hxx88 ELFSectionSymTab<Bitwidth>::read(Archiver &AR, in read()
DELFSymbol.hxx45 ELFSymbol_CRTP<Bitwidth>::read(Archiver &AR, in read()
DELFObject.hxx35 ELFObject<Bitwidth>::read(Archiver &AR) { in read()
/frameworks/rs/cpu_ref/linkloader/
Dmain.cpp144 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/
DELFReloc.h79 bool serializeRel(Archiver &AR) { in serializeRel()
92 bool serializeRela(Archiver &AR) { in serializeRela()
DELFSectionProgBits.h66 bool serialize(Archiver &AR) { in serialize()
DELFSymbol.h158 bool serialize(Archiver &AR) { in serialize()
182 bool serialize(Archiver &AR) { in serialize()
DELFSectionHeader.h121 bool serialize(Archiver &AR) { in serialize()
172 bool serialize(Archiver &AR) { in serialize()
DELFHeader.h151 static ELFHeader *read(Archiver &AR) { in read()
180 bool serialize(Archiver &AR) { in serialize()
/frameworks/rs/cpu_ref/linkloader/android/
Dlibrsloader.cpp58 ArchiveReaderLE AR(buf, buf_size); in rsloaderLoadExecutable() local