Home
last modified time | relevance | path

Searched refs:OBJNAME (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1203 #define OBJNAME (objname == NULL ? filename : objname) in read_elf() macro
1228 warnx("%s: %s", OBJNAME, "File format not recognized"); in read_elf()
1230 warnx("%s: cannot get section number", OBJNAME); in read_elf()
1235 warnx("%s: has no section", OBJNAME); in read_elf()
1240 warnx("%s: cannot get str index", OBJNAME); in read_elf()
1246 warn("%s: malloc", OBJNAME); in read_elf()
1252 warn("%s: calloc", OBJNAME); in read_elf()
1267 warnx("%s: %s", OBJNAME, elf_errmsg(e_err)); in read_elf()
1269 warnx("%s: cannot get section", OBJNAME); in read_elf()
1289 OBJNAME, elf_errmsg(-1)); in read_elf()
[all …]