Lines Matching refs:process
266 const void* process(Dwarf_Value* value, bool sign) const { in process() function
275 return process(value, false); in process_unsigned()
282 return process(value, true); in process_signed()
314 const Dwarf_Abbr_AT* process(Dwarf_At* at_value, Dwarf_Form* form) const { in process() function
365 process(NULL, &tag); in get_tag()
380 const Dwarf_Abbr_AT* process(Dwarf_AbbrNum* abbr_index, in process() function
443 const Elf_Byte* process(Dwarf_AbbrNum* abbr_number) const { in process() function
595 const Dwarf_STMTL_FileDesc* process(Elf_Word* dir_index) const { in process() function
852 const Dwarf_Abbr_AT* abbr_at = cur_abbr->process(&abbr_num, &tmp2); in cache_to()
854 abbr_at = abbr_at->process(&tmp4, &tmp3); in cache_to()
859 (abbr_at->process(&tmp4, &tmp3)); in cache_to()