Searched refs:e_phnum (Results 1 - 15 of 15) sorted by relevance

/haiku/src/libs/bsd/
H A Ddl_iterate_phdr.c51 phdr_info.dlpi_phnum = header->e_phnum;
/haiku/headers/private/storage/
H A DElfX.h31 ElfX(Half) e_phnum; member in struct:__anon1182
/haiku/src/tools/restest/
H A DElf.h36 Elf32_Half e_phnum; member in struct:__anon6120
H A DResourceFile.cpp650 uint32 programHeaderCount = _GetUInt16(fileHeader.e_phnum);
/haiku/src/system/runtime_loader/
H A Delf_load_image.cpp427 *_pheaderSize = eheader->e_phentsize * eheader->e_phnum;
455 *_pheaderSize = eheader->e_phentsize * eheader->e_phnum;
480 *_pheaderSize = eheader->e_phentsize * eheader->e_phnum;
595 numRegions = count_regions(path, pheaderBuffer, eheader.e_phnum,
611 status = parse_program_headers(image, pheaderBuffer, eheader.e_phnum,
/haiku/src/tools/
H A Delf2aout.c191 phnum = xe16toh(e->e_phnum);
246 phnum = xe16toh(e->e_phnum);
H A Dset_haiku_revision.cpp73 Elf32_Half e_phnum; member in struct:__anon1
90 Elf64_Half e_phnum; member in struct:__anon2
/haiku/src/system/kernel/
H A Delf.cpp1888 elfHeader.e_phnum * elfHeader.e_phentsize);
1896 elfHeader.e_phoff, elfHeader.e_phnum * elfHeader.e_phentsize));
1898 elfHeader.e_phnum * elfHeader.e_phentsize);
1903 if (length != elfHeader.e_phnum * elfHeader.e_phentsize) {
1928 BStackOrHeapArray<area_id, 8> mappedAreas(elfHeader.e_phnum);
1937 for (int i = 0; i < elfHeader.e_phnum; i++) {
2071 for (int i = 0; i < elfHeader.e_phnum; i++) {
2194 programHeaders = (elf_phdr *)malloc(elfHeader->e_phnum
2203 elfHeader->e_phoff, elfHeader->e_phnum * elfHeader->e_phentsize));
2206 elfHeader->e_phnum * elfHeade
[all...]
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp487 if (Get(elfHeader.e_phnum) > 0) {
491 int segmentCount = Get(elfHeader.e_phnum);
578 if (Get(elfHeader.e_phnum) > 0) {
/haiku/src/system/boot/loader/
H A Delf.cpp219 ssize_t size = elfHeader.e_phnum * elfHeader.e_phentsize;
239 for (int32 i = 0; i < elfHeader.e_phnum; i++) {
340 for (int32 i = 0; i < elfHeader.e_phnum; i++) {
/haiku/headers/build/os/kernel/
H A Delf.h47 Elf32_Half e_phnum; member in struct:__anon1
68 Elf64_Half e_phnum; member in struct:__anon2
/haiku/headers/os/kernel/
H A Delf.h58 Elf32_Half e_phnum; member in struct:__anon32
79 Elf64_Half e_phnum; member in struct:__anon33
/haiku/src/kits/debug/
H A DImage.cpp287 int32 programHeaderCount = elfHeader->e_phnum;
/haiku/src/kits/storage/
H A DResourceFile.cpp517 uint32 programHeaderCount = _GetInt(fileHeader.e_phnum);
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp1151 header.e_phnum = fSegmentCount;

Completed in 83 milliseconds