Home
last modified time | relevance | path

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

/haiku/src/system/ldscripts/sparc/
H A Dkernel.ld9 text PT_LOAD FILEHDR PHDRS FLAGS(5) ;
10 data PT_LOAD ;
H A Dboot_loader_openfirmware.ld11 text PT_LOAD ;
/haiku/headers/private/storage/
H A DElf.h54 #define PT_LOAD 1 macro
/haiku/src/tools/restest/
H A DElf.h64 #define PT_LOAD 1 macro
/haiku/src/system/ldscripts/m68k/
H A Dboot_loader_next_m68k.ld11 text PT_LOAD ;
/haiku/src/tools/
H A Delf2aout.c197 case PT_LOAD: in elf2aout32()
252 case PT_LOAD: in elf2aout64()
H A Dset_haiku_revision.cpp129 #define PT_LOAD 1 macro
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp309 if (segment->Type() == PT_LOAD && !segment->IsWritable()) in TextSegment()
323 if (segment->Type() == PT_LOAD && segment->IsWritable()) in DataSegment()
H A DCoreFile.cpp798 if (segment->Type() == PT_LOAD && segment->LoadAddress() == address) in _FindAreaSegment()
/haiku/src/system/runtime_loader/
H A Delf_load_image.cpp51 case PT_LOAD: in count_regions()
122 case PT_LOAD: in parse_program_headers()
/haiku/src/system/boot/loader/
H A Delf.cpp243 case PT_LOAD: in Load()
343 if (header.p_type != PT_LOAD) in Load()
/haiku/src/kits/debug/
H A DImage.cpp316 if (header->p_type == PT_LOAD) { in _LoadFile()
/haiku/headers/os/kernel/
H A Delf.h340 #define PT_LOAD 1 macro
/haiku/headers/build/os/kernel/
H A Delf.h329 #define PT_LOAD 1 macro
/haiku/src/system/kernel/
H A Delf.cpp1952 if (programHeaders[i].p_type != PT_LOAD) in elf_load_user_image()
2228 if (programHeaders[i].p_type != PT_LOAD) in load_kernel_add_on()
2267 case PT_LOAD: in load_kernel_add_on()
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1181 header.p_type = PT_LOAD; in _WriteProgramHeaders()