/bionic/libc/dns/nameser/ |
ns_parse.c | 47 static void setsection(ns_msg *msg, ns_sect sect); 266 setsection(ns_msg *msg, ns_sect sect) { 267 msg->_sect = sect; 268 if (sect == ns_s_max) { 273 msg->_msg_ptr = msg->_sections[(int)sect];
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf.h | 409 yasm_section *sect; member in struct:elf_symtab_entry 465 struct yasm_section *sect, 486 void elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead, 515 yasm_section *sect, 518 unsigned long elf_secthead_write_relocs_to_file(FILE *f, yasm_section *sect,
|
elf-x86-amd64.c | 80 if (entry->sect) { 82 yasm_section_get_data(entry->sect, &elf_section_data);
|
elf-x86-x86.c | 88 if (entry->sect) { 90 yasm_section_get_data(entry->sect, &elf_section_data);
|
/frameworks/compile/mclinker/lib/Script/ |
BinaryOp.cpp | 248 SectOperand* sect = llvm::cast<SectOperand>(m_pOperand[0]); local 252 if (sect->name().compare("text-segment") == 0) 254 else if (sect->name().compare("data-segment") == 0) 256 else if (sect->name().compare("bss-segment") == 0) 259 addr = addressMap.find(sect->name());
|
/external/lldb/source/Core/ |
Section.cpp | 334 SectionList::FindSectionIndex (const Section* sect) 341 if (sect_iter->get() == sect) 486 Section *sect = sect_iter->get(); local 487 if (sect->ContainsFileAddress (vm_addr)) 493 sect_sp = sect->GetChildren().FindSectionContainingFileAddress(vm_addr, depth - 1); 495 if (sect_sp.get() == NULL && !sect->IsFake())
|
/frameworks/compile/mclinker/lib/Target/ |
GNULDBackend.cpp | 748 Module::const_iterator sect, sectEnd = pModule.end(); local 749 for (sect = pModule.begin(); sect != sectEnd; ++sect) { 750 shstrtab += (*sect)->name().size() + 1; 1847 LDSection* sect = (*out)->getSection(); local 1958 Module::iterator sect, sectBegin, sectEnd; local 2009 ELFSegment::reverse_iterator sect, sectREnd = (*seg)->rend(); local 2048 ELFSegment::iterator sect, sectEnd = (*seg)->end(); local 2149 const LDSection* sect = (*obj)->context()->getSection(".note.GNU-stack"); local [all...] |
/external/valgrind/main/coregrind/ |
m_addrinfo.c | 48 VgSectKind sect; local 133 sect = VG_(DebugInfo_sect_kind)( &ai->Addr.SectKind.objname[0], 135 if (sect != Vg_SectUnknown) { 137 ai->Addr.SectKind.kind = sect;
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_crld.c | 93 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect) 97 if (*sect == '@') 98 gnsect = X509V3_get_section(ctx, sect + 1); 100 gnsect = X509V3_parse_list(sect); 108 if (*sect == '@')
|
/external/openssl/crypto/x509v3/ |
v3_crld.c | 93 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, char *sect) 97 if (*sect == '@') 98 gnsect = X509V3_get_section(ctx, sect + 1); 100 gnsect = X509V3_parse_list(sect); 108 if (*sect == '@')
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn1_gen.c | 452 STACK_OF(CONF_VALUE) *sect = NULL; 463 sect = X509V3_get_section(cnf, (char *)section); 464 if (!sect) 466 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) 468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); 506 if (sect) 507 X509V3_section_free(cnf, sect);
|
/external/openssl/crypto/asn1/ |
asn1_gen.c | 452 STACK_OF(CONF_VALUE) *sect = NULL; 463 sect = X509V3_get_section(cnf, (char *)section); 464 if (!sect) 466 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) 468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); 506 if (sect) 507 X509V3_section_free(cnf, sect);
|
/frameworks/compile/mclinker/lib/LD/ |
ELFObjectWriter.cpp | 153 ELFSegment::iterator sect, sectEnd = (*seg)->end(); local 154 for (sect = (*seg)->begin(); sect != sectEnd; ++sect) 155 writeSection(pModule, pOutput, *sect); 160 Module::iterator sect, sectEnd = pModule.end(); local 161 for (sect = pModule.begin(); sect != sectEnd; ++sect) 162 writeSection(pModule, pOutput, *sect); [all...] |
/external/aac/libAACenc/src/ |
qc_main.cpp | 1487 INT sect, statBitsNew ; local 1530 int sect = sectionToScf[ch][sfbGrp+sfb]; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-info.c | 229 dwarf2_append_expr(yasm_section *sect, /*@only@*/ yasm_expr *expr, 241 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(sect, bc)); 246 dwarf2_append_str(yasm_section *sect, const char *str) 255 yasm_bc_finalize(bc, yasm_dwarf2__append_bc(sect, bc));
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
HTMLEntities.properties | 40 sect=167
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
ObjectFilePECOFF.h | 219 uint16_t sect; member in struct:ObjectFilePECOFF::coff_symbol 235 bool GetSectionName(std::string& sect_name, const section_header_t& sect);
|
ObjectFilePECOFF.cpp | 491 ObjectFilePECOFF::GetSectionName(std::string& sect_name, const section_header_t& sect) 493 if (sect.name[0] == '/') 495 lldb::offset_t stroff = strtoul(§.name[1], NULL, 10); 506 sect_name = sect.name; 575 symbol.sect = symtab_data.GetU16 (&offset); 580 if ((int16_t)symbol.sect >= 1) 582 Address symbol_addr(sect_list->GetSectionAtIndex(symbol.sect-1), symbol.value); [all...] |
/frameworks/compile/mclinker/lib/Object/ |
SectionMap.cpp | 326 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); local 327 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) { 328 if (matched(llvm::cast<WildcardPattern>(**sect), pInputSection)) {
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 611 struct SECTION sect; local 612 ML_(cur_step_get)(§, §s_cur, sizeof(sect)); 613 if (0 == VG_(strncmp(sect.sectname, sectname, 614 sizeof(sect.sectname)))) { 616 res.ioff = sect.offset; 617 res.szB = sect.size; [all...] |
/bionic/libc/kernel/uapi/linux/ |
fd.h | 26 sect, member in struct:floppy_struct
|
/development/ndk/platforms/android-3/include/linux/ |
fd.h | 20 sect, member in struct:floppy_struct
|
/development/ndk/platforms/android-L/include/linux/ |
fd.h | 26 sect, member in struct:floppy_struct
|
/external/kernel-headers/original/uapi/linux/ |
fd.h | 15 sect, /* sectors per track */ member in struct:floppy_struct
|
/external/lldb/examples/python/ |
symbolication.py | 528 for sect in module.section_iter(): 529 print_module_section (sect, depth) 545 parser.add_option('--section', type='string', action='append', dest='section_strings', help='specify <sect-name>=<start-addr> or <sect-name>=<start-addr>-<end-addr>')
|