Searched refs:elf (Results 26 - 50 of 408) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h25 elf::elf_word n_namesz;
26 elf::elf_word n_descsz;
27 elf::elf_word n_type;
149 llvm::ArrayRef<elf::ELFProgramHeader> ProgramHeaders();
150 lldb_private::DataExtractor GetSegmentData(const elf::ELFProgramHeader &H);
171 typedef std::vector<elf::ELFProgramHeader> ProgramHeaderColl;
173 struct ELFSectionHeaderInfo : public elf::ELFSectionHeader {
181 typedef std::vector<elf::ELFDynamic> DynamicSymbolColl;
193 elf::ELFHeader m_header;
222 /// The architecture detected from parsing elf fil
[all...]
/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Delf32_sparc.sh4 SCRIPT_NAME=elf
H A Delf32_spu.sh1 SCRIPT_NAME=elf
H A Delf32mipswindiss.sh2 SCRIPT_NAME=elf
H A Delf_s390.sh1 SCRIPT_NAME=elf
H A Dshelf_vxworks.sh4 SCRIPT_NAME=elf
H A Delf_i386.sh1 SCRIPT_NAME=elf
H A Darmelf.sh2 SCRIPT_NAME=elf
H A Darmelf_linux.sh2 SCRIPT_NAME=elf
H A Delf64alpha.sh2 SCRIPT_NAME=elf
H A Dscoreelf.sh2 SCRIPT_NAME=elf
/freebsd-11-stable/libexec/rtld-elf/tests/target/
H A DMakefile.depend1 # $FreeBSD: stable/11/libexec/rtld-elf/tests/target/Makefile.depend 311183 2017-01-03 22:51:40Z bdrewery $
11 libexec/rtld-elf/tests/libpythagoras \
H A DMakefile1 # $FreeBSD: stable/11/libexec/rtld-elf/tests/target/Makefile 316388 2017-04-02 02:16:01Z asomers $
6 BINDIR= ${TESTSBASE}/libexec/rtld-elf
/freebsd-11-stable/usr.bin/addr2line/
H A DMakefile12 LIBADD= elftc dwarf elf
/freebsd-11-stable/usr.bin/nm/
H A DMakefile12 LIBADD= dwarf elftc elf
/freebsd-11-stable/usr.bin/size/
H A DMakefile12 LIBADD= elftc elf
/freebsd-11-stable/usr.bin/strings/
H A DMakefile11 LIBADD= elftc elf
/freebsd-11-stable/usr.sbin/pmcstat/
H A DMakefile8 LIBADD= elf kvm pmc m ncursesw
/freebsd-11-stable/lib/libproc/tests/
H A DMakefile10 LIBADD= elf proc rtld_db util
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.in490 elf.lo \
521 elf-m10200.lo \
522 elf-m10300.lo \
549 elf-attrs.lo \
550 elf-strtab.lo \
551 elf-eh-frame.lo \
552 elf-vxworks.lo \
669 elf.c \
700 elf-m10200.c \
701 elf
[all...]
H A DMakefile.am241 elf.lo \
272 elf-m10200.lo \
273 elf-m10300.lo \
300 elf-attrs.lo \
301 elf-strtab.lo \
302 elf-eh-frame.lo \
303 elf-vxworks.lo \
420 elf.c \
451 elf-m10200.c \
452 elf
[all...]
/freebsd-11-stable/contrib/elftoolchain/brandelf/
H A Dbrandelf.c94 Elf *elf; local
159 elf = NULL;
168 if ((elf = elf_begin(fd, (change || force) ? ELF_C_RDWR :
175 if ((kind = elf_kind(elf)) != ELF_K_ELF) {
185 if (gelf_getehdr(elf, &ehdr) == NULL) {
206 if (elf_flagelf(elf, ELF_C_SET, ELF_F_LAYOUT) == 0) {
217 if (gelf_update_ehdr(elf, &ehdr) == 0) {
227 if (elf_update(elf, ELF_C_WRITE) == -1) {
235 if (elf)
236 elf_end(elf);
[all...]
/freebsd-11-stable/lib/libelf/
H A DMakefile13 LIB= elf
15 SRCS= elf.c \
86 native-elf-format.h:
87 ${ELFTCDIR}/common/native-elf-format > ${.TARGET} || rm ${.TARGET}
88 SRCS+= native-elf-format.h
102 MAN= elf.3 \
180 gelf_checksum.3 elf${E}_checksum.3 \
181 gelf_fsize.3 elf${E}_fsize.3 \
182 gelf_getehdr.3 elf${E}_getehdr.3 \
183 gelf_getphdr.3 elf
[all...]
/freebsd-11-stable/contrib/libexecinfo/
H A Dsymtab.c86 Elf *elf; local
95 elf = elf_begin(fd, ELF_C_READ, NULL);
96 if (elf == NULL) {
97 warnx("Error opening elf file: %s", elf_errmsg(elf_errno()));
103 elf_end(elf);
107 while ((scn = elf_nextscn(elf, scn)) != NULL) {
141 elf_strptr(elf, shdr.sh_link, sym.st_name));
153 elf_end(elf);
158 elf_end(elf);
/freebsd-11-stable/contrib/elftoolchain/common/
H A Dos.Linux.mk6 _NATIVE_ELF_FORMAT = native-elf-format

Completed in 304 milliseconds

1234567891011>>