Searched refs:Symbols (Results 1 – 7 of 7) sorted by relevance
/system/core/libunwindstack/ |
D | Symbols.cpp | 30 Symbols::Symbols(uint64_t offset, uint64_t size, uint64_t entry_size, uint64_t str_offset, in Symbols() function in unwindstack::Symbols 39 const Symbols::Info* Symbols::GetInfoFromCache(uint64_t addr) { in GetInfoFromCache() 58 bool Symbols::GetName(uint64_t addr, Memory* elf_memory, std::string* name, uint64_t* func_offset) { in GetName() 107 bool Symbols::GetGlobal(Memory* elf_memory, const std::string& name, uint64_t* memory_address) { in GetGlobal() 132 template bool Symbols::GetName<Elf32_Sym>(uint64_t, Memory*, std::string*, uint64_t*); 133 template bool Symbols::GetName<Elf64_Sym>(uint64_t, Memory*, std::string*, uint64_t*); 135 template bool Symbols::GetGlobal<Elf32_Sym>(Memory*, const std::string&, uint64_t*); 136 template bool Symbols::GetGlobal<Elf64_Sym>(Memory*, const std::string&, uint64_t*);
|
D | Symbols.h | 30 class Symbols { 40 Symbols(uint64_t offset, uint64_t size, uint64_t entry_size, uint64_t str_offset, 42 virtual ~Symbols() = default;
|
D | Android.bp | 76 "Symbols.cpp",
|
D | ElfInterface.cpp | 331 symbols_.push_back(new Symbols(shdr.sh_offset, shdr.sh_size, shdr.sh_entsize, in ReadSectionHeaders()
|
/system/core/libunwindstack/tests/ |
D | SymbolsTest.cpp | 61 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() 88 Symbols symbols(0x1000, sizeof(TypeParam), sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() 122 Symbols symbols(0x1000, sizeof(TypeParam) * 3, sizeof(TypeParam), 0x2000, 0x500); in TYPED_TEST_P() 181 Symbols symbols(0x1000, entry_size * 3, entry_size, 0x2000, 0x500); in TYPED_TEST_P() 222 Symbols symbols_end_at_100(0x1000, sizeof(TypeParam) * 2, sizeof(TypeParam), 0x2000, 0x100); in TYPED_TEST_P() 223 Symbols symbols_end_at_200(0x1000, sizeof(TypeParam) * 2, sizeof(TypeParam), 0x2000, 0x200); in TYPED_TEST_P() 256 Symbols symbols(0x1000, 3 * sizeof(TypeParam), sizeof(TypeParam), 0xa000, 0x1000); in TYPED_TEST_P() 308 Symbols symbols(start_offset, 4 * sizeof(TypeParam), sizeof(TypeParam), str_offset, 0x1000); in TYPED_TEST_P()
|
/system/core/libunwindstack/include/unwindstack/ |
D | ElfInterface.h | 36 class Symbols; variable 169 std::vector<Symbols*> symbols_;
|
/system/chre/build/sys_support/qcom/ |
D | uimage.lcs.toolv80 | 187 Symbols in the DWARF debugging sections are relative to the beginning
|