Searched refs:soname_size (Results 1 – 2 of 2) sorted by relevance
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | linux_dumper.cc | 145 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/ |
D | dwfl_segment_report_module.c | 827 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()
|