/external/llvm/test/MC/ARM/ |
ldr-pseudo.s | 15 .section b,"ax",%progbits 22 .section c,"ax",%progbits 37 .section d,"ax",%progbits 58 @ a section defined in multiple pieces should be merged and use a single constant pool 59 .section e,"ax",%progbits 68 .section f, "ax", %progbits 75 .section e, "ax", %progbits 89 .section g,"ax",%progbits 95 @ load a symbol from another section 96 .section h,"ax",%progbit [all...] |
/external/clang/utils/ |
FindSpecRefs | 607 section,name = name.split(' ',1) 608 if section == 'Annex': 609 section,name = name.split(' ',1) 610 section = 'Annex '+section 612 section = None 618 spec = SpecIndex.fromstring(section) 626 best = (dist, (section, name, page)) 662 section = m.group(2) 664 if section.endswith('.') [all...] |
/external/google-breakpad/src/common/dwarf/ |
dwarf2reader_cfi_unittest.cc | 45 // an ELF file containing a .debug_frame or .eh_frame section; you can then 72 using google_breakpad::test_assembler::Section; 89 const CFISection §ion); 90 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) \ 91 WriteELFFrameSection("cfitest-" name, ".debug_frame", section); 92 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) \ 93 WriteELFFrameSection("cfitest-" name, ".eh_frame", section); 95 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) 96 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) 123 MockCallFrameErrorReporter() : Reporter("mock filename", "mock section") { } 1974 CFISection section; member in struct:EHFrameFixture [all...] |
/external/llvm/test/MC/MachO/ |
tls.s | 1 // RUN: llvm-mc -triple x86_64-apple-darwin %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s 3 .section __TEXT,__text,regular,pure_instructions 4 .section __DATA,__thread_data,thread_local_regular 10 .section __DATA,__thread_vars,thread_local_variables 17 .section __DATA,__thread_data,thread_local_regular 23 .section __DATA,__thread_vars,thread_local_variables 69 // CHECK: # Section 0 86 // CHECK: # Section 1 103 // CHECK: # Section 2 144 // CHECK: # Section [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 146 * RETURN : Success: the section name of the specific tag 167 * DESCRIPTION: Get section name for vendor tag 174 * RETURN : Success: the section name of the specific tag 187 uint32_t section = tag >> 16; local 189 if (section < VENDOR_SECTION || section > QCAMERA3_SECTIONS_END) 192 ret = qcamera3_ext_section_names[section - VENDOR_SECTION]; 218 uint32_t section = tag >> 16; local 219 uint32_t section_index = section - VENDOR_SECTION; 227 if (section < VENDOR_SECTION || section > QCAMERA3_SECTIONS_END 260 uint32_t section = tag >> 16; local [all...] |
/device/moto/shamu/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 182 * RETURN : Success: the section name of the specific tag 203 * DESCRIPTION: Get section name for vendor tag 210 * RETURN : Success: the section name of the specific tag 223 uint32_t section = tag >> 16; local 225 if (section < VENDOR_SECTION || section > QCAMERA3_SECTIONS_END) 228 ret = qcamera3_ext_section_names[section - VENDOR_SECTION]; 254 uint32_t section = tag >> 16; local 255 uint32_t section_index = section - VENDOR_SECTION; 263 if (section < VENDOR_SECTION || section > QCAMERA3_SECTIONS_END 296 uint32_t section = tag >> 16; local [all...] |
/external/boringssl/src/include/openssl/ |
conf.h | 74 * # This key is in the default section. 83 char *section; member in struct:conf_value_st 110 /* NCONF_get_section returns a stack of values for a given section in |conf|. 111 * If |section| is NULL, the default section is returned. It returns NULL on 113 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section); 115 /* NCONF_get_string returns the value of the key |name|, in section |section|. 116 * The |section| argument may be NULL to indicate the default section. I [all...] |
/external/elfutils/src/tests/ |
run-readelf-loc.sh | 65 DWARF section [33] '.debug_loc' at offset 0xd2a: 70 DWARF section [34] '.debug_ranges' at offset 0xd94: 81 DWARF section [33] '.debug_loc' at offset 0xd2a: 86 DWARF section [34] '.debug_ranges' at offset 0xd94: 97 DWARF section [33] '.debug_loc' at offset 0xd2a: 102 DWARF section [34] '.debug_ranges' at offset 0xd94:
|
run-readelf-test2.sh | 24 Hex dump of section [6] '.strtab', 1 bytes at offset 0x290:
|
/external/flac/libFLAC/ia32/ |
nasm.h | 35 %idefine code_section section .text align=16 class=CODE use32 36 %idefine data_section section .data align=32 class=DATA use32 37 %idefine bss_section section .bss align=32 class=DATA use32 40 %idefine code_section section .text 41 %idefine data_section section .data 42 %idefine bss_section section .bss 45 %idefine code_section section .text 46 %idefine data_section section .data 47 %idefine bss_section section .bss 49 %idefine code_section section .text align=1 [all...] |
/external/libunwind/doc/ |
unw_regname.tex | 11 \section{Synopsis} 17 \section{Description} 25 \section{Return Value} 30 \section{Thread and Signal Safety} 35 \section{See Also} 39 \section{Author}
|
/external/llvm/test/MC/COFF/ |
seh-section.s | 2 // distinct .xdata section. Ideally we'd just emit a second .xdata section with 63 .section .text$foo,"x" 78 .section .mytext,"x" 93 .section .text
|
/external/llvm/test/MC/ELF/ |
compression.s | 9 // CHECK: Contents of section .zdebug_line: 10 // Check for the 'ZLIB' file magic at the start of the section only 15 // CHECK: Contents of section .debug_abbrev: 19 // CHECK: Contents of section .debug_info: 22 // CHECK: Contents of section .debug_frame: 26 // Decompress one valid dwarf section just to check that this roundtrips 33 // 386-SYMBOLS: Section: .zdebug_str 35 .section .debug_line,"",@progbits 37 .section .debug_abbrev,"",@progbits 47 .section .debug_info,"",@progbit [all...] |
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3VendorTags.cpp | 195 * RETURN : Success: the section name of the specific tag 216 * DESCRIPTION: Get section name for vendor tag 223 * RETURN : Success: the section name of the specific tag 236 uint32_t section = tag >> 16; local 238 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END) 241 ret = qcamera3_ext_section_names[section - VENDOR_SECTION]; 267 uint32_t section = tag >> 16; local 268 uint32_t section_index = section - VENDOR_SECTION; 276 if (section < VENDOR_SECTION || section >= QCAMERA3_SECTIONS_END 309 uint32_t section = tag >> 16; local [all...] |
/system/bt/btif/src/ |
btif_config_transcode.cpp | 52 const char *section = j->Attribute("Tag"); local 56 if (section && key && value) 57 config_set_string(config, section, key, value);
|
/system/media/camera/tests/ |
camera_metadata_tests_fake_vendor.h | 162 int section; local 167 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++) { 168 start = fakevendor_section_bounds[section][0]; 169 end = fakevendor_section_bounds[section][1]; 176 int section; local 180 for (section = 0; section < FAKEVENDOR_SECTION_COUNT; section++) [all...] |
/bionic/libc/dns/nameser/ |
ns_parse.c | 80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { 90 if (section != ns_s_qd) { 141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { 145 /* Make section right. */ 146 tmp = section; 147 if (tmp < 0 || section >= ns_s_max) 149 if (section != handle->_sect) 150 setsection(handle, section); 155 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) 158 setsection(handle, section); [all...] |
/external/llvm/test/MC/MachO/AArch64/ |
classrefs.s | 7 // CHECK-NEXT: Section __data { 20 .section __DATA,__objc_classrefs,regular,no_dead_strip 23 .section __DATA,__data
|
/external/llvm/test/MC/X86/AlignedBundling/ |
different-sections.s | 9 .section text1, "x" 10 # CHECK: section text1 18 .section text2, "x" 19 # CHECK: section text2
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/apol/ |
rulemodels.py | 38 def headerData(self, section, orientation, role): 101 def headerData(self, section, orientation, role): 103 if section == 0: 105 elif section == 1: 107 elif section == 2: 109 elif section == 3: 111 elif section == 4: 113 elif section == 5:
|
/packages/apps/Camera2/src/com/android/camera/util/ |
XmpUtil.java | 62 // to hold the section data from image file. 63 private static class Section { 106 List<Section> sections = parse(is, true); 111 for (Section section : sections) { 112 if (hasXMPHeader(section.data)) { 113 int end = getXMPContentEnd(section.data); 116 section.data, XMP_HEADER_SIZE, buffer, 0, buffer.length); 153 List<Section> sections = null; 189 List<Section> sections = parse(inputStream, false) 360 Section section = new Section(); local 376 Section section = new Section(); local [all...] |
/ndk/sources/host-tools/ndk-stack/binutils/ |
addr2line.c | 63 {"section", required_argument, NULL, 'j'}, 91 -j --section=<name> Read section-relative offsets instead of addresses\n\ 148 /* Look for an address in a section. This is called via 152 find_address_in_section (bfd *abfd, asection *section, 161 if ((bfd_get_section_flags (abfd, section) & SEC_ALLOC) == 0) 164 vma = bfd_get_section_vma (abfd, section); 168 size = bfd_get_section_size (section); 172 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma, 177 /* Look for an offset in a section. This is directly called. * 341 asection *section; local [all...] |
/external/boringssl/src/crypto/conf/ |
conf.c | 71 return (lh_strhash(v->section) << 2) ^ lh_strhash(v->name); 77 if (a->section != b->section) { 78 i = strcmp(a->section, b->section); 115 if (value->section) { 116 OPENSSL_free(value->section); 145 CONF_VALUE *NCONF_new_section(const CONF *conf, const char *section) { 155 i = strlen(section) + 1; 156 v->section = OPENSSL_malloc(i) 504 char *section = NULL, *buf; local [all...] |
/development/ndk/platforms/common/src/ |
crtbrand.c | 45 * For all arches except sparc, gcc emits the section directive for the 46 * following struct with a PROGBITS type. However, the section should be 49 * Unfortunately, there is no clean way to tell gcc to use another section type, 54 * - Edit the .s file to change the 'progbits' type to 'note', for the section 55 * directive that defines the .note.ABI-tag section. 66 } abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) = {
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
util.py | 44 def _interpolate(self, section, option, rawval, vars): 47 def items(self, section): 48 return [(key, self.get(section, key)) 49 for key in self.options(section)
|