Searched refs:rel_ok (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | priv_readelf.h | 47 Bool rel_ok );
|
D | readelf.c | 145 Bool ML_(is_elf_object_file)( const void* image, SizeT n_image, Bool rel_ok ) in ML_() 161 || (rel_ok && ehdr->e_type == ET_REL)); in ML_() 175 static Bool is_elf_object_file_by_DiImage( DiImage* img, Bool rel_ok ) in is_elf_object_file_by_DiImage() argument 185 return ML_(is_elf_object_file)( &ehdr, sizeof(ehdr), rel_ok ); in is_elf_object_file_by_DiImage() 1112 HChar* find_buildid(DiImage* img, Bool rel_ok, Bool search_shdrs) in find_buildid() argument 1117 if (is_elf_object_file_by_DiImage(img, rel_ok)) { in find_buildid() 1158 if (buildid || (!rel_ok && !search_shdrs)) in find_buildid() 1212 Bool rel_ok, const HChar* serverAddr ) in open_debug_file() argument 1234 HChar* debug_buildid = find_buildid(dimg, rel_ok, True); in open_debug_file() 1275 const HChar* debugname, UInt crc, Bool rel_ok ) in find_debug_file() argument [all …]
|