Searched refs:elf_getarhdr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_getarhdr.c31 ELFTC_VCSID("$Id: elf_getarhdr.c 3174 2015-03-27 17:13:41Z emaste $");
34 elf_getarhdr(Elf *e) function
H A DMakefile14 elf_getarhdr.c \
81 elf_getarhdr.3 \
H A Dlibelf.h200 Elf_Arhdr *elf_getarhdr(Elf *_elf);
/freebsd-11-stable/lib/libelf/
H A DMakefile22 elf_getarhdr.c \
109 elf_getarhdr.3 \
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c141 if ((arh = elf_getarhdr(melf)) == NULL) {
259 if ((arh = elf_getarhdr(melf)) == NULL) {
/freebsd-11-stable/contrib/elftoolchain/nm/
H A Dnm.c856 if ((arhdr = elf_getarhdr(elf)) != NULL)
1183 if ((arhdr = elf_getarhdr(elf)) == NULL)
/freebsd-11-stable/contrib/elftoolchain/size/
H A Dsize.c605 arhdr = elf_getarhdr(elf);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h275 extern Elf_Arhdr * elf_getarhdr(Elf *);
/freebsd-11-stable/contrib/elftoolchain/elfdump/
H A Delfdump.c949 if ((arh = elf_getarhdr(e)) == NULL) {
950 warnx("elf_getarhdr failed: %s",
989 if ((arh = elf_getarhdr(ed->elf)) == NULL) {
990 warnx("elf_getarhdr failed: %s",
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c7345 if ((arhdr = elf_getarhdr(e)) == NULL) {
7346 warnx("elf_getarhdr() failed: %s",
7370 if ((arhdr = elf_getarhdr(re->elf)) == NULL) {
7371 warnx("elf_getarhdr() failed: %s", elf_errmsg(-1));

Completed in 254 milliseconds