Home | History | Annotate | Download | only in make

Lines Matching refs:sh_offset

311     ENDIAN_ASSIGN_IN_PLACE(hdr32->sh_offset);
327 ENDIAN_ASSIGN_IN_PLACE(hdr64->sh_offset);
350 return (char *)(elf->buf + shdr.sh_offset + idx);
360 return (char *)(elf->buf + shdr.sh_offset + idx);
410 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name));
414 strtab_off32 = shdr.sh_offset;
427 strcpy(strtsb_name, (char *)(elf.buf + shdr.sh_offset + shdr.sh_name));
431 strtab_off64 = shdr.sh_offset;
445 for (ofst = shdr.sh_offset;
446 ofst < shdr.sh_offset + shdr.sh_size;
486 elf.buf + dhdr.sh_offset + sym.st_value,
534 for (ofst = shdr.sh_offset;
535 ofst < shdr.sh_offset + shdr.sh_size;
575 elf.buf + dhdr.sh_offset + sym.st_value,