Home
last modified time | relevance | path

Searched refs:Elf32_Word (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Delf32.h24 typedef uint32_t Elf32_Word; typedef
30 Elf32_Word e_version;
34 Elf32_Word e_flags;
44 Elf32_Word sh_name;
45 Elf32_Word sh_type;
46 Elf32_Word sh_flags;
49 Elf32_Word sh_size;
50 Elf32_Word sh_link;
51 Elf32_Word sh_info;
52 Elf32_Word sh_addralig
[all...]
H A Dmain.cpp190 auto add_string = [&dst, &stringtable](std::string_view a) -> Elf32_Word {
277 auto add_string = [&dst, &stringtable](std::string_view a) -> Elf32_Word {
281 return static_cast<Elf32_Word>(offset);
287 o.symbs[2].st_size = static_cast<Elf32_Word>(size_of_data);
315 o.sections[3].sh_size = static_cast<Elf32_Word>(size_of_section);
321 o.sections[1].sh_size = static_cast<Elf32_Word>(dst - stringtable);

Completed in 2 milliseconds