Home
last modified time | relevance | path

Searched defs:elf_mapped_base (Results 1 – 4 of 4) sorted by relevance

/external/cronet/base/debug/
Delf_reader.cc49 const Ehdr* GetElfHeader(const void* elf_mapped_base) { in GetElfHeader()
59 size_t ReadElfBuildId(const void* elf_mapped_base, in ReadElfBuildId()
125 absl::optional<StringPiece> ReadElfLibraryName(const void* elf_mapped_base) { in ReadElfLibraryName()
169 span<const Phdr> GetElfProgramHeaders(const void* elf_mapped_base) { in GetElfProgramHeaders()
184 size_t GetRelocationOffset(const void* elf_mapped_base) { in GetRelocationOffset()
/external/google-breakpad/src/common/linux/
Dfile_id.cc100 static bool FindElfBuildIDNote(const void* elf_mapped_base, in FindElfBuildIDNote()
125 static bool HashElfTextSection(const void* elf_mapped_base, in HashElfTextSection()
Delfutils.cc129 bool FindElfSection(const void* elf_mapped_base, in FindElfSection()
161 bool FindElfSegments(const void* elf_mapped_base, in FindElfSegments()
/external/libchrome/base/debug/
Delf_reader_linux.cc70 std::vector<ElfSegment> FindElfSegments(const void* elf_mapped_base, in FindElfSegments()