Searched defs:ptr_size (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c4005 { UInt ptr_size = size_of_encoded_Addr( adi.encoding ); local
4006 switch (ptr_size) {
4009 = (UWord)step_le_u_encoded_literal(&data, ptr_size);
/external/elfutils/src/
H A Dreadelf.c5051 unsigned int version, unsigned int ptr_size,
5187 print_ops (dwflmod, dbg, 10, 10, version, ptr_size, 0, NULL,
5202 print_ops (dwflmod, dbg, 10, 10, version, ptr_size, 0, NULL,
5264 print_ops (dwflmod, dbg, 10, 10, version, ptr_size, 0,
5308 encoded_ptr_size (int encoding, unsigned int ptr_size) argument
5317 return ptr_size;
5321 "assuming pointer size of %d.\n", encoding, ptr_size);
5322 return ptr_size;
5568 unsigned int ptr_size = ehdr->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8; local
5607 ptr_size
5048 print_cfa_program(const unsigned char *readp, const unsigned char *const endp, Dwarf_Word vma_base, unsigned int code_align, int data_align, unsigned int version, unsigned int ptr_size, Dwfl_Module *dwflmod, Ebl *ebl, Dwarf *dbg) argument
[all...]

Completed in 356 milliseconds