Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/external/llvm-project/lld/ELF/
DLinkerScript.cpp52 static uint64_t getOutputSectionVA(SectionBase *sec) { in getOutputSectionVA()
83 OutputSection *sec; in createOutputSection() local
168 SectionBase *sec = value.isAbsolute() ? nullptr : value.sec; in addSymbol() local
292 auto *sec = cast<OutputSection>(base); in declareSymbols() local
366 sections, [](InputSectionBase *sec) { return sec->flags & SHF_WRITE; }); in matchConstraints()
448 InputSectionBase *sec = sections[i]; in computeInputSections() local
552 if (auto *sec = dyn_cast<OutputSection>(base)) { in processSectionCommands() local
628 if (auto *sec = dyn_cast<OutputSection>(base)) in findByName() local
636 OutputSection *sec = script->createOutputSection(outsecName, "<internal>"); in createSection() local
662 auto *sec = cast<InputSection>(isec); in addInputSec() local
[all …]
DWriter.cpp228 static Defined *addOptionalRegular(StringRef name, SectionBase *sec, in addOptionalRegular()
337 if (auto *sec = dyn_cast<OutputSection>(base)) in findSection() local
353 InputSection *sec = createInterpSection(); in createSyntheticSections() local
359 auto add = [](SyntheticSection *sec) { inputSections.push_back(sec); }; in createSyntheticSections()
390 if (auto *sec = MipsAbiFlagsSection<ELFT>::create()) in createSyntheticSections() local
392 if (auto *sec = MipsOptionsSection<ELFT>::create()) in createSyntheticSections() local
394 if (auto *sec = MipsReginfoSection<ELFT>::create()) in createSyntheticSections() local
401 auto add = [&](SyntheticSection *sec) { in createSyntheticSections()
738 SectionBase *sec = sym.section; in shouldKeepInSymtab() local
748 SectionBase *sec = d->section; in includeInSymtab() local
[all …]
DMarkLive.cpp77 static uint64_t getAddend(InputSectionBase &sec, in getAddend()
84 static uint64_t getAddend(InputSectionBase &sec, in getAddend()
91 void MarkLive<ELFT>::resolveReloc(InputSectionBase &sec, RelTy &rel, in resolveReloc()
170 static bool isReserved(InputSectionBase *sec) { in isReserved()
188 void MarkLive<ELFT>::enqueue(InputSectionBase *sec, uint64_t offset) { in enqueue()
281 InputSectionBase &sec = *queue.pop_back_val(); in mark() local
DInputFiles.cpp246 InputSectionBase &sec, uint64_t offset) { in getSrcMsgAux()
261 std::string InputFile::getSrcMsg(const Symbol &sym, InputSectionBase &sec, in getSrcMsg()
351 for (const Elf_Shdr &sec : sections) in findSection() local
423 const Elf_Shdr &sec) { in getShtGroupSignature()
443 bool ObjFile<ELFT>::shouldMerge(const Elf_Shdr &sec, StringRef name) { in shouldMerge()
577 const Elf_Shdr &sec = objSections[i]; in initializeSections() local
668 const Elf_Shdr &sec = objSections[i]; in initializeSections() local
796 template <class ELFT> static uint32_t readAndFeatures(const InputSection &sec) { in readAndFeatures()
855 InputSectionBase *ObjFile<ELFT>::getRelocTarget(const Elf_Shdr &sec) { in getRelocTarget()
874 static InputSection *toRegularSection(MergeInputSection *sec) { in toRegularSection()
[all …]
DDWARF.cpp34 InputSectionBase *sec = it.value(); in LLDDwarfObj() local
107 LLDDwarfObj<ELFT>::findAux(const InputSectionBase &sec, uint64_t pos, in findAux()
139 auto &sec = static_cast<const LLDDWARFSection &>(s); in find() local
DRelocations.cpp532 static void replaceWithDefined(Symbol &sym, SectionBase *sec, uint64_t value, in replaceWithDefined()
597 BssSection *sec = in addCopyRelSymbol() local
625 InputSectionBase &sec, RelExpr expr, in computeMipsAddend()
660 InputSectionBase &sec, RelExpr expr, in computeAddend()
720 InputSectionBase *sec; member
888 InputSectionBase &sec = *l.sec; in reportUndefinedSymbol() local
946 static bool maybeReportUndefined(Symbol &sym, InputSectionBase &sec, in maybeReportUndefined()
1012 explicit OffsetGetter(InputSectionBase &sec) { in OffsetGetter()
1138 static void processRelocAux(InputSectionBase &sec, RelExpr expr, RelType type, in processRelocAux()
1283 static void scanReloc(InputSectionBase &sec, OffsetGetter &getOffset, RelTy *&i, in scanReloc()
[all …]
/external/vboot_reference/firmware/2lib/
D2secdata.c16 const struct vb2_secdata *sec = in vb2_secdata_check_crc() local
28 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_create() local
68 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_get() local
91 struct vb2_secdata *sec = (struct vb2_secdata *)ctx->secdata; in vb2_secdata_set() local
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_trace_helpers.h44 #define BPF_TRACE_0(sec, fname, ...) BPF_TRACE_x(0, sec, fname, int, __VA_ARGS__) argument
45 #define BPF_TRACE_1(sec, fname, ...) BPF_TRACE_x(1, sec, fname, int, __VA_ARGS__) argument
46 #define BPF_TRACE_2(sec, fname, ...) BPF_TRACE_x(2, sec, fname, int, __VA_ARGS__) argument
47 #define BPF_TRACE_3(sec, fname, ...) BPF_TRACE_x(3, sec, fname, int, __VA_ARGS__) argument
48 #define BPF_TRACE_4(sec, fname, ...) BPF_TRACE_x(4, sec, fname, int, __VA_ARGS__) argument
49 #define BPF_TRACE_5(sec, fname, ...) BPF_TRACE_x(5, sec, fname, int, __VA_ARGS__) argument
50 #define BPF_TRACE_6(sec, fname, ...) BPF_TRACE_x(6, sec, fname, int, __VA_ARGS__) argument
51 #define BPF_TRACE_7(sec, fname, ...) BPF_TRACE_x(7, sec, fname, int, __VA_ARGS__) argument
52 #define BPF_TRACE_8(sec, fname, ...) BPF_TRACE_x(8, sec, fname, int, __VA_ARGS__) argument
53 #define BPF_TRACE_9(sec, fname, ...) BPF_TRACE_x(9, sec, fname, int, __VA_ARGS__) argument
[all …]
/external/wpa_supplicant_8/src/ap/
Dbss_load.c20 unsigned int *sec, unsigned int *usec) in get_bss_load_update_timeout()
45 unsigned int sec, usec; in update_channel_utilization() local
85 unsigned int sec, usec; in bss_load_update_init() local
Dairtime_policy.c37 unsigned int *sec, in get_airtime_policy_update_timeout()
133 unsigned int sec, usec; in update_airtime_weights() local
253 unsigned int sec, usec; in airtime_policy_update_init() local
/external/llvm-project/lld/wasm/
DOutputSections.h64 static bool classof(const OutputSection *sec) { in classof()
87 static bool classof(const OutputSection *sec) { in classof()
118 static bool classof(const OutputSection *sec) { in classof()
/external/openscreen/cast/common/certificate/
Dtypes.cc52 time_t sec = static_cast<time_t>(seconds); in DateTimeFromSeconds() local
91 time_t sec; in DateTimeToSeconds() local
/external/arm-trusted-firmware/plat/imx/common/sci/svc/timer/
Dtimer_rpc_clnt.c193 uint8_t sec) in sc_timer_set_rtc_time()
217 uint8_t *sec) in sc_timer_get_rtc_time()
251 sc_err_t sc_timer_get_rtc_sec1970(sc_ipc_t ipc, uint32_t *sec) in sc_timer_get_rtc_sec1970()
272 uint8_t sec) in sc_timer_set_rtc_alarm()
294 sc_err_t sc_timer_set_rtc_periodic_alarm(sc_ipc_t ipc, uint32_t sec) in sc_timer_set_rtc_periodic_alarm()
/external/llvm-project/lld/MachO/Arch/
DX86_64.cpp45 static std::string getErrorLocation(MemoryBufferRef mb, const section_64 &sec, in getErrorLocation()
53 static void validateLength(MemoryBufferRef mb, const section_64 &sec, in validateLength()
71 uint64_t X86_64::getImplicitAddend(MemoryBufferRef mb, const section_64 &sec, in getImplicitAddend()
/external/skia/src/core/
DSkBitmapProcState.h119 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument
123 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument
129 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
135 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
/external/iperf3/src/
Diperf_udp.c71 uint32_t sec, usec; in iperf_udp_recv() local
225 uint32_t sec, usec; in iperf_udp_send() local
239 uint32_t sec, usec, pcount; in iperf_udp_send() local
/external/skqp/src/core/
DSkBitmapProcState.h135 #define PACK_TWO_SHORTS(pri, sec) ((pri) << 16 | (sec)) argument
139 #define PACK_TWO_SHORTS(pri, sec) ((pri) | ((sec) << 16)) argument
145 static inline uint32_t pack_two_shorts(U16CPU pri, U16CPU sec) { in pack_two_shorts()
151 #define pack_two_shorts(pri, sec) PACK_TWO_SHORTS(pri, sec) argument
/external/llvm/test/MC/ARM/
Ddirective-arch_extension-sec.s21 sec: label
/external/llvm-project/llvm/test/MC/ARM/
Ddirective-arch_extension-sec.s21 sec: label
/external/rust/crates/chrono/src/
Dsys.rs37 pub sec: i64, field
120 let sec = match self.tm_utcoff { in to_timespec() localVariable
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/pmu/
Dpmu_fw.c8 #define INCBIN(file, sym, sec) \ argument
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
D4-1-buildonly.c16 time_t sec; in dummyfcn() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DRandomDataImpl.java315 SecureRandom sec = getSecRan(); in nextSecureInt() local
336 SecureRandom sec = getSecRan(); in nextSecureLong() local
/external/curl/tests/server/
Dutil.h47 #define sleep(sec) Sleep ((sec)*1000) argument
/external/llvm-project/lld/MachO/
DObjC.cpp25 for (const section_64 &sec : sectionHeaders) { in hasObjCSection() local

12345678910>>...14