Home
last modified time | relevance | path

Searched refs:program_headers (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp223 return elf->program_headers(); in GetELFProgramHeaders()
360 auto program_headers = GetELFProgramHeaders(elf_); in GetProgramHeader() local
361 if (!program_headers) { in GetProgramHeader()
364 std::vector<ElfSegment> segments(program_headers.get().size()); in GetProgramHeader()
365 for (size_t i = 0; i < program_headers.get().size(); i++) { in GetProgramHeader()
366 const auto& phdr = program_headers.get()[i]; in GetProgramHeader()
481 auto program_headers = GetELFProgramHeaders(elf_); in ReadMinExecutableVaddr() local
482 if (program_headers) { in ReadMinExecutableVaddr()
483 for (const auto& ph : program_headers.get()) { in ReadMinExecutableVaddr()
501 auto program_headers = GetELFProgramHeaders(elf_); in VaddrToOff() local
[all …]
/aosp_15_r20/external/crosvm/kernel_loader/src/
H A Dlib.rs192 for phdr in &elf.program_headers { in load_elf_for_class()
255 program_headers: Vec<elf::Elf64_Phdr>, field
328 program_headers: phdrs.into_iter().map(|ph| ph.into()).collect(), in read_elf_by_type()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/print/
H A Dfuchsia.rs47 fn program_headers(&self) -> PhdrIter<'_> { in program_headers() method
322 for phdr in info.program_headers() { in get_build_id()
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Ddump_symbols.cc179 const typename ElfClass::Phdr* program_headers, in GetLoadingAddress() argument
189 const Phdr& header = program_headers[i]; in GetLoadingAddress()
199 const typename ElfClass::Phdr* program_headers, in GetPtLoadSegmentRanges() argument
205 const Phdr& header = program_headers[i]; in GetPtLoadSegmentRanges()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DELF.cpp504 auto ProgramHeadersOrError = program_headers(); in dynamicEntries()
558 auto ProgramHeadersOrError = program_headers(); in toMappedAddr()
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp27 for (const typename ELFO::Elf_Phdr &Phdr : o->program_headers()) { in printProgramHeaders()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DBuildID.cpp28 auto PhdrsOrErr = Obj.program_headers(); in getBuildID()
H A DELF.cpp546 auto ProgramHeadersOrError = program_headers(); in dynamicEntries()
592 auto ProgramHeadersOrError = program_headers(); in toMappedAddr()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELF.h154 auto Headers = Obj.program_headers(); in getPhdrIndexForError()
327 Expected<Elf_Phdr_Range> program_headers() const { in program_headers() function
853 auto PhdrsOrErr = program_headers(); in createFakeSections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELF.h154 auto Headers = Obj.program_headers(); in getPhdrIndexForError()
327 Expected<Elf_Phdr_Range> program_headers() const { in program_headers() function
853 auto PhdrsOrErr = program_headers(); in createFakeSections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELF.h154 auto Headers = Obj.program_headers(); in getPhdrIndexForError()
327 Expected<Elf_Phdr_Range> program_headers() const { in program_headers() function
853 auto PhdrsOrErr = program_headers(); in createFakeSections()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELF.h154 auto Headers = Obj.program_headers(); in getPhdrIndexForError()
327 Expected<Elf_Phdr_Range> program_headers() const { in program_headers() function
853 auto PhdrsOrErr = program_headers(); in createFakeSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELF.h154 auto Headers = Obj.program_headers(); in getPhdrIndexForError()
283 Expected<Elf_Phdr_Range> program_headers() const { in program_headers() function
774 auto PhdrsOrErr = program_headers(); in createFakeSections()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp270 auto PHdrsOr = ElfFile.program_headers(); in initialize()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELF.h178 const Elf_Phdr_Range program_headers() const { in program_headers() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp291 auto PhdrsOrErr = Obj->program_headers(); in getBuildID()

12