Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Delfutils.cc182 size_t soname_size) { in FindElfSoNameFromDynamicSection() argument
196 my_strlcpy(soname, str, maxsize < soname_size ? maxsize : soname_size); in FindElfSoNameFromDynamicSection()
206 size_t soname_size) { in ElfFileSoNameFromMappedFile() argument
231 dynstr_size, soname, soname_size) in ElfFileSoNameFromMappedFile()
234 dynstr_size, soname, soname_size); in ElfFileSoNameFromMappedFile()
Delfutils.h131 size_t soname_size);
/external/elfutils/libdwfl/
Ddwfl_segment_report_module.c825 size_t soname_size = 0; in dwfl_segment_report_module() local
850 && ! read_portion (&read_state, &soname, &soname_size, in dwfl_segment_report_module()
880 finish_portion (&read_state, &soname, &soname_size); in dwfl_segment_report_module()
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper.cc447 const MappingInfo& mapping, char* soname, size_t soname_size) { in ElfFileSoName() argument
463 return ElfFileSoNameFromMappedFile(mapped_file.data(), soname, soname_size); in ElfFileSoName()