Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dnext.c40 return (ELF_C_NULL); in elf_next()
44 return (ELF_C_NULL); in elf_next()
50 return (ELF_C_NULL); in elf_next()
H A Dbegin.c311 case ELF_C_NULL: in elf_begin()
H A Dupdate.c795 case ELF_C_NULL: in _elfxx_update()
/illumos-gate/usr/src/head/
H A Dlibelf.h52 ELF_C_NULL = 0, /* must be first, 0 */ enumerator
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Doutfile.c197 if (elf_update(ofl->ofl_welf, ELF_C_NULL) == -1) { in pad_outfile()