Home
last modified time | relevance | path

Searched refs:xlatetom (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/elftoolchain/size/
H A Dsize.c244 xlatetom(Elf *elf, GElf_Ehdr *elfhdr, void *_src, void *_dst, in xlatetom() function
318 if (xlatetom(elf, elfhdr, &nhdr->n_type, &nhdr_l.n_type, in handle_core_note()
320 xlatetom(elf, elfhdr, &nhdr->n_descsz, &nhdr_l.n_descsz, in handle_core_note()
322 xlatetom(elf, elfhdr, &nhdr->n_namesz, &nhdr_l.n_namesz, in handle_core_note()
360 (void)xlatetom(elf, elfhdr, &raw_size, in handle_core_note()
362 (void)xlatetom(elf, elfhdr, &pid, &pid, in handle_core_note()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Delf.h87 #define elf_xlatetom __elfN(xlatetom)