Home
last modified time | relevance | path

Searched refs:plt (Results 1 – 25 of 32) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/jp2kdecimator/
Djp2kcodestream.c675 PacketLengthTilePart * plt, guint length) in parse_plt() argument
686 plt->index = gst_byte_reader_get_uint8_unchecked (reader); in parse_plt()
687 plt->packet_lengths = g_array_new (FALSE, FALSE, sizeof (guint32)); in parse_plt()
702 g_array_append_val (plt->packet_lengths, n); in parse_plt()
715 sizeof_plt (GstJP2kDecimator * self, const PacketLengthTilePart * plt) in sizeof_plt() argument
720 n = plt->packet_lengths->len; in sizeof_plt()
722 guint32 len = g_array_index (plt->packet_lengths, guint32, i); in sizeof_plt()
741 reset_plt (GstJP2kDecimator * self, PacketLengthTilePart * plt) in reset_plt() argument
743 if (plt->packet_lengths) in reset_plt()
744 g_array_free (plt->packet_lengths, TRUE); in reset_plt()
[all …]
Djp2kcodestream.h124 GList *plt; /* list of PacketLengthTilePart */ member
/third_party/elfutils/tests/
Drun-strip-remove-keep.sh48 [ 9] .rel.plt REL 0804829c 00029c 000020 8 A 4 11 4
50 [11] .plt PROGBITS 080482d4 0002d4 000050 4 AX 0 0 4
83 [ 9] .rel.plt NOBITS 0804829c 000114 000020 8 A 4 11 4
85 [11] .plt NOBITS 080482d4 000114 000050 4 AX 0 0 4
134 [ 9] .rel.plt REL 0804829c 00029c 000020 8 A 4 11 4
136 [11] .plt PROGBITS 080482d4 0002d4 000050 4 AX 0 0 4
170 [ 9] .rel.plt NOBITS 0804829c 000114 000020 8 A 4 11 4
172 [11] .plt NOBITS 080482d4 000114 000050 4 AX 0 0 4
222 [ 8] .rela.plt RELA 0000000000000410 00000410 00000018 24 A 3 10 8
224 [10] .plt PROGBITS 0000000000000440 00000440 00000020 16 AX 0 0 16
[all …]
Drun-elfputzdata.sh32 Cannot compress 9 .rel.plt
34 Cannot compress 11 .plt
70 Cannot compress 9 .rel.plt
72 Cannot compress 11 .plt
109 Cannot compress 7 .rela.plt
111 Cannot compress 9 .plt
145 Cannot compress 7 .rela.plt
147 Cannot compress 9 .plt
186 Cannot compress 9 .rela.plt
200 Cannot compress 23 .plt
[all …]
Drun-pt_gnu_prop-tests.sh54 …gnu.property .note.ABI-tag .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt]
55 03 [RO: .init .plt .plt.sec .text .fini]
57 05 [RELRO: .init_array .fini_array .dynamic .got] .got.plt .data .bss
108 05 [RELRO: .init_array .fini_array .dynamic .got] .got.plt .data .bss
/third_party/rust/crates/minimal-lexical/scripts/
Dtimings.py14 import matplotlib.pyplot as plt namespace
18 plt.style.use('ggplot')
94 fig, ax = plt.subplots()
153 plt.setp(ax.get_yticklabels(), visible=False)
157 plt.xlim(0, offset + 0.02 * text_length)
158 plt.ylim(count + 0.5, len(timings) + 1.5)
/third_party/optimized-routines/math/tools/
Dplot.py9 import matplotlib.pyplot as plt namespace
48 fig, (ax0,ax1) = plt.subplots(nrows=2)
58 plt.show()
/third_party/elfio/tests/elf_examples/
Dhello_64.txt43 [ 9] .rela.plt RELA 0000000000400340 00000340
47 [11] .plt PROGBITS 0000000000400388 00000388
69 [22] .got.plt PROGBITS 0000000000600830 00000830
115 …gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .r…
116 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
149 Relocation section '.rela.plt' at offset 0x340 contains 2 entries:
Dhello_32.txt33 [ 9] .rel.plt REL 08048234 000234 000018 08 A 4 11 4
35 [11] .plt PROGBITS 08048264 000264 000040 04 AX 0 0 4
45 [21] .got.plt PROGBITS 0804956c 00056c 000018 04 WA 0 0 4
74 … .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .plt .text .fini .r…
75 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
107 Relocation section '.rel.plt' at offset 0x234 contains 3 entries:
Dtest_ppc.txt33 [ 9] .rela.plt RELA 10000494 000494 00006c 0c A 4 22 4
46 [22] .plt PROGBITS 10010be4 000be4 000024 00 WA 0 0 4
78 ….ABI-tag .hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .text .fini .…
79 03 .ctors .dtors .jcr .got2 .dynamic .got .plt .data .bss
117 Relocation section '.rela.plt' at offset 0x494 contains 9 entries:
Dls.readelf45 [10] .rela.plt RELA 00000000004015f8 000015f8
49 [12] .plt PROGBITS 0000000000401ff0 00001ff0
71 [23] .got.plt PROGBITS 0000000000618fe8 00018fe8
115 …gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt .text .fini .r…
116 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss
159 Relocation section '.rela.plt' at offset 0x15f8 contains 105 entries:
/third_party/libffi/src/powerpc/
Dasm.h119 #define JUMPTARGET(name) name##@plt
/third_party/libffi/src/m88k/
Dobsd.S199 bsr ffi_closure_OBSD_inner#plt
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPC.td128 def FeatureSecurePlt : SubtargetFeature<"secure-plt","SecurePlt", "true",
129 "Enable secure plt mode">;
/third_party/elfutils/src/
DChangeLog4058 (elf_i386_initialize_got): There is now a separate .got.plt, so
4063 (elf_i386_finalize_plt): Reference now .got.plt.
4066 (elf_i386_create_relocations): Also get .got.plt. Rewrite R-386_GOT32
4067 handling for split .got/.got.plt.
4070 input sections. Add .got.plt.
4071 * ldgeneric.c (ld_generic_generate_sections): Add .got.plt section.
4072 (ld_generic_create_outfile): Initialize .got.plt section.
4073 Use .got.plt address for _GLOBAL_OFFSET_TABLE_ symbol and DT_PLTGOT.
4309 (check_sections): Use it for ".plt" match. Cite wrong SHT_NOBITS
4933 * elflint.c (check_sections): Use ebl_bss_plt_p to see if .plt should
/third_party/elfutils/
DNEWS1543 Add DT_RUNPATH/DT_RPATH entries to dynamic section. Create .plt and
1544 .rel.plt sections (completely). Add support for all four PLT related
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DlocaleCanonicalization.txt300 plt ; mg
/third_party/icu/icu4c/source/test/testdata/
DlocaleCanonicalization.txt300 plt ; mg
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
Dmetadata.txt926 plt{
/third_party/icu/icu4c/source/data/misc/
DlangInfo.txt164 "plt","mg",
Dmetadata.txt1251 plt{
/third_party/skia/third_party/externals/icu/source/data/misc/
DlangInfo.txt164 "plt","mg",
Dmetadata.txt1251 plt{
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenSubtargetInfo.inc154 …{ "secure-plt", "Enable secure plt mode", PPC::FeatureSecurePlt, { { { 0x0ULL, 0x0ULL, 0x0ULL, } }…
/third_party/harfbuzz/perf/texts/
Den-words.txt8379 plt

12