Home | History | Annotate | Download | only in libebl

Lines Matching defs:name

53 /* Similar but with emulation name given.  */
75 /* Return backend name. */
78 /* Return relocation type name. */
82 /* Return relocation type name. */
100 /* Return segment type name. */
104 /* Return section type name. */
108 /* Return section name. */
123 /* Check whether the section with the given index, header, and name
127 const GElf_Shdr *shdr, const char *name);
129 /* Return symbol type name. */
133 /* Return symbol binding name. */
137 /* Return dynamic tag name. */
147 const GElf_Sym *sym, const char *name,
161 /* Return name of the note section type for a core file. */
165 /* Return name of the note section type for an object file. */
166 extern const char *ebl_object_note_type_name (Ebl *ebl, const char *name,
171 extern void ebl_object_note (Ebl *ebl, const char *name, uint32_t type,
175 Fills in *TAG_NAME with the name for this tag.
186 /* Check section name for being that of a debug informatino section. */
187 extern bool ebl_debugscn_p (Ebl *ebl, const char *name);
200 const GElf_Shdr *shdr, const char *name,
223 If NAME is null, return the maximum REGNO + 1 that has a name.
224 Otherwise, store in NAME the name for DWARF register number REGNO
230 that precedes NAME in canonical assembler syntax (e.g. "%" or "$").
231 The NAME string contains identifier characters only (maybe just digits). */
233 int regno, char *name, size_t namelen,
368 const char *name; /* Printable identifier. */
378 /* Describe the format of a core file note with the given header and NAME.
379 NAME is not guaranteed terminated, it's NHDR->n_namesz raw bytes. */
380 extern int ebl_core_note (Ebl *ebl, const GElf_Nhdr *nhdr, const char *name,
388 const char **name, const char **format)