Searched refs:elf (Results 226 - 250 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h19 std::string toString(elf::RelType type);
21 namespace elf { namespace in namespace:lld
264 } // namespace elf
H A DInputFiles.h38 std::string toString(const elf::InputFile *f);
40 namespace elf { namespace in namespace:lld
393 } // namespace elf
H A DSymbols.cpp29 if (elf::config->demangle)
34 std::string toString(const elf::Symbol &b) { return demangle(b.getName()); }
39 namespace elf { namespace in namespace:lld
694 } // namespace elf
H A DSymbols.h24 std::string toString(const elf::Symbol &);
31 namespace elf { namespace in namespace:lld
559 } // namespace elf
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub578 os=-elf
591 os=-elf
1062 os=-elf
1365 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1534 os=-elf
1537 os=-elf
1552 os=-elf
1555 os=-elf
1589 os=-elf
1592 os=-elf
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf64-x86-64.c26 #include "elf-bfd.h"
28 #include "elf/x86-64.h"
162 /* Map BFD relocs to the x86_64 elf relocs. */
412 struct elf_link_hash_entry elf;
464 struct elf_link_hash_table elf;
547 if (!_bfd_elf_link_hash_table_init (&ret->elf, abfd, link_hash_newfunc,
567 return &ret->elf.root;
913 if (htab->elf.dynobj == NULL)
914 htab->elf.dynobj = abfd;
915 if (!create_got_section (htab->elf
410 struct elf_link_hash_entry elf; member in struct:elf64_x86_64_link_hash_entry
462 struct elf_link_hash_table elf; member in struct:elf64_x86_64_link_hash_table
[all...]
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub576 os=-elf
589 os=-elf
1060 os=-elf
1363 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1532 os=-elf
1535 os=-elf
1550 os=-elf
1553 os=-elf
1587 os=-elf
1590 os=-elf
[all...]
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub595 os=-elf
608 os=-elf
1094 os=-elf
1397 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1569 os=-elf
1572 os=-elf
1587 os=-elf
1590 os=-elf
1624 os=-elf
1627 os=-elf
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp31 #include "Plugins/Process/elf-core/RegisterUtilities.h"
39 static ConstString g_name("elf-core");
64 elf::ELFHeader::MagicBytesMatch(data_sp->GetBytes())) {
65 elf::ELFHeader elf_header;
116 const elf::ELFProgramHeader &header) {
162 llvm::ArrayRef<elf::ELFProgramHeader> segments = core->ProgramHeaders();
177 for (const elf::ELFProgramHeader &H : segments) {
858 const elf::ELFProgramHeader &segment_header, DataExtractor segment_data) {
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub576 os=-elf
589 os=-elf
1060 os=-elf
1363 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1532 os=-elf
1535 os=-elf
1550 os=-elf
1584 os=-elf
1587 os=-elf
1590 os=-elf
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub593 os=-elf
606 os=-elf
1092 os=-elf
1395 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1567 os=-elf
1570 os=-elf
1585 os=-elf
1588 os=-elf
1622 os=-elf
1625 os=-elf
[all...]
H A Dsandbox-seccomp-filter.c50 #include <elf.h>
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub585 os=-elf
598 os=-elf
1076 os=-elf
1379 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1548 os=-elf
1551 os=-elf
1566 os=-elf
1569 os=-elf
1603 os=-elf
1606 os=-elf
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub588 os=-elf
601 os=-elf
1079 os=-elf
1382 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1551 os=-elf
1554 os=-elf
1569 os=-elf
1572 os=-elf
1606 os=-elf
1609 os=-elf
[all...]
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile443 SRCS+= Plugins/Process/elf-core/ProcessElfCore.cpp
444 SRCS+= Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
445 SRCS+= Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
446 SRCS+= Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
447 SRCS+= Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
448 SRCS+= Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
449 SRCS+= Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
450 SRCS+= Plugins/Process/elf-core/RegisterUtilities.cpp
451 SRCS+= Plugins/Process/elf-core/ThreadElfCore.cpp
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c158 Elf *elf; /* underlying ELF descriptor. */ member in struct:readelf
2292 if (elf_getphnum(re->elf, &phnum))
2305 if (elf_getshnum(re->elf, &shnum))
2315 if (elf_getshstrndx(re->elf, &shstrndx))
2448 if (elf_getphnum(re->elf, &phnum) == 0) {
2472 if (gelf_getphdr(re->elf, i, &phdr) != &phdr) {
2488 if ((rawfile = elf_rawfile(re->elf, &size)) == NULL) {
2507 if (gelf_getphdr(re->elf, i, &phdr) != &phdr) {
2776 else if ((name = elf_strptr(re->elf, stab, d_val)) == NULL) {
3243 if ((name = elf_strptr(re->elf, sta
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1437 Elf *elf; local
1444 if ((elf = elf_begin(fd, ELF_C_READ, NULL)) == NULL) {
1449 if (elf_kind(elf) != ELF_K_ELF ||
1450 gelf_getehdr(elf, &ehdr) == NULL) {
1452 (void) elf_end(elf);
1457 (void) elf_end(elf);
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub572 os=-elf
585 os=-elf
1048 os=-elf
1351 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1523 os=-elf
1526 os=-elf
1572 os=-elf
1575 os=-elf
1578 os=-elf
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Ddwarf.c1889 should_have_dwarf(Elf *elf) argument
1899 while ((scn = elf_nextscn(elf, scn)) != NULL) {
1922 name = elf_strptr(elf, shdr.sh_link, sym.st_name);
1939 dw_read(tdata_t *td, Elf *elf, char *filename __unused) argument
1951 dw.dw_ptrsz = elf_ptrsz(elf);
1959 if ((rc = dwarf_elf_init(elf, DW_DLC_READ, NULL, NULL, &dw.dw_dw,
1961 if (should_have_dwarf(elf)) {
1986 should_have_dwarf(elf))) {
/freebsd-11-stable/contrib/libexecinfo/
H A Dbacktrace.c46 #include <elf.h>
/freebsd-11-stable/cddl/lib/libdtrace/
H A DMakefile120 LIBADD= ctf elf proc pthread rtld_db
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c48 #include <machine/elf.h>
95 .interp_path = "/libexec/ld-elf.so.1",
111 .interp_path = "/usr/libexec/ld-elf.so.1",
170 /* Process one elf relocation with addend. */
/freebsd-11-stable/sys/mips/mips/
H A Dminidump_machdep.c44 #include <machine/elf.h>
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf32_machdep.c52 #include <machine/elf.h>
118 .interp_path = "/libexec/ld-elf.so.1",
138 .interp_path = "/usr/libexec/ld-elf.so.1",
180 /* Process one elf relocation with addend. */
/freebsd-11-stable/sys/sys/
H A Dlinker.h34 #include <machine/elf.h>
100 * Object implementing a class of file (a.out, elf, etc.)

Completed in 236 milliseconds

1234567891011>>