Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libunwindstack/
H A DSymbols.cpp32 Symbols::Symbols(uint64_t offset, uint64_t size, uint64_t entry_size, uint64_t str_offset, in Symbols()
187 uint64_t str_offset = str_offset_ + entry.st_name; in GetGlobal() local
H A DElfInterface.cpp308 uint64_t str_offset = ehdr.e_shoff + shdr.sh_link * ehdr.e_shentsize; in ReadSectionHeaders() local
/aosp12/art/libdexfile/dex/
H A Dtype_lookup_table.h113 Entry(uint32_t str_offset, uint32_t hash, uint32_t class_def_index, uint32_t mask_bits) in Entry()
/aosp12/system/unwinding/libunwindstack/tests/
H A DSymbolsTest.cpp342 uint64_t str_offset = 0xa000; in TYPED_TEST_P() local