Home
last modified time | relevance | path

Searched refs:PT_LOAD (Results 1 – 25 of 65) sorted by relevance

123

/trueos/usr.sbin/btxld/
HDelfh.c63 htole32(PT_LOAD), /* p_type */
73 htole32(PT_LOAD), /* p_type */
/trueos/sys/conf/
HDldscript.mips.cfe37 * Furthermore, CFE will only load PT_LOAD segments, therefore the dynamic
48 text PT_LOAD ;
49 dynamic PT_LOAD ;
50 data PT_LOAD ;
HDldscript.mips.octeon16 text PT_LOAD FLAGS(0x7);
/trueos/sys/mips/conf/
HDSENTRY510 # not to contain offsets in PT_LOAD which point behind the actual offset
11 # of that PT header. FreeBSD normally links the first PT_LOAD header to
/trueos/lib/libc/gen/
HDelf_utils.c44 if (ph->p_type != PT_LOAD || (ph->p_flags & PF_X) == 0) in __elf_phdr_match_addr()
/trueos/contrib/llvm/tools/llvm-objdump/
HDELFDump.cpp31 case ELF::PT_LOAD: in printProgramHeaders()
/trueos/lib/libc/ia64/gen/
HDunwind.c97 case PT_LOAD: in _Unwind_FindTableEntry()
/trueos/sys/ia64/ia64/
HDdump_machdep.c172 phdr.p_type = PT_LOAD; in phys_cb_dumphdr()
241 phdr.p_type = PT_LOAD; in virt_cb_dumphdr()
HDelf_machdep.c296 if (ph->p_type == PT_LOAD && reloc == ~0ULL) in elf_cpu_load_file()
/trueos/contrib/gcc/config/ia64/
HDfde-glibc.c79 if (phdr->p_type == PT_LOAD) in _Unwind_IteratePhdrCallback()
/trueos/contrib/binutils/include/elf/
HDinternal.h274 || segment->p_type == PT_LOAD)) \
HDcommon.h296 #define PT_LOAD 1 /* Loadable program segment */ macro
/trueos/usr.bin/elf2aout/
HDelf2aout.c134 case PT_LOAD: in main()
/trueos/contrib/binutils/bfd/
HDelf.c934 if (phdr->p_type == PT_LOAD in _bfd_elf_make_section_from_shdr()
1134 case PT_LOAD: pt = "LOAD"; break; in get_segment_type()
2629 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr()
2659 if (hdr->p_type == PT_LOAD) in _bfd_elf_make_section_from_phdr()
2682 case PT_LOAD: in bfd_section_from_phdr()
3749 m->p_type = PT_LOAD; in make_mapping()
3805 || (*m)->p_type != PT_LOAD)) in elf_modify_segment_map()
3813 if ((*m)->p_type == PT_LOAD && (*m)->count == 0) in elf_modify_segment_map()
4381 if (p->p_type == PT_LOAD in assign_file_positions_for_load_sections()
4411 else if (p->p_type == PT_LOAD in assign_file_positions_for_load_sections()
[all …]
/trueos/sys/mips/mips/
HDelf_trampoline.c156 if (phdr[i].p_type != PT_LOAD) in load_kernel()
HDdump_machdep.c221 phdr.p_type = PT_LOAD; in cb_dumphdr()
/trueos/contrib/file/src/
HDreadelf.h162 #define PT_LOAD 1 macro
/trueos/sys/arm/arm/
HDelf_trampoline.c519 if (phdr[j].p_type == PT_LOAD && in load_kernel()
568 if (phdr[i].p_type != PT_LOAD) in load_kernel()
/trueos/sys/dev/ksyms/
HDksyms.c280 hdr->kh_txtphdr.p_type = PT_LOAD; in ksyms_snapshot()
286 hdr->kh_datphdr.p_type = PT_LOAD; in ksyms_snapshot()
/trueos/contrib/gdb/gdb/
HDnto-tdep.c250 if (phdr->p_type == PT_LOAD && (phdr->p_flags & PF_X)) in find_load_phdr()
/trueos/sys/boot/sparc64/boot1/
HDboot1.c434 if (ph.p_type != PT_LOAD) in loadzfs()
482 if (ph.p_type != PT_LOAD) in load()
/trueos/sys/boot/arm/at91/boot2/
HDboot2.c226 if (ep[j].p_type == PT_LOAD) in load()
/trueos/sys/powerpc/powerpc/
HDdump_machdep.c167 phdr.p_type = PT_LOAD; in cb_dumphdr()
/trueos/usr.sbin/kgzip/
HDkgzcmp.c187 if (p.p_type != PT_LOAD) in ld_elf()
/trueos/sys/x86/x86/
HDdump_machdep.c230 phdr.p_type = PT_LOAD; in cb_dumphdr()

123