HomeSort by relevance Sort by last modified time
    Searched refs:nreloc (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-x86-amd64.c 116 yasm_intnum *nreloc; local
125 nreloc = yasm_intnum_create_uint(shead->nreloc);
127 yasm_intnum_calc(relocsize, YASM_EXPR_MUL, nreloc);
129 yasm_intnum_destroy(nreloc);
elf-x86-x86.c 129 YASM_WRITE_32_L(bufp, RELOC32_SIZE * shead->nreloc);/* size */
elf.h 367 unsigned long nreloc; member in struct:elf_secthead
elf.c 612 esd->nreloc = 0;
664 fprintf(f, "%*snreloc=%ld\n", indent_level, "", sect->nreloc);
697 shead->nreloc++;
  /external/elfutils/0.153/backends/
common-reloc.c 66 #define nreloc \ macro
87 if (reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0)
95 return reloc >= 0 && reloc < nreloc && EBLHOOK(reloc_nameidx)[reloc] != 0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 75 unsigned long nreloc; /* number of relocation entries >64k -> error */ member in struct:xdf_section_data
208 info->xsd->nreloc++;
326 if (xsd->nreloc == 0)
415 YASM_WRITE_32_L(localbuf, xsd->nreloc); /* num of relocation entries */
623 data->nreloc = 0;
805 fprintf(f, "%*snreloc=%ld\n", indent_level, "", xsd->nreloc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 271 unsigned long nreloc; /* number of relocation entries */ member in struct:macho_section_data
547 info->msd->nreloc++;
758 /* offset,align,reloff,nreloc,flags,reserved1,reserved2 are 32 bit */
762 if (msd->nreloc) {
768 YASM_WRITE_32_L(localbuf, msd->nreloc); /* nreloc */
774 info->s_reloff += msd->nreloc * MACHO_RELINFO_SIZE; /* nreloc */
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 114 unsigned long nreloc; /* number of relocation entries >64k -> error */ member in struct:coff_section_data
410 data->nreloc = 0;
676 info->csd->nreloc++;
822 if (csd->nreloc == 0)
1009 unsigned long nreloc = 0; \/* for sect auxent *\/ local
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 168 Section.NumRelocationTableEntries = Sect.nreloc;
180 Section.NumRelocationTableEntries = Sect.nreloc;
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 211 uint16_t nreloc; // Number of relocation entries member in struct:ObjectFilePECOFF::section_header
ObjectFilePECOFF.cpp 479 m_sect_headers[idx].nreloc = section_header_data.GetU16(&offset);
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 140 Sect.reloff, Sect.nreloc, Sect.flags,
163 Sect.reloff, Sect.nreloc, Sect.flags,
  /external/llvm/include/llvm/Support/
MachO.h 592 uint32_t nreloc; member in struct:llvm::MachO::section
606 uint32_t nreloc; member in struct:llvm::MachO::section_64
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 74 sys::swapByteOrder(S.nreloc);
87 sys::swapByteOrder(S.nreloc);
830 Num = Sect.nreloc;
833 Num = Sect.nreloc;
    [all...]
  /external/chromium_org/v8/src/
gdb-jit.cc 209 uint32_t nreloc; member in struct:v8::MachOSectionHeader
243 header->nreloc = 0;
    [all...]

Completed in 528 milliseconds