Searched refs:Elf32_Shdr (Results 1 – 10 of 10) sorted by relevance
/haiku/src/tools/elfsymbolpatcher/ |
H A D | Elf.h | 37 typedef Elf32_Shdr Elf_Shdr;
|
/haiku/src/system/runtime_loader/ |
H A D | runtime_loader.cpp | 523 if (elfHeader.e_shoff == 0 || elfHeader.e_shentsize < sizeof(Elf32_Shdr)) in determine_x86_abi() 542 Elf32_Shdr* sectionHeader in determine_x86_abi() 543 = (Elf32_Shdr*)((uint8*)sectionHeaders + i * elfHeader.e_shentsize); in determine_x86_abi() 604 Elf32_Shdr* sectionHeader = (Elf32_Shdr*)((uint8*)sectionHeaders in determine_x86_abi()
|
/haiku/src/tools/restest/ |
H A D | Elf.h | 85 } Elf32_Shdr; typedef
|
H A D | ResourceFile.cpp | 692 read_exactly(file, shOffset, &programHeader, sizeof(Elf32_Shdr), in _InitELFFile() 727 if (sectionHeaderSize < sizeof(Elf32_Shdr) in _InitELFFile() 738 Elf32_Shdr sectionHeader; in _InitELFFile() 739 read_exactly(file, shOffset, §ionHeader, sizeof(Elf32_Shdr), in _InitELFFile()
|
/haiku/src/tools/ |
H A D | set_haiku_revision.cpp | 150 } Elf32_Shdr; typedef 366 _ParseELFHeader<Elf32_Ehdr, Elf32_Shdr>(); in SetTo() 383 result = _ReadSectionHeader<Elf32_Shdr>(i, info); in FindSectionByName()
|
/haiku/headers/private/debugger/elf/ |
H A D | ElfFile.h | 92 typedef Elf32_Shdr Shdr;
|
/haiku/headers/os/kernel/ |
H A D | elf.h | 247 } Elf32_Shdr; typedef
|
/haiku/headers/build/os/kernel/ |
H A D | elf.h | 236 } Elf32_Shdr; typedef
|
/haiku/src/system/boot/loader/ |
H A D | elf.cpp | 73 typedef Elf32_Shdr ShdrType;
|
/haiku/src/kits/storage/ |
H A D | ResourceFile.cpp | 492 _InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(file, fileSize); in _InitELFFile()
|