Searched defs:elf_file_path (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/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 206 def _parse_llvm_readobj(cls, elf_file_path, header, lines): argument 273 def _parse_dynamic_table(cls, elf_file_path, lines_it): argument
|
/aosp_15_r20/art/libelffile/elf/ |
H A D | elf_builder.h | 640 void PrepareDynamicSection(const std::string& elf_file_path, in PrepareDynamicSection()
|