Searched defs:loadable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c1308 * Calculate and return the number of loadable segments in the ELF Phdr
1311 * 0 is returned, and *len, *loadable and *align have been filled out.
1317 int *loadable, size_t *align)
1362 * Determine the span of all loadable segments and calculate the
1363 * number of loadable segments.
1450 *loadable = num_segs;
1465 check_exec_addrs(int loadable, mmapobj_result_t *mrp, caddr_t start_addr) argument
1478 for (i = 0; i < loadable; i++) {
1563 int loadable = 0; local
1629 * loadable ma
1316 calc_loadable(Ehdr *ehdrp, caddr_t phdrbase, int nphdrs, size_t *len, int *loadable, size_t *align) argument
[all...]

Completed in 63 milliseconds