Searched refs:_libelf_insert_extent (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | elf_update.c | 402 _libelf_insert_extent(struct _Elf_Extent_List *extents, int type, in _libelf_insert_extent() function 470 if (!_libelf_insert_extent(extents, ELF_EXTENT_SECTION, in _libelf_resync_sections() 598 if (!_libelf_insert_extent(extents, ELF_EXTENT_EHDR, 0, (uint64_t) rc, in _libelf_resync_elf() 632 if (!_libelf_insert_extent(extents, ELF_EXTENT_PHDR, in _libelf_resync_elf() 678 if (!_libelf_insert_extent(extents, ELF_EXTENT_SHDR, in _libelf_resync_elf()
|