OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sht
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/com32/lib/sys/module/i386/
elf_module.c
33
char *
sht
= NULL;
local
150
// Get to the
SHT
153
// Load the
SHT
154
sht
= malloc(elf_hdr->e_shnum * elf_hdr->e_shentsize);
155
if (!
sht
) {
160
image_read(
sht
, elf_hdr->e_shnum * elf_hdr->e_shentsize, module);
164
cr_sht = (Elf32_Shdr*)(
sht
+ i * elf_hdr->e_shentsize);
172
free(
sht
);
/external/syslinux/com32/lib/sys/module/x86_64/
elf_module.c
33
char *
sht
= NULL;
local
150
// Get to the
SHT
153
// Load the
SHT
154
sht
= malloc(elf_hdr->e_shnum * elf_hdr->e_shentsize);
155
if (!
sht
) {
160
image_read(
sht
, elf_hdr->e_shnum * elf_hdr->e_shentsize, module);
164
cr_sht = (Elf64_Shdr*)(
sht
+ i * elf_hdr->e_shentsize);
172
free(
sht
);
Completed in 323 milliseconds