Lines Matching defs:value
229 Elf64_Addr* value,
237 bool ret = psymbol->get_symbol( index, name_param, *value, *size, *bind,
246 Elf64_Addr value,
252 return psymbol->add_symbol( name, value, size, info, other, shndx );
400 char* value,
407 strncpy( value, value_str.c_str(), (size_t)value_len - 1 );
414 char* value,
419 strncpy( value, value_str.c_str(), (size_t)value_len - 1 );
425 elfio_modinfo_add_attribute( pmodinfo_t pmodinfo, char* field, char* value )
427 return pmodinfo->add_attribute( field, value );
452 Elf_Xword* value,
457 bool ret = pdynamic->get_entry( index, *tag, *value, str_str );
465 Elf_Xword value )
467 pdynamic->add_entry( tag, value );