Searched defs:elf_file_path (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/make/tools/ |
H A D | check_elf_file.py | 164 def _read_elf_header(cls, elf_file_path): argument 175 def open(cls, elf_file_path, llvm_readobj): argument 196 def _read_llvm_readobj(cls, elf_file_path, header, llvm_readobj): argument 207 def _parse_llvm_readobj(cls, elf_file_path, header, lines): argument 227 def _parse_dynamic_table(cls, elf_file_path, lines_it): argument
|
/aosp12/art/libelffile/elf/ |
H A D | elf_builder.h | 637 void PrepareDynamicSection(const std::string& elf_file_path, in PrepareDynamicSection()
|