Home
last modified time | relevance | path

Searched refs:soname_size (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc145 const void* elf_base, char* soname, size_t soname_size) { in ElfFileSoNameFromMappedFile() argument
179 my_strlcpy(soname, str, maxsize < soname_size ? maxsize : soname_size); in ElfFileSoNameFromMappedFile()
193 const MappingInfo& mapping, char* soname, size_t soname_size) { in ElfFileSoName() argument
216 return ElfFileSoNameFromMappedFile(mapped_file.data(), soname, soname_size); in ElfFileSoName()
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c827 size_t soname_size = 0; in dwfl_segment_report_module() local
852 && ! read_portion (&soname, &soname_size, in dwfl_segment_report_module()
881 finish_portion (&soname, &soname_size); in dwfl_segment_report_module()