Searched refs:personality (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-11-stable/contrib/gcc/
H A Dunwind-dw2.h81 _Unwind_Personality_Fn personality; member in struct:__anon1396
H A Dunwind.inc36 Unwind the stack calling the personality routine to find both the
63 /* Unwind successful. Run the personality routine, if any. */
64 if (fs.personality)
66 code = (*fs.personality) (1, _UA_CLEANUP_PHASE | match_handler,
95 /* Phase 1: Search. Unwind the stack, calling the personality routine
114 /* Unwind successful. Run the personality routine, if any. */
115 if (fs.personality)
117 code = (*fs.personality) (1, _UA_SEARCH_PHASE, exc->exception_class,
172 /* Stop didn't want to do anything. Invoke the personality
177 if (fs.personality)
[all...]
H A Dunwind-sjlj.c66 the personality routine to the landing pad index. */
69 /* This is how data is returned from the personality routine to
75 _Unwind_Personality_Fn personality; member in struct:SjLj_Function_Context
96 _Unwind_Personality_Fn personality; member in struct:__anon1402
276 fs->personality = NULL;
281 fs->personality = context->fc->personality;
H A Dunwind-dw2.c406 /* "P" indicates a personality routine in the CIE augmentation. */
409 _Unwind_Ptr personality;
411 p = read_encoded_value (context, *p, p + 1, &personality);
412 fs->personality = (_Unwind_Personality_Fn) personality;
1118 not provide a personality routine or LSDA. */
405 _Unwind_Ptr personality; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp32 #include <linux/personality.h>
34 #include <sys/personality.h>
62 int value = personality(personality_get_current);
64 ExitWithError(error_fd, "personality get");
66 value = personality(ADDR_NO_RANDOMIZE | value);
68 ExitWithError(error_fd, "personality set");
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c27 /// function also sets the personality and lsda fields of the block.
38 // set by personality handler to be parameters passed to landing pad function
42 __personality_routine personality; // arm offset=24 member in struct:_Unwind_FunctionContext
126 // if there is a personality routine, ask it if it will want to stop at this
128 if (c->personality != NULL) {
130 "personality function %p",
132 (void *)c->personality);
133 _Unwind_Reason_Code personalityResult = (*c->personality)(
187 // if there is a personality routine, tell it we are unwinding
188 if (c->personality !
[all...]
H A DDwarfParser.hpp46 pint_t personality; member in struct:libunwind::CFI_Parser::CIE_Info
264 cieInfo->personality = 0;
321 cieInfo->personality = addressSpace
H A DUnwindCursor.hpp1383 // Grab the index of the personality routine from the compact form.
1406 _LIBUNWIND_ABORT("unknown personality routine");
1510 _info.handler = cieInfo.personality;
1592 pint_t personality = 0; local
1750 // extact personality routine, if encoding says function has one
1756 _LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with personality index %d, "
1757 "but personality table has only %d entries",
1767 personality = _addressSpace.getP(personalityPointer);
1770 "personalityDelta=0x%08X, personality=0x%08llX\n",
1771 (uint64_t) pc, personalityDelta, (uint64_t) personality);
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Ddw2gencfi.c93 expressionS personality; member in struct:fde_entry
107 expressionS personality; member in struct:cie_entry
672 expression_and_evaluate (&fde->personality);
673 switch (fde->personality.X_op)
1086 exp = cie->personality;
1204 if (cie->personality.X_op != fde->personality.X_op
1205 || cie->personality.X_add_number
1206 != fde->personality.X_add_number)
1208 switch (cie->personality
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h318 /* The PCI personality is not quite synonymous to protocol ID:
320 * 2. The Ethernet personality may support also the RoCE/iWARP protocol
437 /* PCI personality */
438 enum ecore_pci_personality personality; member in struct:ecore_hw_info
440 ((dev)->hw_info.personality == ECORE_PCI_ETH_ROCE || \
441 (dev)->hw_info.personality == ECORE_PCI_ETH_IWARP || \
442 (dev)->hw_info.personality == ECORE_PCI_ETH_RDMA)
444 ((dev)->hw_info.personality == ECORE_PCI_ETH_ROCE || \
445 (dev)->hw_info.personality == ECORE_PCI_ETH_RDMA)
447 ((dev)->hw_info.personality
[all...]
H A Decore_sp_commands.c410 switch (p_hwfn->hw_info.personality) {
412 p_ramrod->personality = PERSONALITY_ETH;
415 p_ramrod->personality = PERSONALITY_FCOE;
418 p_ramrod->personality = PERSONALITY_ISCSI;
423 p_ramrod->personality = PERSONALITY_RDMA_AND_ETH;
426 DP_NOTICE(p_hwfn, true, "Unknown personality %d\n",
427 p_hwfn->hw_info.personality);
428 p_ramrod->personality = PERSONALITY_ETH;
H A Decore_dcbx_api.h198 enum ecore_pci_personality personality; member in struct:ecore_dcbx_app_metadata
H A Decore_dcbx.c217 enum ecore_pci_personality personality)
237 if (p_hwfn->hw_info.personality == personality)
255 enum ecore_pci_personality personality; local
265 personality = ecore_dcbx_app_update[i].personality;
268 prio, tc, type, personality);
213 ecore_dcbx_set_params(struct ecore_dcbx_results *p_data, struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, bool enable, u8 prio, u8 tc, enum dcbx_protocol_type type, enum ecore_pci_personality personality) argument
H A Decore_dev.c1774 if (p_hwfn->hw_info.personality == ECORE_PCI_FCOE)
1777 if (p_hwfn->hw_info.personality == ECORE_PCI_ISCSI) {
1817 switch (p_hwfn->hw_info.personality) {
1834 DP_ERR(p_hwfn, "unknown personality %d\n", p_hwfn->hw_info.personality);
2548 if (p_hwfn->hw_info.personality == ECORE_PCI_ETH_ROCE) {
2559 } else if (p_hwfn->hw_info.personality == ECORE_PCI_ISCSI) {
2589 if (p_hwfn->hw_info.personality == ECORE_PCI_FCOE) {
2595 if (p_hwfn->hw_info.personality == ECORE_PCI_ISCSI) {
2685 if (p_hwfn->hw_info.personality
5575 ecore_get_hw_info(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, enum ecore_pci_personality personality, struct ecore_hw_prepare_params *p_params) argument
[all...]
H A Decore_cxt.c1947 if ((p_hwfn->hw_info.personality == ECORE_PCI_FCOE) &&
2175 /* The only case RDMA personality can be overriden is if NVRAM is
2184 p_hwfn->hw_info.personality = ECORE_PCI_ETH_ROCE;
2188 p_hwfn->hw_info.personality = ECORE_PCI_ETH;
2192 p_hwfn->hw_info.personality = ECORE_PCI_ETH_ROCE;
2196 p_hwfn->hw_info.personality = ECORE_PCI_ETH_IWARP;
2200 switch (p_hwfn->hw_info.personality) {
2248 "RDMA personality used without setting params!\n");
2263 switch (p_hwfn->hw_info.personality) {
2312 "Fcoe personality use
[all...]
H A Decore_dev_api.h248 int personality; member in struct:ecore_hw_prepare_params
H A Dqlnx_os.c296 * Note on RDMA personality setting
298 * Read the personality configured in NVRAM
299 * If the personality is ETH_ONLY, ETH_IWARP or ETH_ROCE and
300 * the configured personality in sysctl is QLNX_PERSONALITY_DEFAULT
301 * use the personality in NVRAM.
303 * Otherwise use t the personality configured in sysctl.
306 #define QLNX_PERSONALITY_DEFAULT 0x0 /* use personality in NVRAM */
1207 uint8_t personality; local
1209 personality = (qlnxe_rdma_configuration >>
1212 return (personality);
1219 uint8_t personality; local
[all...]
H A Dqlnx_def.h509 uint32_t personality; member in struct:qlnx_host
H A Decore_mng_tlv.c1351 /* Sanitize the TLV groups according to personality */
1353 p_hwfn->hw_info.personality != ECORE_PCI_FCOE) {
1360 p_hwfn->hw_info.personality != ECORE_PCI_ISCSI) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp40 #include <sys/personality.h>
292 int old_personality = personality(0xffffffff);
297 CHECK_NE(personality(old_personality | ADDR_NO_RANDOMIZE), -1);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c44 } personality; member in struct:cie
230 && memcmp (&c1->personality, &c2->personality,
231 sizeof (c1->personality)) == 0
263 h = iterative_hash_object (c->personality, h);
704 cie->personality.h = h;
724 cie->personality.val = val;
736 REQUIRE (cie->local_personality || cie->personality.h);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DCompactUnwindPass.cpp302 // FIXME: if there are more than 4 personality functions then we need to
311 // its final form (i.e. set personality function bits & create DWARF
378 << ", personality="
388 // Gather the personality functions now, so that they're in deterministic
408 assert(ref->addend() == 0 && "unexpected offset into personality fn");
446 /// personality function offset which is only known now).
448 /// or too many personality functions to be accommodated.
551 auto personality = llvm::find(personalities, entry.personalityFunction); local
552 uint32_t personalityIdx = personality == personalities.end()
554 : personality
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp76 #include <sys/personality.h>
1005 // Uname may report misleading results if personality type
1008 int pers = personality(0xffffffffUL);
2019 int old_personality = personality(0xffffffff);
2025 CHECK_NE(personality(old_personality | ADDR_NO_RANDOMIZE), -1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h164 #define __sanitizer_syscall_pre_personality(personality) \
165 __sanitizer_syscall_pre_impl_personality((long)(personality))
166 #define __sanitizer_syscall_post_personality(res, personality) \
167 __sanitizer_syscall_post_impl_personality(res, (long)(personality))
2091 void __sanitizer_syscall_pre_impl_personality(long personality);
2092 void __sanitizer_syscall_post_impl_personality(long res, long personality);
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c167 _Unwind_Personality_Fn personality; member in struct:unw_state_record
1797 not provide a personality routine or LSDA. */
1833 fs->personality =

Completed in 658 milliseconds

12