Home
last modified time | relevance | path

Searched defs:GetSectionName (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dvendor_tag_utils.cc102 static const char* GetSectionName(const vendor_tag_ops_t* /*tag_ops*/, in GetSectionName() function
197 const char* VendorTagManager::GetSectionName(uint32_t tag_id) const { in GetSectionName() function in android::google_camera_hal::VendorTagManager
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Delf_reader.cc881 const char* GetSectionName(typename ElfArch::Word sh_name) { in GetSectionName() function in google_breakpad::ElfReaderImpl
1175 const char* ElfReader::GetSectionName(int shndx) { in GetSectionName() function in google_breakpad::ElfReader
/aosp_15_r20/test/vts/vndk_utils/library/
H A Delf_parser.py263 def GetSectionName(self, sh): member in ElfParser
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcreate_unwind_table.py1030 def GetSectionName(section) -> str: function
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_unwind_table.py1030 def GetSectionName(section) -> str: function
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp199 static inline llvm::Expected<llvm::StringRef> GetSectionName( in GetSectionName() function