Searched refs:PT_LOAD (Results 1 – 16 of 16) sorted by relevance
9 text PT_LOAD FILEHDR PHDRS FLAGS(5) ;10 data PT_LOAD ;
11 text PT_LOAD ;
54 #define PT_LOAD 1 macro
64 #define PT_LOAD 1 macro
197 case PT_LOAD: in elf2aout32()252 case PT_LOAD: in elf2aout64()
129 #define PT_LOAD 1 macro
309 if (segment->Type() == PT_LOAD && !segment->IsWritable()) in TextSegment()323 if (segment->Type() == PT_LOAD && segment->IsWritable()) in DataSegment()
798 if (segment->Type() == PT_LOAD && segment->LoadAddress() == address) in _FindAreaSegment()
51 case PT_LOAD: in count_regions()122 case PT_LOAD: in parse_program_headers()
243 case PT_LOAD: in Load()343 if (header.p_type != PT_LOAD) in Load()
316 if (header->p_type == PT_LOAD) { in _LoadFile()
340 #define PT_LOAD 1 macro
329 #define PT_LOAD 1 macro
1952 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()
1181 header.p_type = PT_LOAD; in _WriteProgramHeaders()