SConscript (7739:f97a5f4d0879) | SConscript (8349:931ef19535e0) |
---|---|
1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 26 unchanged lines hidden (view full) --- 35elf_files = [] 36def ElfFile(filename): 37 elf_files.append(File(filename)) 38 39ElfFile('elf_begin.c') 40ElfFile('elf_cntl.c') 41ElfFile('elf_data.c') 42ElfFile('elf_end.c') | 1# -*- mode:python -*- 2 3# Copyright (c) 2004-2005 The Regents of The University of Michigan 4# All rights reserved. 5# 6# Redistribution and use in source and binary forms, with or without 7# modification, are permitted provided that the following conditions are 8# met: redistributions of source code must retain the above copyright --- 26 unchanged lines hidden (view full) --- 35elf_files = [] 36def ElfFile(filename): 37 elf_files.append(File(filename)) 38 39ElfFile('elf_begin.c') 40ElfFile('elf_cntl.c') 41ElfFile('elf_data.c') 42ElfFile('elf_end.c') |
43ElfFile('elf_errmsg.c') 44ElfFile('elf_errno.c') |
|
43ElfFile('elf_fill.c') 44ElfFile('elf_flag.c') 45ElfFile('elf_getarhdr.c') 46ElfFile('elf_getarsym.c') 47ElfFile('elf_getbase.c') 48ElfFile('elf_getident.c') 49ElfFile('elf_hash.c') 50ElfFile('elf_kind.c') --- 75 unchanged lines hidden --- | 45ElfFile('elf_fill.c') 46ElfFile('elf_flag.c') 47ElfFile('elf_getarhdr.c') 48ElfFile('elf_getarsym.c') 49ElfFile('elf_getbase.c') 50ElfFile('elf_getident.c') 51ElfFile('elf_hash.c') 52ElfFile('elf_kind.c') --- 75 unchanged lines hidden --- |