Home
last modified time | relevance | path

Searched refs:ELF_T_ADDR (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libelf/
HDlibelf_data.c45 return (ELF_T_ADDR); in _libelf_xlate_shtype()
55 return (ELF_T_ADDR); in _libelf_xlate_shtype()
61 return (ELF_T_ADDR); in _libelf_xlate_shtype()
HDlibelf_align.c62 [ELF_T_ADDR] = MALIGN(Addr),
101 [ELF_T_ADDR] = FALIGN(4,8),
HDlibelf.h54 ELF_T_ADDR, enumerator
81 #define ELF_T_FIRST ELF_T_ADDR
HDlibelf_convert.m455 # and the ELF_T_ADDR and ELF_T_OFF types have integral C types that
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
HDoutput.c694 size_t align = gelf_fsize(dst, ELF_T_ADDR, 1, EV_CURRENT); in write_file()