Searched refs:p_type (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/lld/ELF/
H A DWriter.h29 p_type(type), p_flags(flags) {}
38 uint32_t p_type = 0; member in struct:lld::elf::PhdrEntry
/freebsd-current/sbin/fsck/
H A Dpreen.c55 char *p_type; /* file system type */ member in struct:partentry
181 p->p_type, p->p_devname, p->p_mntpt,
187 p->p_type, p->p_devname, p->p_mntpt,
198 free(p->p_type);
234 "%s: %s (%s)%s", p->p_type, p->p_devname,
310 p->p_type = estrdup(type);
324 while ((rv = (*checkit)(p->p_type, p->p_devname, p->p_mntpt,
/freebsd-current/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c78 d->p_type = ep32->p_type;
161 ph32->p_type = s->p_type;
/freebsd-current/lib/libc/arm/aeabi/
H A Daeabi_unwind_exidx.c72 if (hdr->p_type == PT_ARM_EXIDX) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp33 if (phdr[i].p_type != PT_LOAD)
57 if (phdr[i].p_type != PT_NOTE)
/freebsd-current/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_elem_ptm.h63 void SetType(const ocsd_ptm_pkt_type p_type);
137 inline void PtmTrcPacket::SetType(const ocsd_ptm_pkt_type p_type) argument
139 type = p_type;
/freebsd-current/lib/libipsec/
H A Dpolicy_parse.y75 static int p_dir, p_type, p_protocol, p_mode, p_level, p_reqid;
117 p_type = $2;
126 p_type = 0; /* ignored it by kernel */
263 if (p_type == IPSEC_POLICY_IPSEC) {
307 p->sadb_x_policy_type = p_type;
394 p_type = IPSEC_POLICY_DISCARD;
/freebsd-current/lib/libc/include/
H A Dnscache.h163 #define NS_APPLY_OFFSET(cp, cb, ib, p_type) \
165 (cp) = (p_type)((char *)(cb) + (size_t)(cp) - (size_t)(ib))
/freebsd-current/sys/arm/arm/
H A Ddump_machdep.c88 phdr.p_type = PT_DUMP_DELTA;
/freebsd-current/lib/libc/gen/
H A Delf_utils.c51 if (ph->p_type != PT_LOAD)
H A Ddlfcn.c197 if (phdr_info.dlpi_phdr[i].p_type == PT_TLS) {
274 if (ph->p_type == PT_LOAD &&
318 if (phdr_info.dlpi_phdr[i].p_type != PT_GNU_STACK)
/freebsd-current/usr.bin/indent/
H A Dargs.c87 int p_type; /* type (int, bool, special) */ member in struct:pro
254 if (p->p_type != PRO_SPECIAL)
270 switch (p->p_type) {
328 errx(1, "set_option: internal error: p_type %d", p->p_type);
/freebsd-current/contrib/opencsd/decoder/include/opencsd/etmv3/
H A Dtrc_pkt_elem_etmv3.h74 void SetType(const ocsd_etmv3_pkt_type p_type);
181 inline void EtmV3TrcPacket::SetType(const ocsd_etmv3_pkt_type p_type) argument
183 m_pkt_data.type = p_type;
/freebsd-current/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk207 class_add_prop(SromOpStream, p_type, "type")
288 class_add_prop(ArrayType, p_type, "type")
385 class_add_prop(Var, p_type, "type") # AbstractType
413 class_add_prop(SromEntry, p_type, "type")
423 class_add_prop(SromSegment, p_type, "type")
613 _type = get(v, p_type)
658 _size += get(get(_crc_seg, p_type), p_width)
681 if (!type_equal(get(_sromrev, p_type), UInt8)) {
683 type_to_string(get(_sromrev, p_type)))
735 set(_obj, p_type, nul
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cpp86 if (!(phdr->p_flags & PF_W) || (phdr->p_type != PT_LOAD) ||
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DBuildID.cpp33 if (P.p_type != ELF::PT_NOTE)
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp75 if (phdr_entry.p_type == llvm::ELF::PT_PHDR) {
80 if (phdr_entry.p_type == llvm::ELF::PT_DYNAMIC) {
/freebsd-current/sys/dev/ocs_fc/
H A Docs_xport.c309 uint8_t p_type = 0; local
329 if (ocs_get_property("p_type", prop_buf, sizeof(prop_buf)) == 0) {
330 p_type = ocs_strtoul(prop_buf, 0, 0);
337 if (p_type == 0) {
338 p_type = 1;
343 if (p_type != 0) {
352 if (ocs_hw_set(&ocs->hw, OCS_HW_AUTO_XFER_RDY_P_TYPE, p_type)) {
365 ocs_log_debug(ocs, "Auto xfer rdy is enabled, p_type=%d, blksize=%d\n",
366 p_type, ramdisc_blocksize);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/cfi/
H A Dcfi.cpp219 if (info->dlpi_phdr[i].p_type == PT_DYNAMIC) {
246 if (phdr->p_type == PT_LOAD) {
287 if (phdr->p_type == PT_LOAD) {
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.h193 elf_word p_type; ///< Type of program segment. member in struct:elf::ELFProgramHeader
/freebsd-current/sys/sys/
H A Delf64.h116 Elf64_Word p_type; /* Entry type. */ member in struct:__anon6083
H A Delf32.h107 Elf32_Word p_type; /* Entry type. */ member in struct:__anon6065
/freebsd-current/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformLinux.c169 if (ProgramHeader[I].p_type != PT_NOTE)
/freebsd-current/contrib/file/src/
H A Dreadelf.h176 Elf32_Word p_type; member in struct:__anon679
187 Elf64_Word p_type; member in struct:__anon680
197 #define PT_NULL 0 /* p_type */
/freebsd-current/include/
H A Dresolv.h355 #define p_type __p_type macro
435 const char * p_type(int);

Completed in 393 milliseconds

1234