Lines Matching refs:OBJNAME
1203 #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()
1297 OBJNAME, elf_errmsg(-1)); in read_elf()
1329 warnx("%s: no symbols", OBJNAME); in read_elf()
1496 #undef OBJNAME in read_elf()