Home
last modified time | relevance | path

Searched refs:Elf_got_entry (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c127 Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach, in Elf_got_entry() function
/illumos-gate/usr/src/cmd/sgs/include/
H A Ddebug.h1098 #define Elf_got_entry Elf64_got_entry macro
1134 #define Elf_got_entry Elf32_got_entry macro
1173 extern void Elf_got_entry(Lm_list *, Sword, Addr, Xword, Half,
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4571 Elf_got_entry(0, gindex, gaddr, gotentry, ehdr->e_machine, in got()