OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:soname_size
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper.cc
145
const void* elf_base, char* soname, size_t
soname_size
) {
179
my_strlcpy(soname, str, maxsize <
soname_size
? maxsize :
soname_size
);
190
// |soname| and return true. The size of the buffer is |
soname_size
|.
193
const MappingInfo& mapping, char* soname, size_t
soname_size
) {
216
return ElfFileSoNameFromMappedFile(mapped_file.data(), soname,
soname_size
);
/external/elfutils/libdwfl/
dwfl_segment_report_module.c
797
size_t
soname_size
= 0;
local
822
&& ! read_portion (&soname, &
soname_size
,
851
finish_portion (&soname, &
soname_size
);
Completed in 532 milliseconds