Searched refs:dehdr (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libctf/common/ |
H A D | ctf_elfwrite.c | 46 GElf_Ehdr sehdr, dehdr; in ctf_write_elf() local 79 (void) memcpy(&dehdr, &sehdr, sizeof (GElf_Ehdr)); in ctf_write_elf() 80 if (gelf_update_ehdr(dst, &dehdr) == 0) { in ctf_write_elf() 153 new_offset = (off_t)dehdr.e_phoff; in ctf_write_elf() 346 dehdr.e_shoff = new_offset; in ctf_write_elf() 351 dehdr.e_shstrndx = SHN_XINDEX; in ctf_write_elf() 353 dehdr.e_shstrndx = secxlate[sehdr.e_shstrndx]; in ctf_write_elf() 354 if (gelf_update_ehdr(dst, &dehdr) == NULL) { in ctf_write_elf()
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | output.c | 450 GElf_Ehdr sehdr, dehdr; in write_file() local 469 memcpy(&dehdr, &sehdr, sizeof (GElf_Ehdr)); in write_file() 470 gelf_update_ehdr(dst, &dehdr); in write_file() 520 new_offset = (off_t)dehdr.e_phoff; in write_file() 656 dehdr.e_shoff = new_offset; in write_file() 660 dehdr.e_shstrndx = secxlate[sehdr.e_shstrndx]; in write_file() 661 gelf_update_ehdr(dst, &dehdr); in write_file()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | object.c | 45 static Ehdr dehdr = { { ELFMAG0, ELFMAG1, ELFMAG2, ELFMAG3, variable 76 ofl->ofl_dehdr = &dehdr; in elf_obj_init()
|