Lines Matching full:char
30 /* XXX When things are stable replace the string pointers with char
34 const char *dsoname;
35 const char *emulation;
36 const char *prefix;
121 static const char *default_object_type_name (int ignore, char *buf,
123 static const char *default_reloc_type_name (int ignore, char *buf, size_t len);
127 static const char *default_segment_type_name (int ignore, char *buf,
129 static const char *default_section_type_name (int ignore, char *buf,
131 static const char *default_section_name (int ignore, int ignore2, char *buf,
133 static const char *default_machine_flag_name (Elf64_Word *ignore);
135 static const char *default_symbol_type_name (int ignore, char *buf,
137 static const char *default_symbol_binding_name (int ignore, char *buf,
139 static const char *default_dynamic_tag_name (int64_t ignore, char *buf,
143 static const char *default_osabi_name (int ignore, char *buf, size_t len);
145 static const char *default_core_note_type_name (uint32_t, char *buf,
147 static const char *default_object_note_type_name (uint32_t, char *buf,
149 static bool default_core_note (const char *name, uint32_t type,
150 uint32_t descsz, const char *desc);
151 static bool default_object_note (const char *name, uint32_t type,
152 uint32_t descsz, const char *desc);
153 static bool default_debugscn_p (const char *name);
160 const char *emulation;
220 char dsoname[100];
241 char symname[machines[cnt].prefix_len + sizeof "_init"];
316 ebl_openbackend_emulation (const char *emulation)
323 static const char *
324 default_object_type_name (int ignore, char *buf, size_t len)
329 static const char *
330 default_reloc_type_name (int ignore, char *buf, size_t len)
353 static const char *
354 default_segment_type_name (int ignore, char *buf, size_t len)
359 static const char *
360 default_section_type_name (int ignore, char *buf, size_t len)
365 static const char *
366 default_section_name (int ignore, int ignore2, char *buf, size_t len)
371 static const char *
383 static const char *
384 default_symbol_type_name (int ignore, char *buf, size_t len)
389 static const char *
390 default_symbol_binding_name (int ignore, char *buf, size_t len)
395 static const char *
396 default_dynamic_tag_name (int64_t ignore, char *buf, size_t len)
418 static const char *
419 default_osabi_name (int ignore, char *buf, size_t len)
424 static const char *
425 default_core_note_type_name (uint32_t ignore, char *buf, size_t len)
430 static const char *
431 default_object_note_type_name (uint32_t ignore, char *buf, size_t len)
437 default_core_note (const char *name, uint32_t type, uint32_t descsz,
438 const char *desc)
444 default_object_note (const char *name, uint32_t type, uint32_t descsz,
445 const char *desc)
451 default_debugscn_p (const char *name)
455 static const char *dwarf_scn_names[] =