Searched refs:d_tag (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-11.0-release/contrib/binutils/include/elf/
H A Dexternal.h185 unsigned char d_tag[4]; /* entry tag value */ member in struct:__anon515
193 unsigned char d_tag[8]; /* entry tag value */ member in struct:__anon517
H A Dinternal.h131 bfd_vma d_tag; /* entry tag value */ member in struct:elf_internal_dyn
/freebsd-11.0-release/sys/boot/common/
H A Dself_reloc.c82 for (dynp = dynamic; dynp->d_tag != DT_NULL; dynp++) {
83 switch (dynp->d_tag) {
/freebsd-11.0-release/contrib/elftoolchain/libelf/
H A Dgelf_dyn.c83 dst->d_tag = dyn32->d_tag;
143 LIBELF_COPY_S32(dyn32, ds, d_tag);
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dfde-glibc.c127 for (; dyn->d_tag != DT_NULL ; dyn++)
128 if (dyn->d_tag == DT_PLTGOT)
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_vdso.c165 for(; dyn->d_tag != DT_NULL; dyn++) {
166 switch (dyn->d_tag) {
185 if (dyn->d_tag >= DT_ENCODING &&
186 (dyn->d_tag & 1) == 0)
/freebsd-11.0-release/contrib/compiler-rt/lib/cfi/
H A Dcfi.cc117 for (const ElfW(Dyn) *p = dynamic; p->d_tag != PT_NULL; ++p) {
118 if (p->d_tag == DT_SYMTAB)
120 else if (p->d_tag == DT_STRTAB)
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmipsread.c166 unsigned char d_tag[4]; /* Tag */ member in struct:__anon1559
294 dyn_tag = bfd_h_get_32 (abfd, (bfd_byte *) x_dynp->d_tag);
H A Dsolib-svr4.c467 dyn_tag = bfd_h_get_32 (exec_bfd, (bfd_byte *) x_dynp->d_tag);
502 dyn_tag = bfd_h_get_64 (exec_bfd, (bfd_byte *) x_dynp->d_tag);
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Delf32_machdep.c267 for (; dynp->d_tag != DT_NULL; dynp++) {
268 switch (dynp->d_tag) {
H A Delf64_machdep.c322 for (; dynp->d_tag != DT_NULL; dynp++) {
323 switch (dynp->d_tag) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h286 elf_sxword d_tag; ///< Type of dynamic table entry. member in struct:elf::ELFDynamic
H A DELFHeader.cpp432 return GetMaxS64(data, offset, &d_tag, byte_size, 2);
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h292 Elf_Sword d_tag;
302 Elf_Sxword d_tag;
312 using Elf_Dyn_Base<ELFT>::d_tag;
318 intX_t getTag() const { return d_tag; }
/freebsd-11.0-release/sys/sys/
H A Delf32.h122 Elf32_Sword d_tag; /* Entry type. */ member in struct:__anon13329
H A Delf64.h131 Elf64_Sxword d_tag; /* Entry type. */ member in struct:__anon13346
/freebsd-11.0-release/contrib/gcc/
H A Dunwind-dw2-fde-glibc.c297 for (; dyn->d_tag != DT_NULL ; dyn++)
298 if (dyn->d_tag == DT_PLTGOT)
/freebsd-11.0-release/libexec/rtld-elf/arm/
H A Dreloc.c141 for (; dynp->d_tag != DT_NULL; dynp++) {
142 switch (dynp->d_tag) {
/freebsd-11.0-release/libexec/rtld-elf/powerpc/
H A Dreloc.c136 for (; dynp->d_tag != DT_NULL; dynp++) {
137 switch (dynp->d_tag) {
/freebsd-11.0-release/libexec/rtld-elf/powerpc64/
H A Dreloc.c132 for (; dynp->d_tag != DT_NULL; dynp++) {
133 switch (dynp->d_tag) {
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dreadelf.c5557 switch (entry->d_tag)
5630 switch (entry->d_tag)
5692 switch (entry->d_tag)
5727 if (BYTE_GET (ext->d_tag) == DT_NULL)
5743 entry->d_tag = BYTE_GET (ext->d_tag);
5771 if (BYTE_GET (ext->d_tag) == DT_NULL)
5787 entry->d_tag = BYTE_GET (ext->d_tag);
5858 if (entry->d_tag !
[all...]
/freebsd-11.0-release/libexec/rtld-elf/mips/
H A Dreloc.c152 for (; dynp->d_tag != DT_NULL; dynp++) {
153 switch (dynp->d_tag) {
/freebsd-11.0-release/usr.sbin/kldxref/
H A Def.c280 for (dp = ef->ef_dyn; dp->d_tag != DT_NULL; dp++) {
281 switch (dp->d_tag) {
/freebsd-11.0-release/contrib/binutils/bfd/
H A Delfcode.h434 dst->d_tag = H_GET_WORD (abfd, src->d_tag);
445 H_PUT_WORD (abfd, src->d_tag, dst->d_tag);
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DELF.h1055 Elf32_Sword d_tag; // Type of dynamic table entry. member in struct:llvm::ELF::Elf32_Dyn
1066 Elf64_Sxword d_tag; // Type of dynamic table entry. member in struct:llvm::ELF::Elf64_Dyn

Completed in 359 milliseconds

12