Home
last modified time | relevance | path

Searched defs:nreloc (Results 1 – 23 of 23) sorted by relevance

/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-mach-o.c141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dsimple-object-mach-o.c141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-mach-o.c141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dsimple-object-mach-o.c141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dsimple-object-mach-o.c141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dsimple-object-mach-o.c141 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
158 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h52 uint32_t nreloc; member
/netbsd/external/gpl3/gdb/dist/include/mach-o/
H A Dexternal.h50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/binutils.old/dist/include/mach-o/
H A Dexternal.h50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/binutils/dist/include/mach-o/
H A Dexternal.h50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/gdb.old/dist/include/mach-o/
H A Dexternal.h50 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
68 unsigned char nreloc[4]; /* Number of relocs for this section. */ member
/netbsd/external/gpl3/gcc/dist/libbacktrace/
H A Dmacho.c226 uint32_t nreloc; /* Number of relocs for this section */ member
243 uint32_t nreloc; /* Number of relocs for this section */ member
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dod-xcoff.c347 unsigned int nreloc; member
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dod-xcoff.c346 unsigned int nreloc; member
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dod-xcoff.c347 unsigned int nreloc; member
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dod-xcoff.c347 unsigned int nreloc; member
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c1596 const unsigned int nreloc = eb->exec[i].relocation_count; in eb_copy_relocations() local
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dmach-o.h72 unsigned long nreloc; member
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o.h72 unsigned long nreloc; member
/netbsd/external/gpl3/binutils/dist/bfd/
H A Dmach-o.h72 unsigned long nreloc; member
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o.h72 unsigned long nreloc; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h571 uint32_t nreloc; member
585 uint32_t nreloc; member
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp8649 uint32_t align, uint32_t reloff, uint32_t nreloc, in PrintSection()