Searched defs:LIBELF (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c117 * LIBELF is used for the common case in which the function returns
121 #define LIBELF(_libelf_expr, _name) \ macro
125 const char *libelf_fail_name; /* Used for LIBELF errors */
146 LIBELF(tstate.os_ehdr = elf_getehdr(tstate.os_elf),
153 LIBELF((tstate.os_phdr = elf_getphdr(tstate.os_elf)),
168 LIBELF((scn = elf_getscn(tstate.os_elf, tstate.os_shstrndx)),
170 LIBELF((data = elf_getdata(scn, NULL)), MSG_ORIG(MSG_ELF_GETDATA))
182 LIBELF(shdr = elf_getshdr(scn), MSG_ORIG(MSG_ELF_GETSHDR));
249 LIBELF(scn = elf_getscn(tstate.os_elf, 0),
252 LIBELF(_cach
452 #undef LIBELF macro
[all...]

Completed in 57 milliseconds