Searched defs:nreloc (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-amd64.c116 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);
H A Delf.h367 unsigned long nreloc; member in struct:elf_secthead
/external/elfutils/0.153/backends/
H A Dcommon-reloc.c66 #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/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.h211 uint16_t nreloc; // Number of relocation entries member in struct:ObjectFilePECOFF::section_header
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c75 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/
H A Dmacho-objfmt.c271 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 */
1280 data->nreloc = 0;
1540 fprintf(f, "%*snreloc=%lu\n", indent_level, "", msd->nreloc);
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c114 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)
836 if (csd->nreloc >= 64*1024 && info->objfmt_coff->win32) {
838 YASM_WRITE_32_L(localbuf, csd->nreloc+1); /* address of relocation */
932 if (csd->nreloc >= 64*1024) {
944 YASM_WRITE_16_L(localbuf, csd->nreloc); /* num of relocation entries */
1009 unsigned long nreloc = 0; /* for sect auxent */ local
1037 nreloc
[all...]
/external/chromium_org/v8/src/
H A Dgdb-jit.cc209 uint32_t nreloc; member in struct:v8::MachOSectionHeader
243 header->nreloc = 0;
/external/llvm/include/llvm/Support/
H A DMachO.h592 uint32_t nreloc; member in struct:llvm::MachO::section
606 uint32_t nreloc; member in struct:llvm::MachO::section_64

Completed in 190 milliseconds