Searched refs:pad_to (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_data_into_fd.c | 48 pad_to(struct archive *a, int fd, int can_lseek, 109 r = pad_to(a, fd, can_lseek, nulls_size, nulls, in archive_read_data_into_fd() 132 r2 = pad_to(a, fd, can_lseek, nulls_size, nulls, in archive_read_data_into_fd() 49 pad_to(struct archive *a, int fd, int can_lseek, pad_to() function
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | segments.c | 291 if (ecp->pad_to != 0) { in adjust_addr() 318 if (ecp->pad_to <= s->vma + s->sz) in adjust_addr() 321 s->pad_sz = ecp->pad_to - (s->vma + s->sz); in adjust_addr() 324 (uintmax_t) ecp->pad_to, (uintmax_t) s->pad_sz); in adjust_addr()
|
H A D | elfcopy.h | 234 uint64_t pad_to; /* load address padding. */ member
|
H A D | main.c | 1007 ecp->pad_to = (uint64_t) strtoull(optarg, NULL, 0); in elfcopy_main()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOpts.td | 288 defm pad_to
|