HomeSort by relevance Sort by last modified time
    Searched refs:Section (Results 126 - 150 of 216) sorted by null

1 2 3 4 56 7 8 9

  /frameworks/compile/mclinker/unittests/
LinkerTest.cpp 426 /// 2: 00000000 0 SECTION LOCAL DEFAULT 1
428 ".text", ResolveInfo::Section,
430 /// 3: 00000000 0 SECTION LOCAL DEFAULT 3
432 ".data", ResolveInfo::Section,
434 /// 4: 00000000 0 SECTION LOCAL DEFAULT 4
436 ".bss", ResolveInfo::Section,
438 /// 5: 00000000 0 SECTION LOCAL DEFAULT 5
440 ".ARM.attributes", ResolveInfo::Section,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 86 ResolveInfo::Section,
156 // when building shared object, the .got section is must.
169 "static linkage should not result in a dynamic relocation section");
180 /// dynamic - the dynamic section of the target machine.
181 /// Use co-variant return type to return its own dynamic section.
188 /// dynamic - the dynamic section of the target machine.
189 /// Use co-variant return type to return its own dynamic section.
250 if (ResolveInfo::Section != (*symbol)->type() ||
264 if (ResolveInfo::Section != (*symbol)->type() ||
353 /// reserve fixed entries in the .dynamic section
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 43 return document.querySelector('#' + sectionId + ' .section-close-button');
54 function setSectionMenuMode(sectionId, section, menuModeEnabled, menuModeMask) {
58 // necessary to restore the maxiview here. It will happen if the section
64 if (section) {
65 hideSection(section); // To hide the maxiview.
129 function updateSimpleSection(id, section) {
133 if (shownSections & section) {
134 // The section is expanded, so the maxiview should be opaque (visible) and
144 // The section is collapsed, so the maxiview should be hidden and the
367 // Stores some information about each section necessary to layout. A ne
    [all...]
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 127 virtual void ChangeSection(const MCSection *Section);
181 virtual void EmitZerofill(const MCSection *Section, MCSymbol *Symbol = 0,
184 virtual void EmitTBSSSymbol (const MCSection *Section, MCSymbol *Symbol,
336 void MCAsmStreamer::ChangeSection(const MCSection *Section) {
337 assert(Section && "Cannot switch to a null section!");
338 Section->PrintSwitchToSection(MAI, OS);
574 void MCAsmStreamer::EmitZerofill(const MCSection *Section, MCSymbol *Symbol,
580 const MCSectionMachO *MOSection = ((const MCSectionMachO*)Section);
594 void MCAsmStreamer::EmitTBSSSymbol(const MCSection *Section, MCSymbol *Symbol
    [all...]
  /external/llvm/bindings/python/llvm/
object.py 19 Section, Symbol, and Relocation, respectively.
30 relocations, call get_relocations() on a Section instance.
40 To aid working around this limitation, each Section, Symbol, and Relocation
53 # This is OK. Each Section is only accessed inside its own iteration slot.
55 for section in obj.get_sections():
56 section_names.append(section.name)
93 "Section",
123 This is a generator for llvm.object.Section instances.
134 last = Section(sections)
176 class Section(LLVMObject)
330 def section(self): member in class:Symbol
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 34 bool ParseSectionSwitch(StringRef Section,
164 bool COFFAsmParser::ParseSectionSwitch(StringRef Section,
168 return TokError("unexpected token in section switching directive");
172 Section, Characteristics, Kind));
ELFAsmParser.cpp 33 bool ParseSectionSwitch(StringRef Section, unsigned Type,
60 addDirectiveHandler<&ELFAsmParser::ParseDirectiveSection>(".section");
192 bool ELFAsmParser::ParseSectionSwitch(StringRef Section, unsigned Type,
195 return TokError("unexpected token in section switching directive");
199 Section, Type, Flags, Kind));
226 // A section name can contain -, so we cannot just use
371 return TokError("Mergeable section must specify the type");
373 return TokError("Group section must specify the type");
441 return TokError("unknown section type");
454 return TokError(".previous without corresponding .section");
    [all...]
  /external/llvm/lib/Object/
MachOObject.cpp 287 void SwapStruct(macho::Section &Value) {
300 InMemoryStruct<macho::Section> &Res) const {
304 Index * sizeof(macho::Section));
  /external/smack/src/org/xbill/DNS/
ZoneTransferIn.java 362 query.addRecord(question, Section.QUESTION);
367 query.addRecord(soa, Section.AUTHORITY);
543 Record [] answers = response.getSectionArray(Section.ANSWER);
560 fail("invalid question section");
Header.java 210 throw new IllegalArgumentException("DNS section count " +
218 throw new IllegalStateException("DNS section count cannot " +
226 throw new IllegalStateException("DNS section count cannot " +
232 * Retrieves the record count for the given section
233 * @see Section
266 sb.append(Section.string(i) + ": " + getCount(i) + " ");
Record.java 163 * designed to create records that will be added to the QUERY section
176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException {
187 if (section == Section.QUESTION)
193 (section == Section.PREREQ || section == Section.UPDATE))
200 fromWire(DNSInput in, int section) throws IOException {
201 return fromWire(in, section, false)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationItem.java 152 protected void place0(Section addedTo, int offset) {
DebugInfoItem.java 72 protected void place0(Section addedTo, int offset) {
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationItem.java 150 protected void place0(Section addedTo, int offset) {
DebugInfoItem.java 70 protected void place0(Section addedTo, int offset) {
  /external/chromium/chrome/browser/ui/webui/
shown_sections_handler.cc 53 Section section) {
56 shown_sections |= section;
151 // De-menu-mode the apps section.
157 // Show the apps section.
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationItem.java 150 protected void place0(Section addedTo, int offset) {
DebugInfoItem.java 70 protected void place0(Section addedTo, int offset) {
  /frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp 37 if (llvm::ELF::SHN_ABS == pShndx && ResolveInfo::Section == result) {
38 // In Mips, __gp_disp is a special section symbol. Its name comes from
55 // an ELF symbol defined in a section which we are not including
139 /// getSymValue - get the section offset of the symbol.
146 // whose section index is SHN_COMMON
151 // In relocatable files, st_value holds a section offset for a defined symbol.
153 // if --just-symbols option are enabled, convert the value from section offset
154 // to virtual address by adding input section's virtual address.
155 // The section's virtual address in relocatable files is normally zero, but
  /external/llvm/utils/yaml2obj/
yaml2obj.cpp 312 Section Sec;
316 YS.printError(&*i, "Section entry must be a map");
712 struct Section {
713 COFF::section Header;
723 std::vector<Section> Sections;
735 // The section table starts immediately after the header, including the
738 SectionTableSize = sizeof(COFF::section) * CP.Sections.size();
742 // Assign each section data address consecutively.
743 for (std::vector<COFFParser::Section>::iterator i = CP.Sections.begin(),
    [all...]
  /external/llvm/include/llvm/Object/
ELF.h 126 // Section header.
135 Elf_Word sh_name; // Section name (index into string table)
136 Elf_Word sh_type; // Section type (SHT_*)
137 Elf_Word sh_flags; // Section flags (SHF_*)
138 Elf_Addr sh_addr; // Address where section is to be loaded
139 Elf_Off sh_offset; // File offset of section data, in bytes
140 Elf_Word sh_size; // Size of section, in bytes
141 Elf_Word sh_link; // Section type-specific header table index link
142 Elf_Word sh_info; // Section type-specific extra information
143 Elf_Word sh_addralign;// Section address alignmen
2573 const Elf_Shdr *section = getSection(symb); local
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 73 SectionContents("s", cl::desc("Display the content of each section"));
92 SectionHeaders("section-headers", cl::desc("Display summaries of the headers "
93 "for each section."));
95 SectionHeadersShort("headers", cl::desc("Alias for --section-headers"),
98 SectionHeadersShorter("h", cl::desc("Alias for --section-headers"),
222 // Make a list of all the symbols in this section.
242 // Make a list of all the relocations for this section.
264 outs() << "Disassembly of section ";
269 // If the section has no symbols just insert a dummy one and disassemble
270 // the whole section
    [all...]
  /external/ceres-solver/docs/
ceres-solver.tex 47 %% Section title style
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 232 // Set the section if needed.
233 if (const char *Section =
235 Fn->setSection(Section);
  /external/llvm/test/Scripts/
elf-dump 80 class Section:
121 def dumpSymtab(f, section, strtab):
122 entries = section.sh_size[0] // section.sh_entsize[0]
125 f.seek(section.sh_offset[0] + index * section.sh_entsize[0])
144 def dumpRel(f, section, dumprela = False):
145 entries = section.sh_size[0] // section.sh_entsize[0]
148 f.seek(section.sh_offset[0] + index * section.sh_entsize[0]
    [all...]

Completed in 2343 milliseconds

1 2 3 4 56 7 8 9