Searched refs:elf_update (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | Makefile | 30 elf_update.c \ 101 elf_update.3 \
|
H A D | Version.map | 63 elf_update;
|
H A D | libelf.h | 227 off_t elf_update(Elf *_elf, Elf_Cmd _cmd);
|
H A D | elf_update.c | 1200 elf_update(Elf *e, Elf_Cmd c) in elf_update() function
|
/freebsd/lib/libelf/ |
H A D | Makefile | 36 elf_update.c \ 127 elf_update.3 \
|
/freebsd/contrib/elftoolchain/brandelf/ |
H A D | brandelf.c | 227 if (elf_update(elf, ELF_C_WRITE) == -1) { in main()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | binary.c | 287 if (elf_update(ecp->eout, ELF_C_WRITE) < 0) in create_elf_from_binary()
|
H A D | ascii.c | 401 if (elf_update(ecp->eout, ELF_C_WRITE) < 0) in create_elf_from_srec() 625 if (elf_update(ecp->eout, ELF_C_WRITE) < 0) in create_elf_from_ihex()
|
H A D | segments.c | 560 if (elf_update(ecp->eout, ELF_C_NULL) < 0) in copy_phdr()
|
H A D | main.c | 461 if (elf_update(ecp->eout, ELF_C_WRITE) < 0) in create_elf()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | output.c | 704 if (elf_update(dst, ELF_C_WRITE) < 0) in write_file()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 1693 if (mod && elf_update(elf, ELF_C_WRITE) == -1) in process_obj()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 8173 OLD_FILES+=usr/share/man/man3/elf_update.3.gz
|