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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
274 extern section *get_named_text_section (tree, const char *, const char *);
288 extern void assemble_addr_to_section (rtx, section *);
406 /* Decide whether DECL needs to be in a writable section.
426 /* Flags controlling properties of a section. */
427 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
434 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
441 #define SECTION_DECLARED 0x100000 /* section has been used */
453 to using a general section directive. */
457 all. The choice of section is implied by the directive that we us
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
274 extern section *get_named_text_section (tree, const char *, const char *);
288 extern void assemble_addr_to_section (rtx, section *);
406 /* Decide whether DECL needs to be in a writable section.
426 /* Flags controlling properties of a section. */
427 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
434 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
441 #define SECTION_DECLARED 0x100000 /* section has been used */
453 to using a general section directive. */
457 all. The choice of section is implied by the directive that we us
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
274 extern section *get_named_text_section (tree, const char *, const char *);
288 extern void assemble_addr_to_section (rtx, section *);
406 /* Decide whether DECL needs to be in a writable section.
426 /* Flags controlling properties of a section. */
427 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
434 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
441 #define SECTION_DECLARED 0x100000 /* section has been used */
453 to using a general section directive. */
457 all. The choice of section is implied by the directive that we us
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 272 /* Return section for TEXT_SECITON_NAME if DECL or DECL_SECTION_NAME (DECL)
274 extern section *get_named_text_section (tree, const char *, const char *);
288 extern void assemble_addr_to_section (rtx, section *);
406 /* Decide whether DECL needs to be in a writable section.
426 /* Flags controlling properties of a section. */
427 #define SECTION_ENTSIZE 0x000ff /* entity size in section */
434 #define SECTION_FORGET 0x04000 /* forget that we've entered the section */
441 #define SECTION_DECLARED 0x100000 /* section has been used */
453 to using a general section directive. */
457 all. The choice of section is implied by the directive that we us
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view.h 56 // Called when the contents of a section have changed.
57 virtual void UpdateSection(DialogSection section) = 0;
59 // Fills the given section with Autofill data that was triggered by a user
61 virtual void FillSection(DialogSection section,
65 virtual void GetUserInput(DialogSection section, DetailOutputMap* output) = 0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect4.asm 19 section .earlybss nobits start=BSS_START label
21 section .bcopy32 align=16 follows=.data vfollows=.earlybss label
23 section .bss nobits align=256 vfollows=.bcopy32 label
26 section .text start=TEXT_START label
27 section .data align=16 follows=.text label
30 section .latebss nobits align=16 follows=.bcopy32 label
  /frameworks/compile/mclinker/lib/LD/
ELFObjectReader.cpp 84 /// readHeader - read section header and create LDSections.
102 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
103 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
104 // ignore the section if the LDSection* in input context is NULL
105 if (NULL == *section)
108 switch((*section)->kind()) {
111 assert(NULL != (*section)->getLink());
114 *(*section)->getLink()
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
67 public static void addMap(Section[] sections,
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 36 /** {@code non-null;} section this instance covers */
37 private final Section section; field in class:MapItem
60 * given map section.
63 * @param mapSection {@code non-null;} the section that the resulting map
66 public static void addMap(Section[] sections,
79 for (Section section : sections) {
85 for (Item item : section.items()) {
89 items.add(new MapItem(currentType, section,
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 37 /** {@code non-null;} section this instance covers */
38 private final Section section; field in class:MapItem
61 * given map section.
64 * @param mapSection {@code non-null;} the section that the resulting map
67 public static void addMap(Section[] sections,
80 for (Section section : sections) {
86 for (Item item : section.items()) {
90 items.add(new MapItem(currentType, section,
    [all...]
  /external/chromium_org/third_party/codesighs/
readelf_wrap.pl 42 # Section fields (the full list of values is in <elf.h>)
43 my $SECT_NUM = 0; # section index
44 my $SECT_NAME = 1; # section name
45 my $SECT_TYPE = 2; # section type
46 my $SECT_ADDR = 3; # section virtual address
47 my $SECT_OFF = 4; # section offset in file
48 my $SECT_SIZE = 5; # size of section
49 my $SECT_ES = 6; # section entry size
50 my $SECT_FLG = 7; # section flags
51 my $SECT_LK = 8; # link to another section
    [all...]
  /external/llvm/test/MC/ARM/
eh-directive-section.s 4 @ Check the combination of .section, .fnstart, and .fnend directives.
6 @ For the functions in .text section, the exception handling index (EXIDX)
10 @ For the functions in custom section specified by .section directives,
17 @ .TEST1 section
19 .section .TEST1
32 @ TEST2 section (without the dot in the beginning)
34 .section TEST2
47 @ Check the .TEST1 section.
50 @ CHECK: Section {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 3 A setup file consists of sections, lead by a "[section]" header,
8 the same section, or values in a special [DEFAULT] section.
31 its value is the section's name.
34 return all the configuration section names, sans DEFAULT
36 has_section(section)
37 return whether the given section exists
39 has_option(section, option)
40 return whether the given option exists in the given section
42 options(section)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 3 A setup file consists of sections, lead by a "[section]" header,
8 the same section, or values in a special [DEFAULT] section.
31 its value is the section's name.
34 return all the configuration section names, sans DEFAULT
36 has_section(section)
37 return whether the given section exists
39 has_option(section, option)
40 return whether the given option exists in the given section
42 options(section)
    [all...]
  /external/chromium_org/chromeos/dbus/ibus/
ibus_config_client.h 38 virtual void SetStringValue(const std::string& section,
44 virtual void SetIntValue(const std::string& section,
50 virtual void SetBoolValue(const std::string& section,
56 virtual void SetStringListValue(const std::string& section,
mock_ibus_config_client.cc 20 const std::string& section,
26 const std::string& section,
32 const std::string& section,
39 const std::string& section,
mock_ibus_config_client.h 22 const std::string& section,
27 const std::string& section,
32 const std::string& section,
37 const std::string& section,
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
win64-dataref2.asm 3 section .text label
14 section .data label
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
reserve-err1.asm 9 [section .bss]
reserve-err2.asm 9 [section .bss]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfvisibility.asm 0 [section .text]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32-segof.asm 8 section .data label
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
newsect.asm 5 [section .text]
  /external/elfutils/tests/
run-readelf-test1.sh 41 Relocation section [ 8] '.rel.got' for section [19] '.got' at offset 0x294 contains 1 entry:
45 Relocation section [ 9] '.rel.plt' for section [11] '.plt' at offset 0x29c contains 4 entries:
  /external/llvm/test/MC/X86/AlignedBundling/
different-sections.s 7 .section text1, "x"
8 # CHECK: section text1
16 .section text2, "x"
17 # CHECK: section text2

Completed in 668 milliseconds

1 2 3 4 56 7 8 91011>>