Home
last modified time | relevance | path

Searched refs:sh_addralign (Results 1 – 12 of 12) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Dobject.c143 s->sh_offset = roundup(offset, s->sh_addralign); in map_section()
223 dest->sh_addralign = Be32(src->sh_addralign); in conv_to_big_endian_section()
Delf.h76 u32 sh_addralign; member
Dsection.c189 s->sh_addralign = align; in add_section()
/TwlSDK-5.1.0/build/tools/makelst/
Delf.h174 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and 4-byt… member
Delf.c354 file_ptr = load_elf32_word(&(shdr->sh_addralign), file_ptr, endian);
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h188 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and … member
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf.h174 …Elf32_Word sh_addralign; /* Alignment restrictions (no restrictions when this is 0 or 1, and … member
Delf.c352 file_ptr = load_elf32_word(&(shdr->sh_addralign), file_ptr, endian);
Dinsertsection.c131 CurrentShdrEx->Shdr.sh_addralign = 4;
Delf_loader.c378 CurrentShdrEx->Shdr.sh_addralign = 4; in ELi_LoadObject()
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf.c353 file_ptr = load_elf32_word(&(shdr->sh_addralign), file_ptr, endian); in ELF_LoadSectionHeader()
Dloader_subset.c296 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_CopySectionToBuffer()
331 load_start = ELi_ALIGN( ((u32)(MYObject->buf_current)), (Shdr->sh_addralign)); in ELi_AllocSectionToBuffer()