Searched refs:soname_size (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/common/linux/ |
D | elfutils.cc | 182 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()
|
D | elfutils.h | 131 size_t soname_size);
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 825 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/ |
D | linux_dumper.cc | 447 const MappingInfo& mapping, char* soname, size_t soname_size) { in ElfFileSoName() argument 463 return ElfFileSoNameFromMappedFile(mapped_file.data(), soname, soname_size); in ElfFileSoName()
|