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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Di386_elf.h66 Elf32_Off sh_offset; /* Offset in file. */ member in struct:__anon2090
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dleb128.c202 * sh_offset - Offset relative to sh_base of desired datum.
209 boolean_t frame_hdr, uint64_t sh_base, uint64_t sh_offset,
306 result += sh_base + sh_offset;
207 dwarf_ehe_extract(unsigned char *data, size_t len, uint64_t *dotp, uint64_t *ret, uint_t ehe_flags, unsigned char *eident, boolean_t frame_hdr, uint64_t sh_base, uint64_t sh_offset, uint64_t dbase) argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h109 Elf32_Off sh_offset; /* Section file offset */ member in struct:__anon2185
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.c55 SHDR_CMD_T_SH_OFFSET = 8, /* shdr:sh_offset */
318 EC_XWORD(shdr->sh_offset));
651 Off sh_offset; local
653 sh_offset = elfedit_atoui(argstate.argv[1], NULL);
654 if (shdr->sh_offset == sh_offset) {
659 EC_XWORD(shdr->sh_offset));
665 EC_XWORD(shdr->sh_offset),
666 EC_XWORD(sh_offset));
668 shdr->sh_offset
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h94 Elf32_Off sh_offset; /* Offset in file. */ member in struct:__anon409
H A Delf64.h103 Elf64_Off sh_offset; /* Offset in file. */ member in struct:__anon426
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h384 Elf32_Off sh_offset; /* file offset */ member in struct:__anon256
398 Elf64_Off sh_offset; /* file offset */ member in struct:__anon257

Completed in 163 milliseconds