Home
last modified time | relevance | path

Searched refs:st_size (Results 1 – 11 of 11) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Dsection.c105 if (stat(filename, &st) || !S_ISREG(st.st_mode) || st.st_size < 0 in read_datasec()
112 s->size = st.st_size; in read_datasec()
254 l->st_size = size; in add_symbol()
Delf.h98 u32 st_size; // Size of Symbol itself (object size, etc) member
Dobject.c231 dest->st_size = Be32(src->st_size); in conv_to_big_endian_symbol()
/TwlSDK-5.1.0/build/tools/buryarg.TWL/
Dburyarg.c673 printf("replacement file size is 0x%x byte (%d byte).\n", (int)repFileStat.st_size, in openFiles()
674 (int)repFileStat.st_size); in openFiles()
/TwlSDK-5.1.0/build/tools/buryarg/
Dburyarg.c675 printf("replacement file size is 0x%x byte (%d byte).\n", (int)repFileStat.st_size, in openFiles()
676 (int)repFileStat.st_size); in openFiles()
/TwlSDK-5.1.0/build/tools/makelst/
Delf.h227 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */ member
Delf.c323 file_ptr = load_elf32_word(&(sym->st_size), file_ptr, endian);
/TwlSDK-5.1.0/build/libraries/el/common/include/
Delf.h243 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */ member
/TwlSDK-5.1.0/build/tools/stripdebug/
Delf.h227 Elf32_Word st_size; /* 0 if the size does not exist or is unknown */ member
Delf.c321 file_ptr = load_elf32_word(&(sym->st_size), file_ptr, endian);
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf.c322 file_ptr = load_elf32_word(&(sym->st_size), file_ptr, endian); in ELF_LoadSymbol()