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 );
401 char* value,
408 strncpy( value, value_str.c_str(), (size_t)value_len - 1 );
415 char* value,
420 strncpy( value, value_str.c_str(), (size_t)value_len - 1 );
426 elfio_modinfo_add_attribute( pmodinfo_t pmodinfo, char* field, char* value )
428 return pmodinfo->add_attribute( field, value );
453 Elf_Xword* value,
458 bool ret = pdynamic->get_entry( index, *tag, *value, str_str );
466 Elf_Xword value )
468 pdynamic->add_entry( tag, value );