Searched refs:_libelf_insert_extent (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_update.c | 408 _libelf_insert_extent(struct _Elf_Extent_List *extents, int type, in _libelf_insert_extent() function 476 if (!_libelf_insert_extent(extents, ELF_EXTENT_SECTION, in _libelf_resync_sections() 604 if (!_libelf_insert_extent(extents, ELF_EXTENT_EHDR, 0, (uint64_t) rc, in _libelf_resync_elf() 638 if (!_libelf_insert_extent(extents, ELF_EXTENT_PHDR, in _libelf_resync_elf() 684 if (!_libelf_insert_extent(extents, ELF_EXTENT_SHDR, in _libelf_resync_elf()
|