Home
last modified time | relevance | path

Searched defs:ReadElf (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/compiler/utils/
H A Dassembler_test_base.h200 void ReadElf(const std::string& filename, /*out*/ std::vector<uint8_t>* code) { in ReadElf() function
/aosp12/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py456 def __init__(self, binary_cache_dir: Optional[Union[Path, str]], readelf: ReadElf):
858 class ReadElf(object): class