Searched refs:elf (Results 1 - 25 of 379) sorted by relevance

1234567891011>>

/freebsd-current/sys/amd64/include/
H A Delf.h5 #include <x86/elf.h>
/freebsd-current/sys/i386/include/
H A Delf.h5 #include <x86/elf.h>
/freebsd-current/libexec/rtld-elf/tests/
H A DMakefile.inc3 TESTSDIR?= ${TESTSBASE}/libexec/rtld-elf
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DMapFile.h12 namespace lld::elf { namespace in class:lld
H A DMarkLive.h12 namespace lld::elf { namespace in class:lld
H A DICF.h12 namespace lld::elf { namespace in class:lld
H A DEhFrame.h14 namespace lld::elf { namespace in class:lld
H A DCallGraphSort.h14 namespace lld::elf { namespace in class:lld
20 } // namespace lld::elf
H A DScriptParser.h15 namespace lld::elf { namespace in class:lld
18 // lld::elf::config and lld::elf::script.
31 } // namespace lld::elf
/freebsd-current/usr.bin/ldd/
H A DMakefile5 CFLAGS+= -I${SRCTOP}/libexec/rtld-elf
6 LIBADD= elf
H A Dldd.c36 #include <machine/elf.h>
56 * so check for the existence of one of the 32-macros defined in elf(5).
266 has_freebsd_abi_tag(const char *fname, Elf *elf, GElf_Ehdr *ehdr, off_t offset, argument
277 buf = elf_rawfile(elf, NULL);
295 if (gelf_xlatetom(elf, &dst, &src, ehdr->e_ident[EI_DATA]) == NULL) {
334 is_pie(const char *fname, Elf *elf, GElf_Ehdr *ehdr, off_t offset, size_t len) argument
344 buf = elf_rawfile(elf, NULL);
350 dynsize = gelf_fsize(elf, ELF_T_DYN, 1, EV_CURRENT);
369 if (gelf_xlatetom(elf, &dst, &src, ehdr->e_ident[EI_DATA]) == NULL) {
392 Elf *elf; local
[all...]
/freebsd-current/include/
H A Delf.h37 #include <machine/elf.h>
/freebsd-current/sys/sys/
H A Dauxv.h33 #include <machine/elf.h>
H A Delf.h37 #include <machine/elf.h>
/freebsd-current/libexec/rtld-elf/tests/libpythagoras/
H A DMakefile7 LIBDIR= ${TESTSBASE}/libexec/rtld-elf
8 SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf
/freebsd-current/libexec/rtld-elf/tests/libval/
H A DMakefile5 LIBDIR= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
6 SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
/freebsd-current/usr.bin/elfctl/
H A DMakefile6 LIBADD= elftc elf
/freebsd-current/libexec/rtld-elf/tests/libdeep/
H A DMakefile5 LIBDIR= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
6 SHLIBDIR= ${TESTSBASE}/libexec/rtld-elf/rtld_deepbind
/freebsd-current/usr.sbin/kldxref/
H A DMakefile5 SRCS= kldxref.c ef.c ef_obj.c elf.c
16 LIBADD= elf
/freebsd-current/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dinput.c50 built_source_types(Elf *elf, char const *file) argument
55 if ((si = symit_new(elf, file)) == NULL)
87 read_file(Elf *elf, char *file, char *label, read_cb_f *func, void *arg, argument
96 if ((ctfscnidx = findelfsecidx(elf, file, ".SUNW_ctf")) < 0) {
98 (built_source_types(elf, file) & SOURCE_C)) {
105 if ((ctfscn = elf_getscn(elf, ctfscnidx)) == NULL ||
110 if ((si = symit_new(elf, file)) == NULL) {
130 read_archive(int fd, Elf *elf, char *file, char *label, read_cb_f *func, argument
138 while ((melf = elf_begin(fd, cmd, elf)) != NULL) {
164 terminate("%s: Unknown elf kin
188 Elf *elf; local
251 count_archive(int fd, Elf *elf, char *file) argument
282 Elf *elf; local
343 symit_new(Elf *elf, const char *file) argument
[all...]
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Ddwarf_init.c33 dwarf_elf_init(Elf *elf, int mode, Dwarf_Handler errhand, Dwarf_Ptr errarg, argument
39 if (elf == NULL || ret_dbg == NULL) {
52 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
73 dwarf_get_elf(Dwarf_Debug dbg, Elf **elf, Dwarf_Error *error) argument
77 if (dbg == NULL || elf == NULL) {
83 *elf = e->eo_elf;
93 Elf *elf; local
111 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
119 if (_dwarf_elf_init(dbg, elf, error) != DW_DLE_NONE) {
/freebsd-current/contrib/elftoolchain/libelf/
H A DMakefile5 LIB= elf
7 SRCS= elf.c \
74 MAN= elf.3 \
152 gelf_checksum.3 elf${E}_checksum.3 \
153 gelf_fsize.3 elf${E}_fsize.3 \
154 gelf_getehdr.3 elf${E}_getehdr.3 \
155 gelf_getphdr.3 elf${E}_getphdr.3 \
156 gelf_getshdr.3 elf${E}_getshdr.3 \
157 gelf_newehdr.3 elf${E}_newehdr.3 \
158 gelf_newphdr.3 elf
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h26 elf::elf_word n_namesz = 0;
27 elf::elf_word n_descsz = 0;
28 elf::elf_word n_type = 0;
65 static llvm::StringRef GetPluginNameStatic() { return "elf"; }
150 llvm::ArrayRef<elf::ELFProgramHeader> ProgramHeaders();
151 lldb_private::DataExtractor GetSegmentData(const elf::ELFProgramHeader &H);
176 typedef std::vector<elf::ELFProgramHeader> ProgramHeaderColl;
178 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader {
186 typedef std::vector<elf::ELFDynamic> DynamicSymbolColl;
198 elf
[all...]
/freebsd-current/libexec/rtld-elf/tests/target/
H A DMakefile.depend9 libexec/rtld-elf/tests/libpythagoras \
/freebsd-current/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_arm.h46 #include <machine/elf.h>

Completed in 205 milliseconds

1234567891011>>