Home
last modified time | relevance | path

Searched refs:ArrayRef (Results 1 – 3 of 3) sorted by relevance

/system/ulib/elf-search/include/
A Delf-search.h17 class ArrayRef {
19 ArrayRef() = default;
21 ArrayRef(const T (&arr)[N]) in ArrayRef() function
23 ArrayRef(const fbl::Array<T>& arr) in ArrayRef() function
25 ArrayRef(const T* ptr, size_t sz) in ArrayRef() function
58 bool operator==(ArrayRef<T> a, ArrayRef<T> b) {
71 ArrayRef<T> MakeArrayRef(const T* p, size_t sz) { in MakeArrayRef()
76 ArrayRef<T> MakeArrayRef(const T (&arr)[N]) { in MakeArrayRef()
83 ArrayRef<uint8_t> build_id;
85 ArrayRef<Elf64_Phdr> phdrs;
/system/utest/elf-search/
A Delf-search-test.cpp21 bool WriteHeaders(const ArrayRef<Elf64_Phdr>& phdrs, const zx::vmo& vmo) { in WriteHeaders()
55 bool WriteBuildID(ArrayRef<uint8_t> build_id, const zx::vmo& vmo, uint64_t note_offset) { in WriteBuildID()
77 ArrayRef<Elf64_Phdr> phdrs;
78 ArrayRef<uint8_t> build_id;
/system/ulib/elf-search/
A Delf-search.cpp231 ArrayRef<uint8_t> build_id; in ForEachModule()

Completed in 4 milliseconds