Searched refs:gotaddr (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | dwarf.c | 54 uint64_t gotaddr; /* Address of the GOT */ member 324 state->sh_addr, off + *ndx, state->gotaddr)) { in dump_cfi() 687 uint64_t sh_addr, Half e_machine, uchar_t *e_ident, uint64_t gotaddr) in dump_eh_frame() argument 705 cfi_state.gotaddr = gotaddr; in dump_eh_frame() 842 off + ndx, gotaddr)) { in dump_eh_frame() 926 e_ident, B_FALSE, sh_addr, off + ndx, gotaddr)) { in dump_eh_frame() 943 B_FALSE, sh_addr, off + ndx, gotaddr)) { in dump_eh_frame() 985 off + lndx, gotaddr)) { in dump_eh_frame()
|
H A D | _elfdump.h | 227 Half e_machine, uchar_t *e_ident, uint64_t gotaddr);
|
H A D | elfdump.c | 555 uint64_t gotaddr = 0; in unwind_eh_frame() local 561 gotaddr = cache[cnt].c_shdr->sh_addr; in unwind_eh_frame() 598 shdr->sh_addr, ndx, gotaddr)) { in unwind_eh_frame() 621 gotaddr)) { in unwind_eh_frame() 647 shdr->sh_addr, ndx, gotaddr)) { in unwind_eh_frame() 667 ndx, gotaddr)) { in unwind_eh_frame() 701 shdr->sh_addr, ehdr->e_machine, ehdr->e_ident, gotaddr); in unwind_eh_frame()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | unwind.c | 705 uint64_t gotaddr = 0; in ld_unwind_populate_hdr() local 708 gotaddr = in ld_unwind_populate_hdr() 714 shdr->sh_addr, off + ndx, gotaddr)) { in ld_unwind_populate_hdr()
|