Searched refs:_libelf_allocate_scn (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_scn.c121 if ((scn = _libelf_allocate_scn(e, i)) == NULL)
226 if ((scn = _libelf_allocate_scn(e, (size_t) SHN_UNDEF)) ==
234 if ((scn = _libelf_allocate_scn(e, e->e_u.e_elf.e_nscn)) == NULL)
H A Dlibelf_extended.c45 return (_libelf_allocate_scn(e, (size_t) SHN_UNDEF));
H A Dlibelf_allocate.c147 _libelf_allocate_scn(Elf *e, size_t ndx) function
H A D_libelf.h209 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
H A Dlibelf_ehdr.c64 if ((scn = _libelf_allocate_scn(e, (size_t) 0)) == NULL)

Completed in 127 milliseconds